@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;
}

.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: 0rem .3rem .5rem .3rem;
  background: #f7f8fa;
}
.index_con .conBox_02 .box {
  background: #fff url(../images/index/59.jpg) no-repeat;
  display: block;
  margin-top: -.5rem;
  padding-bottom: .3rem;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}
.index_con .conBox_02 .box .box_title .title {
  background-image: linear-gradient(120deg, #f3573d 0%, #f29148 100%);
  border-radius: 0 0 0.2rem 0.2rem;
  text-align: center;
  display: block;
  padding: .2rem 0;
}
.index_con .conBox_02 .box .box_title .title img {
  height: .32rem;
}
.index_con .conBox_02 .box .box_title .p {
  font-size: .2rem;
  text-align: center;
  margin-top: .2rem;
}
.index_con .conBox_02 .box .box_title .p em {
  font-weight: bold;
}
.index_con .conBox_02 .box .form {
  padding: .2rem;
  font-size: .26rem;
}
.index_con .conBox_02 .box .form .select {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: .2rem 0;
}
.index_con .conBox_02 .box .form .select .name {
  font-size: .24rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.index_con .conBox_02 .box .form .select .name img {
  width: .24rem;
  margin-right: .2rem;
}
.index_con .conBox_02 .box .form .select .chonel {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: .2rem;
}
.index_con .conBox_02 .box .form .select .chonel:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff8b24;
  content: "";
  position: absolute;
  right: .1rem;
  top: .3em;
}
.index_con .conBox_02 .box .form .select .chonel input {
  border: 0px;
  display: block;
}
.index_con .conBox_02 .box .form .input {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: .2rem 0;
  position: relative;
}
.index_con .conBox_02 .box .form .input .name {
  font-size: .24rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.index_con .conBox_02 .box .form .input .name img {
  width: .24rem;
  margin-right: .2rem;
}
.index_con .conBox_02 .box .form .input input {
  border: 0px;
  margin-left: .2rem;
  display: block;
  margin-top: .05rem;
}
.index_con .conBox_02 .box .form .input .code {
  font-size: .22rem;
  background: #ffd9bd;
  position: absolute;
  right: 0px;
  padding: .05rem .1rem;
  color: #de8745;
}
.index_con .conBox_02 .box .form button {
  background: #ff6e00;
  border-radius: 30px;
  line-height: .8rem;
  display: inline-block;
  width: 100%;
  margin-top: .3rem;
  border: 0px;
  color: #fff;
  font-size: .28rem;
}
.index_con .conBox_02 .box .swiper {
  display: flex;
  padding: 0 .2rem;
  align-items: center;
}
.index_con .conBox_02 .box .swiper .title {
  background-image: linear-gradient(45deg, #717487 0%, #6f8099 100%);
  color: #fff;
  border-radius: 5px 5px 0 5px;
  font-size: .2rem;
  flex-shrink: 0;
  padding: 0 .1rem;
}
.index_con .conBox_02 .box .swiper .swiperbox {
  height: .3rem;
  font-size: .2rem;
  overflow: hidden;
  margin-left: .2rem;
  color: #999;
}
.index_con .conBox_02 .box .swiper .swiperbox em {
  color: #333;
}
.index_con .conBox_02 .hot {
  display: block;
  padding: 0 .4rem;
}
.index_con .conBox_02 .hot ul {
  background: #fcf9f7;
  display: flex;
  box-shadow: 0 10px 5px #f6f1ed;
}
.index_con .conBox_02 .hot ul li {
  text-align: center;
  font-size: .2rem;
  padding: .2rem 0 .1rem 0;
  width: 25%;
}
.index_con .conBox_02 .hot ul li img {
  height: .4rem;
  margin-bottom: .1rem;
}
.index_con .conBox_03 {
  display: block;
  background: #f7f8fa;
  padding: .3rem .2rem .3rem .2rem;
}
.index_con .conBox_03 .box_title {
  display: block;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: .1rem;
}
.index_con .conBox_03 .box_title .title {
  text-align: center;
  padding-top: .2rem;
  background: url(../images/index/text_01.png) top center no-repeat;
  background-size: auto .4rem;
}
.index_con .conBox_03 .box_title .title span {
  display: inline-block;
  font-size: .36rem;
  font-weight: bold;
  margin: 0 .05rem;
  position: relative;
}
.index_con .conBox_03 .box_title .title span em {
  color: #000;
}
.index_con .conBox_03 .box_title .desc {
  margin-top: .2rem;
  font-size: .22rem;
  color: #808080;
}
.index_con .conBox_03 .tab .tab_title {
  display: block;
  margin-top: .3rem;
}
.index_con .conBox_03 .tab .tab_title ul {
  display: flex;
  background: #fff;
  border-radius: .1rem;
  padding: .1rem;
}
.index_con .conBox_03 .tab .tab_title ul li {
  width: 50%;
  border-radius: .1rem;
  text-align: center;
  height: .7rem;
  line-height: .7rem;
}
.index_con .conBox_03 .tab .tab_title ul .on {
  background: #ff6e00;
  color: #fff;
}
.index_con .conBox_03 .tab .tabContentbox {
  width: 100%;
  display: block;
  overflow: hidden;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent {
  margin-top: .2rem;
  width: 12.16rem;
  position: relative;
  display: flex;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block {
  width: 6.08rem;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left {
  width: 49%;
  height: 4rem;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left a {
  display: block;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left .text {
  position: relative;
  z-index: 99;
  padding: .3rem;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left .text h4 {
  font-size: .26rem;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-weight: normal;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left .text p {
  font-size: .22rem;
  color: #808080;
  margin-top: .2rem;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left .text .more {
  display: block;
  margin-top: .2rem;
  position: relative;
  width: 100px;
  height: 20px;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left .text .more:before {
  width: 30px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .left .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right {
  width: 49%;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li {
  width: 100%;
  height: 1.95rem;
  margin-bottom: .12rem;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 2.5rem;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li a {
  display: block;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li .text {
  position: relative;
  z-index: 99;
  padding: .3rem;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li .text h4 {
  font-size: .26rem;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-weight: normal;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li .text p {
  font-size: .22rem;
  color: #808080;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li .text .more {
  display: block;
  margin-top: .2rem;
  position: relative;
  width: 100px;
  height: 20px;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li .text .more:before {
  width: 30px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .top .right li .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li {
  width: 49%;
  position: relative;
  margin-bottom: .12rem;
  position: relative;
  flex-shrink: 0;
  height: 1.9rem;
  overflow: hidden;
  background: #fff;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 2.5rem;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li a {
  display: block;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li .text {
  position: relative;
  z-index: 99;
  padding: .3rem;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li .text h4 {
  font-size: .26rem;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-weight: normal;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li .text p {
  font-size: .22rem;
  color: #808080;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li .text .more {
  display: block;
  margin-top: .2rem;
  position: relative;
  width: 100px;
  height: 20px;
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li .text .more:before {
  width: 30px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_03 .tab .tabContentbox .tabContent .block .bottom ul li .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.index_con .conBox_03 .tab .imgbox {
  display: block;
  margin-top: .1rem;
  position: relative;
}
.index_con .conBox_03 .tab .imgbox img {
  width: 100%;
}
.index_con .conBox_03 .tab .imgbox .text {
  position: absolute;
  top: .2rem;
  text-align: center;
  width: 100%;
  font-size: .26rem;
}
.index_con .conBox_03 .tab .imgbox .text em {
  font-weight: bold;
  color: #2b556a;
}
.index_con .conBox_03 .tab .imgbox .text a {
  background: #2f6dff;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}
.index_con .conBox_04 {
  display: block;
  background: url(../images/index/8.jpg);
  padding: .3rem .2rem .3rem .2rem;
}
.index_con .conBox_04 .box_title {
  display: block;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: .1rem;
}
.index_con .conBox_04 .box_title .title {
  text-align: center;
  padding-top: .2rem;
  background: url(../images/index/text_02.png) top center no-repeat;
  background-size: auto .4rem;
}
.index_con .conBox_04 .box_title .title span {
  display: inline-block;
  font-size: .36rem;
  font-weight: bold;
  margin: 0 .05rem;
  position: relative;
}
.index_con .conBox_04 .box_title .title span em {
  color: #000;
}
.index_con .conBox_04 .box_title .desc {
  margin-top: .2rem;
  font-size: .22rem;
  color: #808080;
}
.index_con .conBox_04 .tab .tab_title {
  display: block;
  margin-top: .3rem;
}
.index_con .conBox_04 .tab .tab_title ul {
  display: flex;
  background: #fff;
  border-radius: .1rem;
  padding: .1rem;
}
.index_con .conBox_04 .tab .tab_title ul li {
  width: 50%;
  border-radius: .1rem;
  text-align: center;
  height: .7rem;
  line-height: .7rem;
}
.index_con .conBox_04 .tab .tab_title ul .on {
  background: #ff6e00;
  color: #fff;
}
.index_con .conBox_04 .tab .tabContentbox {
  width: 100%;
  display: block;
  overflow: hidden;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent {
  margin-top: .2rem;
  width: 12.16rem;
  position: relative;
  display: flex;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block {
  width: 6.08rem;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left {
  width: 49%;
  height: 4rem;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left a {
  display: block;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left .text {
  position: relative;
  z-index: 99;
  padding: .3rem;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left .text h4 {
  font-size: .26rem;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-weight: normal;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left .text p {
  font-size: .22rem;
  color: #808080;
  margin-top: .2rem;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left .text .more {
  display: block;
  margin-top: .2rem;
  position: relative;
  width: 100px;
  height: 20px;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left .text .more:before {
  width: 30px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .left .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right {
  width: 49%;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li {
  width: 100%;
  height: 1.95rem;
  margin-bottom: .12rem;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 2.5rem;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li a {
  display: block;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li .text {
  position: relative;
  z-index: 99;
  padding: .3rem;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li .text h4 {
  font-size: .26rem;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-weight: normal;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li .text p {
  font-size: .22rem;
  color: #808080;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li .text .more {
  display: block;
  margin-top: .2rem;
  position: relative;
  width: 100px;
  height: 20px;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li .text .more:before {
  width: 30px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .top .right li .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li {
  width: 49%;
  position: relative;
  margin-bottom: .12rem;
  position: relative;
  flex-shrink: 0;
  height: 1.9rem;
  overflow: hidden;
  background: #fff;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 2.5rem;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li a {
  display: block;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li .text {
  position: relative;
  z-index: 99;
  padding: .3rem;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li .text h4 {
  font-size: .26rem;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-weight: normal;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li .text p {
  font-size: .22rem;
  color: #808080;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li .text .more {
  display: block;
  margin-top: .2rem;
  position: relative;
  width: 100px;
  height: 20px;
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li .text .more:before {
  width: 30px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_04 .tab .tabContentbox .tabContent .block .bottom ul li .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.index_con .conBox_04 .tab .imgbox {
  display: block;
  margin-top: .1rem;
  position: relative;
}
.index_con .conBox_04 .tab .imgbox img {
  width: 100%;
}
.index_con .conBox_04 .tab .imgbox .text {
  position: absolute;
  top: .2rem;
  text-align: center;
  width: 100%;
  font-size: .26rem;
}
.index_con .conBox_04 .tab .imgbox .text em {
  font-weight: bold;
  color: #2b556a;
}
.index_con .conBox_04 .tab .imgbox .text a {
  background: #2f6dff;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}
.index_con .conBox_05 {
  display: block;
  padding: .6rem .2rem .6rem .2rem;
  background: #f7f8fa;
}
.index_con .conBox_05 .box_title {
  display: block;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: .1rem;
}
.index_con .conBox_05 .box_title .title {
  text-align: center;
  padding-top: .2rem;
  background: url(../images/index/text_03.png) top center no-repeat;
  background-size: auto .4rem;
}
.index_con .conBox_05 .box_title .title span {
  display: inline-block;
  font-size: .36rem;
  font-weight: bold;
  margin: 0 .05rem;
  position: relative;
}
.index_con .conBox_05 .box_title .title span em {
  color: #000;
}
.index_con .conBox_05 .box_title .desc {
  margin-top: .2rem;
  font-size: .22rem;
  color: #808080;
}
.index_con .conBox_05 .list {
  display: block;
  margin-top: .4rem;
}
.index_con .conBox_05 .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.index_con .conBox_05 .list ul li {
  width: 49%;
  position: relative;
  margin-bottom: .12rem;
  position: relative;
  flex-shrink: 0;
  height: 1.9rem;
  overflow: hidden;
  background: #fff;
}
.index_con .conBox_05 .list ul li img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 2.5rem;
}
.index_con .conBox_05 .list ul li a {
  display: block;
}
.index_con .conBox_05 .list ul li .text {
  position: relative;
  z-index: 99;
  padding: .3rem;
}
.index_con .conBox_05 .list ul li .text h4 {
  font-size: .26rem;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  font-weight: normal;
}
.index_con .conBox_05 .list ul li .text p {
  font-size: .22rem;
  color: #808080;
  margin-top: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_con .conBox_05 .list ul li .text .more {
  display: block;
  margin-top: .2rem;
  position: relative;
  width: 100px;
  height: 20px;
}
.index_con .conBox_05 .list ul li .text .more:before {
  width: 30px;
  background: #c5c5c5;
  height: 1px;
  content: "";
  float: left;
  margin-top: 5px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.index_con .conBox_05 .list ul li .text .more:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c5c5c5;
}
.index_con .conBox_05 .bottom {
  position: relative;
  display: block;
}
.index_con .conBox_05 .bottom img {
  width: 100%;
}
.index_con .conBox_05 .bottom a {
  position: absolute;
  display: inline-block;
  background: #ff6e00;
  font-size: .24rem;
  right: .25rem;
  padding: .1rem .2rem;
  color: #fff;
  top: .25rem;
}
.index_con .conBox_06 {
  display: block;
  padding: .1rem .2rem .6rem .2rem;
  background: #f7f8fa;
}
.index_con .conBox_06 .box_title {
  display: block;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: .1rem;
}
.index_con .conBox_06 .box_title .title {
  text-align: center;
  padding-top: .2rem;
  background: url(../images/index/text_04.png) top center no-repeat;
  background-size: auto .4rem;
}
.index_con .conBox_06 .box_title .title span {
  display: inline-block;
  font-size: .36rem;
  font-weight: bold;
  margin: 0 .05rem;
  position: relative;
}
.index_con .conBox_06 .box_title .title span em {
  color: #000;
}
.index_con .conBox_06 .box_title .desc {
  margin-top: .2rem;
  font-size: .22rem;
  color: #808080;
}
.index_con .conBox_06 .img {
  display: block;
  margin-top: .2rem;
}
.index_con .conBox_06 .img img {
  width: 100%;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=index.css.map */
