@charset "UTF-8";
html {
  font-size: calc(100vw/6.5);
}

html {
  font-family: "Microsoft YaHei";
}

html, body {
  width: 100%;
  height: 100%;
}

button, html, input, select, textarea {
  color: #222;
  outline: 0 none !important;
  blr: expression(this.onFocus=this.blur());
}

a, input, button {
  outline: none;
}

::-moz-focus-inner {
  border: 0px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: .2em 0;
  background: #e3e3e3;
  color: #000;
  padding: .2em 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

ul, li {
  list-style: none;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body, h1, h2, h3, h4, h5, ul, li, p, section, header, footer, nav, div {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, a:hover {
  text-decoration: none;
  outline: none;
}

a {
  color: #252525;
}

.cl {
  clear: both;
}

.red {
  color: #ff2400;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}

img {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
}
em {
  font-style: normal;
}

figure {
  padding: 0;
  margin: 0;
}

body {
  font-family: "PingFang";
}

.index_con {
  margin: 0 auto;
  position: relative;
  font-size: .28rem;
}
.index_con .conBox_01 {
  display: block;
  font-size: .24rem;
}
.index_con .conBox_01 img {
  width: 100%;
}
.index_con .conBox_02 {
  display: block;
  padding: .2rem .2rem .5rem .2rem;
  position: relative;
}
.index_con .conBox_02 .box_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_con .conBox_02 .box_title span {
  display: inline-block;
  font-size: .4rem;
  font-weight: bold;
  margin: 0 5px;
}
.index_con .conBox_02 .box_title span em {
  color: #ff5928;
}
.index_con .conBox_02 .box_title span img {
  width: .3rem;
}
.index_con .conBox_02 .list {
  display: block;
  margin-top: .5rem;
}
.index_con .conBox_02 .list li {
  display: flex;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: .2rem;
}
.index_con .conBox_02 .list li .img {
  flex-shrink: 0;
  width: 2.2rem;
  position: relative;
}
.index_con .conBox_02 .list li .img img {
  width: 100%;
}
.index_con .conBox_02 .list li .img h4 {
  font-size: .3rem;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -.2rem;
}
.index_con .conBox_02 .list li .img h4 em {
  background: rgba(241, 120, 22, 0.5);
  padding: .1rem .2rem;
  color: #fff;
}
.index_con .conBox_02 .list li .desc {
  font-size: .2rem;
  padding: .1rem .15rem;
  color: #4c4c4c;
}
.index_con .conBox_03 {
  display: block;
  padding: 0rem 0rem .5rem 0rem;
  position: relative;
  background: url(../images/dljz/img_05.png) bottom no-repeat;
  background-size: 100%;
}
.index_con .conBox_03 .box_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_con .conBox_03 .box_title span {
  display: inline-block;
  font-size: .4rem;
  font-weight: bold;
  margin: 0 5px;
}
.index_con .conBox_03 .box_title span em {
  color: #ff5928;
}
.index_con .conBox_03 .box_title span img {
  width: .3rem;
}
.index_con .conBox_03 .tab {
  background: url(../images/dljz/img_07.jpg) no-repeat;
  background-size: cover;
  display: block;
  padding: .2rem;
  position: relative;
  margin-top: .8rem;
}
.index_con .conBox_03 .tab .tab_title {
  position: absolute;
  top: -.3rem;
  left: 0px;
  display: block;
  width: 100%;
  padding: 0 .3rem;
}
.index_con .conBox_03 .tab .tab_title ul {
  display: flex;
  justify-content: space-between;
}
.index_con .conBox_03 .tab .tab_title li {
  width: 1.90rem;
  text-align: center;
  background-image: linear-gradient(to bottom, #f4a067 0%, #ee6022 99%, #fecfef 100%);
  transition: all .4s;
  -moz-transition: all .4s;
  /* Firefox 4 */
  -webkit-transition: all .4s;
  /* Safari 和 Chrome */
  -o-transition: all .4s;
  /* Opera */
  padding: .1rem 0;
  box-shadow: 0 14px 10px -10px rgba(238, 99, 36, 0.9);
}
.index_con .conBox_03 .tab .tab_title li h4 {
  font-size: .26rem;
  color: #fff;
}
.index_con .conBox_03 .tab .tab_title li p {
  font-size: .2rem;
  color: #ffe4d8;
}
.index_con .conBox_03 .tab .tab_content {
  display: block;
  background: #fff url(../images/dljz/img_35.jpg) bottom no-repeat;
  background-size: 100%;
  padding: .7rem .5rem .2rem .4rem;
}
.index_con .conBox_03 .tab .tab_content .small_title {
  display: block;
  position: relative;
  padding-left: .3rem;
  font-weight: bold;
  font-size: .3rem;
}
.index_con .conBox_03 .tab .tab_content .small_title:before {
  width: 4px;
  height: 17px;
  background-image: linear-gradient(to bottom, #f4a067 0%, #ee6022 99%, #fecfef 100%);
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
}
.index_con .conBox_03 .tab .tab_content ul {
  display: block;
}
.index_con .conBox_03 .tab .tab_content ul li {
  position: relative;
  display: flex;
  font-size: .26rem;
  color: #333333;
  margin-top: .2rem;
  align-items: center;
}
.index_con .conBox_03 .tab .tab_content ul li p {
  position: relative;
  font-size: .22rem;
}
.index_con .conBox_03 .tab .tab_content ul li .num {
  width: .32rem;
  height: .32rem;
  line-height: .32rem;
  text-align: center;
  border-radius: 50%;
  background-image: linear-gradient(to top, #f4a067 0%, #ee6022 99%, #fecfef 100%);
  color: #fff;
  font-size: .2rem;
  flex-shrink: 0;
  margin-right: .2rem;
}
.index_con .conBox_03 .tab .tab_content ul li:hover {
  color: #e84f2f;
}
.index_con .conBox_03 .tab .tab_content ul li:hover p:before {
  background: #e84f2f;
}
.index_con .conBox_04 {
  display: block;
  padding: .5rem .2rem;
  background: url(../images/dljz/img_06.jpg) center top no-repeat;
}
.index_con .conBox_04 .box_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.index_con .conBox_04 .box_title span {
  display: inline-block;
  font-size: .4rem;
  font-weight: bold;
  margin: 0 5px;
}
.index_con .conBox_04 .box_title span em {
  color: #ff5928;
}
.index_con .conBox_04 .box_title span img {
  width: .3rem;
}
.index_con .conBox_04 .swiper-container {
  overflow: visible;
}
.index_con .conBox_04 .swiper-slide {
  margin-top: 30px;
}
.index_con .conBox_04 .swiper-slide img {
  width: 100%;
}
.index_con .conBox_05 {
  margin-top: .3rem;
  display: block;
  padding: .3rem .2rem .5rem .2rem;
  background: url(../images/dljz/img_33.png) no-repeat;
}
.index_con .conBox_05 .box_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_con .conBox_05 .box_title span {
  display: inline-block;
  font-size: .4rem;
  font-weight: bold;
  margin: 0 5px;
}
.index_con .conBox_05 .box_title span em {
  color: #ff5928;
}
.index_con .conBox_05 .box_title span img {
  width: .3rem;
}
.index_con .conBox_05 .list {
  display: block;
  margin-top: .5rem;
}
.index_con .conBox_05 .list .one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_con .conBox_05 .list .one li {
  width: 48%;
  border-radius: 5px 5px 20px 5px;
  background: #fff;
  box-shadow: 0 10px 10px #f0f0f0;
  overflow: hidden;
  position: relative;
  margin-bottom: .3rem;
}
.index_con .conBox_05 .list .one li .num {
  color: #333333;
  font-size: .25rem;
  font-weight: bold;
  font-family: 'oswald';
  font-weight: 500;
  position: absolute;
  font-weight: bold;
  font-style: italic;
  background: #fedd2d;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  padding-top: .5rem;
  padding-left: .5rem;
  left: -.4rem;
  top: -.4rem;
}
.index_con .conBox_05 .list .one li .text {
  margin-top: .8rem;
  padding: 0 .2rem;
  margin-bottom: 30px;
}
.index_con .conBox_05 .list .one li .text h4 {
  font-size: .3rem;
}
.index_con .conBox_05 .list .one li .text p {
  margin-top: .2rem;
  color: #333;
  font-size: .24rem;
}
.index_con .conBox_05 .list .one li .img {
  position: absolute;
  right: .3rem;
  top: .4rem;
}
.index_con .conBox_05 .list .one li:nth-child(even) {
  transform: translateY(0.3rem);
  /**下移元素**/
  -ms-transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
}
.index_con .conBox_05 .more {
  display: block;
  margin-top: .5rem;
}
.index_con .conBox_05 .more a {
  background-image: linear-gradient(to bottom, #f48324 0%, #f95c30 99%, #fecfef 100%);
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: .26rem;
  color: #fff;
  line-height: .8rem;
  border-radius: .05rem;
  box-shadow: 0 5px 7px rgba(249, 92, 48, 0.5);
}
.index_con .conBox_06 {
  padding: .3rem .2rem .5rem .2rem;
  display: block;
  position: relative;
  background: #383b42;
}
.index_con .conBox_06 .box_title {
  text-align: center;
  display: block;
}
.index_con .conBox_06 .box_title img {
  height: 1.9rem;
}
.index_con .conBox_06 .list {
  display: block;
  margin-top: .3rem;
}
.index_con .conBox_06 .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_con .conBox_06 .list ul li {
  width: 48%;
  text-align: center;
  margin-bottom: .4rem;
}
.index_con .conBox_06 .list ul li h4 {
  color: #fff;
  margin: .1rem 0;
  font-size: .26rem;
}
.index_con .conBox_06 .list ul li p {
  color: #b4b8c2;
  font-size: .2em;
}
.index_con .conBox_06 .list ul li img {
  height: .8rem;
  margin-bottom: .2rem;
}
.index_con .conBox_07 {
  padding: .5rem .2rem;
  display: block;
  position: relative;
  background: #f7f7f7;
}
.index_con .conBox_07 .box_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_con .conBox_07 .box_title span {
  display: inline-block;
  font-size: .4rem;
  font-weight: bold;
  margin: 0 5px;
}
.index_con .conBox_07 .box_title span em {
  color: #ff5928;
}
.index_con .conBox_07 .box_title span img {
  width: .3rem;
}
.index_con .conBox_07 .list {
  display: flex;
  justify-content: space-between;
  margin-top: .5rem;
}
.index_con .conBox_07 .list .fl {
  width: 36%;
  background: url(../images/dljz/img_36.jpg) bottom no-repeat;
  color: #fff;
  text-align: center;
  padding: .2rem;
}
.index_con .conBox_07 .list .fl .img {
  margin-top: .2rem;
}
.index_con .conBox_07 .list .fl h4 {
  font-size: .3rem;
  margin: .1rem 0;
}
.index_con .conBox_07 .list .fl p {
  font-size: .2rem;
}
.index_con .conBox_07 .list .fr {
  display: block;
  width: 64%;
  border-left: .1rem solid #f7f7f7;
}
.index_con .conBox_07 .list .fr .item {
  font-size: .2rem;
  display: flex;
  background: #fff;
  padding: .2rem;
}
.index_con .conBox_07 .list .fr .item .img {
  background-image: linear-gradient(to bottom, #ffa873 0%, #ff7d3b 100%);
  padding: .1rem;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.index_con .conBox_07 .list .fr .item .img img {
  width: 100%;
}
.index_con .conBox_07 .list .fr .item .content {
  margin-left: .2rem;
}
.index_con .conBox_07 .list .fr .item .content h4 {
  font-size: .24rem;
}
.index_con .conBox_07 .list .fr .item .content p {
  font-size: .2rem;
}
.index_con .conBox_07 .list .fr .item:nth-child(1) {
  border-bottom: .05rem solid #f7f7f7;
}
.index_con .conBox_07 .list .fr .item:last-child {
  border-top: .05rem solid #f7f7f7;
}
.index_con .conBox_08 {
  padding: .5rem .2rem;
  display: block;
  position: relative;
  background: url(../images/dljz/img_34.jpg) top no-repeat;
  background-size: 100%;
}
.index_con .conBox_08 .box_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_con .conBox_08 .box_title span {
  display: inline-block;
  font-size: .4rem;
  font-weight: bold;
  margin: 0 5px;
}
.index_con .conBox_08 .box_title span em {
  color: #ff5928;
}
.index_con .conBox_08 .box_title span img {
  width: .3rem;
}
.index_con .conBox_08 .list {
  margin-top: .3rem;
  position: relative;
  display: block;
  padding: .1rem .2rem;
  background: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.index_con .conBox_08 .list .item {
  background: #f6f7f9;
  display: block;
  padding: .2rem;
  margin: .15rem 0;
}
.index_con .conBox_08 .list .item .title {
  position: relative;
  display: block;
  padding-left: .4rem;
  font-weight: bold;
  font-size: .24rem;
}
.index_con .conBox_08 .list .item .title:before {
  content: "问";
  position: absolute;
  left: -.2rem;
  padding: 0 .1rem;
  background: #433f3e;
  border-radius: 0 1rem 1rem 0;
  color: #fff;
  font-size: .2rem;
}
.index_con .conBox_08 .list .item .title:after {
  width: 0;
  height: 0;
  border-top: .1rem solid transparent;
  border-bottom: .1rem solid transparent;
  border-left: .1rem solid #f88256;
  position: absolute;
  right: 0px;
  top: .1rem;
  content: "";
}
.index_con .conBox_08 .list .item .desc {
  padding-left: .4rem;
  display: block;
  font-size: .24rem;
  color: #80898e;
  line-height: 1.8;
  margin-top: .1rem;
  display: none;
  font-size: .2rem;
}
.index_con .conBox_08 .list .on .title:after {
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-bottom: .1rem solid black;
  position: absolute;
  right: 0px;
  top: .05rem;
  content: "";
}
.index_con .conBox_08 .list .on .desc {
  display: block;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=dljz.css.map */
