* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

.main {
  margin: 0 auto
}

.fl {
  float: left
}

.fr {
  float: right
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:hover,
button:hover {
  opacity: .85;
  cursor: pointer
}

a:active,
button:active {
  opacity: .7
}

body,
html {
  width: 100%;
  scroll-behavior: smooth;
  position: relative
}

body {
  font-family: Arial, Microsoft YaHei, Helvetica Neue, Helvetica, Roboto, sans-serif;
  min-height: 100%;
  line-height: 1.5715;
  background-color: #f3f3f3;
  color: #0d1a26;
  overflow-x: hidden
}

article,
footer,
header,
main,
section {
  display: block
}

img,
video {
  border: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.homeTopSwiper img,
.width100,
.width100 img {
  width: 100%;
  display: block
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

textarea {
  resize: none;
  padding: 5px 6px;
  height: 180px;
  width: 100px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

button {
  border: none
}

button,
input,
option,
select,
textarea {
  font-size: 100%;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  background: hsla(0, 0%, 100%, 0)
}

select {
  padding: 0 6px
}

input[placeholder] {
  padding: 0 6px;
  /* width: 50px */
}

.p-msg,
input[placeholder] {
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.p-msg {
  position: fixed;
  display: inline-block;
  padding: 8px 15px;
  background: rgba(0, 0, 0, .5);
  color: hsla(0, 0%, 100%, .9);
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100863
}

.p-msg.p {
  line-height: 1.6;
  font-size: 14px
}

.p-pop.curr .shade {
  opacity: 1;
  z-index: 100861
}

.p-pop.curr .pop {
  top: 50%
}

.p-pop .shade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  z-index: -10;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0
}

.p-pop .pop {
  width: 95%;
  background: #fff;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 100862;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  -o-transition: all ease .3s;
  transition: all .3s ease
}

.p-pop .pop .close {
  text-align: right;
  font-size: 350%;
  display: block;
  line-height: 1.3;
  color: #6a6a6a;
  padding-right: 3%;
  font-weight: 100
}

.p-pop .pop .title {
  text-align: center;
  font-size: 150%;
  line-height: 1;
  padding-bottom: 2%
}

.u-refresh {
  -webkit-animation: loading .6s linear infinite;
  animation: loading .6s linear infinite
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes spin3D {
  0% {
    -webkit-transform: rotate3d(.5, .5, .5, 1turn);
    transform: rotate3d(.5, .5, .5, 1turn)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0)
  }
}

@keyframes spin3D {
  0% {
    -webkit-transform: rotate3d(.5, .5, .5, 1turn);
    transform: rotate3d(.5, .5, .5, 1turn)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0)
  }
}

.universe-loading {
  height: 100%;
  background-color: #1d2630;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 99999999
}

.universe-loading,
.universe-loading .spinner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.universe-loading .spinner-box {
  width: 300px;
  height: 300px;
  background-color: rgba(0, 0, 0, 0)
}

.universe-loading .leo {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.universe-loading .blue-orbit {
  width: 165px;
  height: 165px;
  border: 1px solid rgba(145, 218, 255, .65);
  -webkit-animation: spin3D 3s linear .2s infinite;
  animation: spin3D 3s linear .2s infinite
}

.universe-loading .green-orbit {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(145, 255, 191, .65);
  -webkit-animation: spin3D 2s linear 0s infinite;
  animation: spin3D 2s linear 0s infinite
}

.universe-loading .red-orbit {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 202, 145, .65);
  -webkit-animation: spin3D 1s linear 0s infinite;
  animation: spin3D 1s linear 0s infinite
}

.universe-loading .white-orbit {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  -webkit-animation: spin3D 10s linear 0s infinite;
  animation: spin3D 10s linear 0s infinite
}

.universe-loading .w1 {
  -webkit-transform: rotate3D(1, 1, 1, 90deg);
  -ms-transform: rotate3D(1, 1, 1, 90deg);
  transform: rotate3D(1, 1, 1, 90deg)
}

.universe-loading .w2 {
  -webkit-transform: rotate3D(1, 2, .5, 90deg);
  -ms-transform: rotate3D(1, 2, .5, 90deg);
  transform: rotate3D(1, 2, .5, 90deg)
}

.universe-loading .w3 {
  -webkit-transform: rotate3D(.5, 1, 2, 90deg);
  -ms-transform: rotate3D(.5, 1, 2, 90deg);
  transform: rotate3D(.5, 1, 2, 90deg)
}

body {
  font-size: 16px
}

body .weui-btn_primary {
  background-color: #2185b9
}

@media only screen and (max-width:800px) and (min-width:250px) {
  body {
    font-size: 3.33333vw
  }
}

.main {
  width: 95%
}

.h-home {
  background: url(../img/sy1243rer_02.png) 50% no-repeat;
  background-size: cover
}

.h-home dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6.5% 0 4.5%
}

.h-home dl dt .bg {
  height: 60px;
  display: block
}

.h-home dl dt .bg img {
  height: 100%
}

.h-home dl dt .line {
  width: 1px;
  height: 60px;
  background: rgba(39, 126, 170, .6);
  margin: 0 4.5%
}

.h-home dl nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.h-home dl nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 30px;
  text-align: center;
  padding: 1% 3%
}

@media (max-width:800px) {
  .h-home dl nav li {
    font-size: 166.66667%
  }
}

.h-home dl nav li.curr a {
  color: #f3f3f3;
  border-color: #f3f3f3;
  font-weight: 700
}

.h-home dl nav li a {
  color: #a9c1d3;
  border-bottom: 2px solid hsla(0, 0%, 95.3%, 0);
  display: inline-block;
  padding-bottom: 1.5%
}

.h-home dl form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  font-size: 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin: 4% 0
}

@media (max-width:800px) {
  .h-home dl form {
    font-size: 133.33333%
  }
}

.h-home dl form input {
  background: #f7f7f7;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0
}

.h-home dl form button {
  background: #2185b9;
  width: 90px;
  text-align: center;
  height: 100%;
  color: #fffefe
}

.h-home dl dd {
  color: #fefefe;
  padding-bottom: 4%
}

.h-home dl dd a {
  padding: 0 3%
}

.m-home .ientfa {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  padding-top: 3%;
  padding-bottom: 3%
}

.m-home .ientfa ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center
}

.m-home .ientfa ul>* {
  width: 19.52%;
  margin-left: .3%;
  margin-right: .3%
}

.m-home .ientfa ul>:nth-child(5n+1) {
  margin-left: 0
}

.m-home .ientfa ul>:nth-child(5n+5) {
  margin-right: 0
}

.m-home .ientfa ul a {
  padding: 1% 0
}

.m-home .ientfa ul li {
  width: 15vw;
  height: 15vw;
  background: #ecf6ff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto
}

.m-home .ientfa ul li img {
  height: 50%
}

.m-home .ientfa ul p {
  line-height: 2;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-home .centbro {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  padding-top: 3%;
  padding-bottom: 3%
}

.m-home .centbro ul {
  padding: 1.5% 0
}

.m-home .centbro ul li {
  display: inline-block;
  font-size: 20px;
  padding: 1.5% 1%
}

@media (max-width:800px) {
  .m-home .centbro ul li {
    font-size: 111.11111%
  }
}

.m-home .centbro ul li a {
  color: #2185b9
}

.m-home .Recen {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  padding-top: 3%;
  padding-bottom: 3%
}

.m-home .Recen ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.5% 0
}

.m-home .Recen ul>* {
  width: 18.4%;
  margin-left: 1%;
  margin-right: 1%
}

.m-home .Recen ul>:nth-child(5n+1) {
  margin-left: 0
}

.m-home .Recen ul>:nth-child(5n+5) {
  margin-right: 0
}

.m-home .Recen ul a {
  background: #ff4b4b;
  color: #fff;
  padding: 2.5% 1.6%;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  -o-transition: all ease .2s;
  transition: all .2s ease;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home .Recen ul a:nth-child(2) {
  background: #4b7aff
}

.m-home .Recen ul a:nth-child(3) {
  background: #ffb14b
}

.m-home .Recen ul a:nth-child(4) {
  background: #14dfb6
}

.m-home .Recen ul a:nth-child(5) {
  background: #ff7e4b
}

.m-home .Recen ul a img {
  width: 35%
}

.m-home .Recen ul a li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  line-height: 1.3
}

.m-home .Recen ul a li i {
  display: block
}

.m-home .h-wsing {
  font-size: 30px
}

@media (max-width:800px) {
  .m-home .h-wsing {
    font-size: 166.66667%
  }
}

.m-home .h-wsing i {
  display: block;
  width: 35px;
  height: 4px;
  background: #2185b9
}

.m-home .cause .bowel {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  padding-top: 3%;
  padding-bottom: 3%
}

.m-home .cause .bowel ul {
  padding: 2%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e4eef4
}

.m-home .cause .bowel ul a {
  line-height: 2.5;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-home .cruitment {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  padding-top: 3%;
  padding-bottom: 3%
}

.m-home .cruitment .ofsur {
  padding: 2% 0
}

.m-home .cruitment .ofsur a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #d2d2d2;
  padding: 2% 0
}

.m-home .cruitment .ofsur a li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.m-home .cruitment .ofsur a li h2 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-home .cruitment .ofsur a i {
  font-size: 16px;
  color: #9b9b9b
}

@media (max-width:800px) {
  .m-home .cruitment .ofsur a i {
    font-size: 88.88889%
  }
}

.m-home1 .m-Medic {
  margin-top: 3%
}

.m-home1 .mongherepe {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home1 .mongherepe .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding: 3% 0
}

.m-home1 .mongherepe .li .bg {
  width: 25%
}

.m-home1 .mongherepe .li .bg img {
  width: 100%
}

.m-home1 .mongherepe .li .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3%
}

.m-home1 .mongherepe .li .cont h2 {
  font-size: 30px
}

@media (max-width:800px) {
  .m-home1 .mongherepe .li .cont h2 {
    font-size: 140.66667%;
    line-height:1.3;
  }
}

.m-home1 .mongherepe .li .cont .p {
  padding-top:10px;
  font-size: 16px;
  color: #979797
}
.m-home1 .mongherepe .li .cont .p  span{
  padding-right:10px;
}

@media (max-width:800px) {
  .m-home1 .mongherepe .li .cont p {
    font-size: 122.22222%
  }
}

.m-home1 .earcdoc .main {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  margin-top: 3%;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.m-home1 .earcdoc .main button {
  height: 100%;
  padding: 10px 0
}

.m-home1 .earcdoc .main button img {
  height: 100%
}

.m-home1 .earcdoc .main input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: 24px
}

@media (max-width:800px) {
  .m-home1 .earcdoc .main input {
    font-size: 133.33333%
  }
}

.m-home1 .octors {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  padding: 0
}

.m-home1 .octors dt h2 {
  padding: 2.5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 29px
}

@media (max-width:800px) {
  .m-home1 .octors dt h2 {
    font-size: 161.11111%
  }
}

.m-home1 .octors dt h2 img {
  height: 25px
}

.m-home1 .octors dt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.m-home1 .octors dt ul>* {
  width: 25%;
  margin-left: 0;
  margin-right: 0
}

.m-home1 .octors dt ul>:nth-child(4n+1) {
  margin-left: 0
}

.m-home1 .octors dt ul>:nth-child(4n+4) {
  margin-right: 0
}

.m-home1 .octors dt ul li {
  font-size: 22px;
  border: .5px solid #dadada;
  text-align: center;
  line-height: 2.9
}

@media (max-width:800px) {
  .m-home1 .octors dt ul li {
    font-size: 122.22222%
  }
}

.m-home1 .octors dt ul li.more {
  color: #949494
}

.m-home1 .n-henanning {
  position: relative;
  margin-top: 3%
}

.m-home1 .n-henanning .dgeclas {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9
}

.m-home1 .n-henanning .dgeclas a {
  border-right: 1px solid #e0e0e0;
  display: block;
  line-height: 20px
}

.m-home1 .n-henanning .dgeclas i {
  font-size: 22px;
  padding-right: 3px
}

@media (max-width:800px) {
  .m-home1 .n-henanning .dgeclas i {
    font-size: 122.22222%
  }
}

.m-home1 .n-henanning .dgeclas li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.m-home1 .n-henanning .dgeclas li:last-child a {
  border-right: none
}

.m-home1 .n-henanning .ationhig {
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  background: #fff;
  z-index: 50
}

.m-home1 .n-henanning .ationhig .con11t {
  display: none;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  -o-transition: all ease .2s;
  transition: all .2s ease
}

.m-home1 .n-henanning .ationhig dt {
  padding: 3% 2%;
  border-bottom: 1px solid #f0f0f0
}

.m-home1 .n-henanning .ationhig dt h2 {
  font-size: 24px
}

@media (max-width:800px) {
  .m-home1 .n-henanning .ationhig dt h2 {
    font-size: 133.33333%
  }
}

.m-home1 .n-henanning .ationhig dt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2%
}

.m-home1 .n-henanning .ationhig dt li>* {
  width: 23.5%;
  margin-left: 1%;
  margin-right: 1%
}

.m-home1 .n-henanning .ationhig dt li>:nth-child(4n+1) {
  margin-left: 0
}

.m-home1 .n-henanning .ationhig dt li>:nth-child(4n+4) {
  margin-right: 0
}

.m-home1 .n-henanning .ationhig dt li label {
  padding: 1% 0
}

.m-home1 .n-henanning .ationhig dt li label input {
  display: none
}

.m-home1 .n-henanning .ationhig dt li label input[type=radio]:checked+a {
  background: #2185b9;
  color: #fff
}

.m-home1 .n-henanning .ationhig dt li label a {
  display: block;
  background: #f6f6f6;
  color: #909090;
  font-size: 20px;
  text-align: center;
  line-height: 26px;
  -webkit-border-radius: 13px;
  border-radius: 13px
}

@media (max-width:800px) {
  .m-home1 .n-henanning .ationhig dt li label a {
    font-size: 111.11111%
  }
}

.m-home1 .n-henanning .ationhig dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home1 .n-henanning .ationhig dd button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 30px;
  line-height: 2.5;
  text-align: center;
  color: #2185b9
}

@media (max-width:800px) {
  .m-home1 .n-henanning .ationhig dd button {
    font-size: 166.66667%
  }
}

.m-home1 .n-henanning .ationhig dd button:last-child {
  background: #2185b9;
  color: #fff
}

.m-home1 .interface {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  margin-top: 3%;
  padding-top: 3%;
  padding-bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home1 .interface dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.m-home1 .interface dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-home1 .interface dl dt h2 {
  font-size: 36px;
  padding-right: 3%
}

@media (max-width:800px) {
  .m-home1 .interface dl dt h2 {
    font-size: 200%
  }
}

.m-home1 .interface dl dt .p {
  display: inline-block;
  font-size: 24px;
  color: #6c6c6c
}

@media (max-width:800px) {
  .m-home1 .interface dl dt p {
    font-size: 133.33333%
  }
}

.m-home1 .interface dl dt .p.curr {
  color: #2185b9
}

.m-home1 .interface dl .hevalu {
  font-size: 24px;
  color: grey
}

@media (max-width:800px) {
  .m-home1 .interface dl .hevalu {
    font-size: 133.33333%
  }
}

.m-home1 .interface dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1% 0 2.5% 0
}

.m-home1 .interface dl dd h2 {
  font-size: 26px;
  color: grey
}

@media (max-width:800px) {
  .m-home1 .interface dl dd h2 {
    font-size: 144.44444%
  }
}

.m-home1 .interface dl .more {
  display: inline-block;
  background: #2185b9;
  color: #fff;
  padding: 3px 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.m-home1 .interface .head {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.m-home1 .interface .head .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .interface .head>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .interface .head:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .passedin {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  padding-top: 3%;
  padding-bottom: 3%
}

.m-home1 .passedin dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #424242
}

@media (max-width:800px) {
  .m-home1 .passedin dl dt {
    font-size: 133.33333%
  }
}

.m-home1 .passedin dl dt .wx {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-home1 .passedin dl dt .wx a {
  padding: 0 2px
}

.m-home1 .passedin dl dt .wx a.curr img {
  display: block
}

.m-home1 .passedin dl dt .wx a.curr img:first-child {
  display: none
}

.m-home1 .passedin dl dt .wx a img {
  height: 20px;
  display: none
}

.m-home1 .passedin dl dt .wx a img:first-child {
  display: block
}

.m-home1 .passedin dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2% 0
}

.m-home1 .passedin dl dd i {
  font-size: 24px;
  color: #424242
}

@media (max-width:800px) {
  .m-home1 .passedin dl dd i {
    font-size: 133.33333%
  }
}

.m-home1 .passedin dl dd p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  color: #666
}

@media (max-width:800px) {
  .m-home1 .passedin dl dd p {
    font-size: 111.11111%
  }
}

.m-home1 .ungcan {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  padding-bottom: 5%
}

.m-home1 .ungcan .gastrntes {
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width:800px) {
  .m-home1 .ungcan .gastrntes {
    font-size: 166.66667%
  }
}

.m-home1 .ungcan .gastrntes img {
  height: 25px
}

.m-home1 .ungcan dt p {
  padding: 1% 0;
  color: #686868;
  font-size: 20px;
  line-height: 2
}

@media (max-width:800px) {
  .m-home1 .ungcan dt p {
    font-size: 111.11111%
  }
}

.m-home1 .ungcan dt p .t-sj {
  font-size: 60%
}

.m-home1 .ungcan .ollegtranc ul {
  padding: 2.5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center
}

.m-home1 .ungcan .ollegtranc ul>* {
  width: 22.3%;
  margin-left: 1.8%;
  margin-right: 1.8%
}

.m-home1 .ungcan .ollegtranc ul>:nth-child(4n+1) {
  margin-left: 0
}

.m-home1 .ungcan .ollegtranc ul>:nth-child(4n+4) {
  margin-right: 0
}

.m-home1 .ungcan .ollegtranc ul .li {
  padding: 1% 0
}

.m-home1 .ungcan .ollegtranc ul .bg {
  width: 100%;
  height: 26vw;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover
}

.m-home1 .ungcan .ollegtranc ul .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .ungcan .ollegtranc ul .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .ungcan .ollegtranc ul .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .ungcan .ollegtranc ul .cont h2 {
  font-size: 24px;
  padding: 1% 0
}

@media (max-width:800px) {
  .m-home1 .ungcan .ollegtranc ul .cont h2 {
    font-size: 133.33333%
  }
}

.m-home1 .ungcan .ollegtranc ul .cont p {
  font-size: 16px;
  color: #757575
}

@media (max-width:800px) {
  .m-home1 .ungcan .ollegtranc ul .cont p {
    font-size: 88.88889%
  }
}

.m-home1 .goessper {
  padding: 3% 0
}

.m-home1 .goessper a {
  background: #2185b9;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 2.6;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media (max-width:800px) {
  .m-home1 .goessper a {
    font-size: 155.55556%
  }
}

.m-home1 .n-estina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 4%;
  margin-bottom: 3%
}

.m-home1 .n-estina a {
  width: 28%;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  -o-transition: all ease .2s;
  transition: all .2s ease;
  padding: 3% 0;
  margin: 0 2.5%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center
}

.m-home1 .n-estina a h2 {
  font-size: 25px;
  line-height: 2
}

@media (max-width:800px) {
  .m-home1 .n-estina a h2 {
    font-size: 138.88889%
  }
}

.m-home1 .n-estina a h3 {
  color: #b3b3b3
}

.m-home1 .n-estina a img {
  height: 30px;
  display: block;
  margin: 0 auto 12%
}

.m-home1 .umor {
  background: url(../img/xyfd43_03.png) 50% no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 4%
}

.m-home1 .umor .title {
  font-size: 30px;
  color: #fff;
  padding-bottom: 2%
}

@media (max-width:800px) {
  .m-home1 .umor .title {
    font-size: 166.66667%
  }
}

.m-home1 .umor dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home1 .umor dt .bg {
  width: 30%;
  height: 23vw;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover
}

.m-home1 .umor dt .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .umor dt .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .umor dt .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .umor dt .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  padding-left: 2%
}

.m-home1 .umor dt .cont .precise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-home1 .umor dt .cont .precise .sc.curr {
  color: #e8c509
}

.m-home1 .umor dt .cont .tag {
  background: hsla(0, 0%, 100%, .262);
  font-size: 16px;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 1% 0
}

@media (max-width:800px) {
  .m-home1 .umor dt .cont .tag {
    font-size: 88.88889%
  }
}

.m-home1 .umor dt .cont .more {
  color: #e9c602
}

.m-home1 .mmun {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home1 .mmun .u-codean {
  padding: 0
}

.m-home1 .mmun .n-esti1na {
  padding: 3% 0
}

.m-home1 .mmun .n-esti1na,
.m-home1 .mmun .n-esti1na a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home1 .mmun .n-esti1na a {
  width: 48%;
  border: 1px solid #e7e7e7;
  padding: 2% 2%;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.m-home1 .mmun .n-esti1na a img {
  width: 40px
}

.m-home1 .mmun .n-esti1na a li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4%
}

.m-home1 .mmun .n-esti1na a li h2 {
  font-size: 30px;
  color: #1c1d22
}

@media (max-width:800px) {
  .m-home1 .mmun .n-esti1na a li h2 {
    font-size: 166.66667%
  }
}

.m-home1 .mmun .n-esti1na a li h3 {
  font-size: 20px;
  color: #aeaeb0
}

@media (max-width:800px) {
  .m-home1 .mmun .n-esti1na a li h3 {
    font-size: 111.11111%
  }
}

.m-home1 .mmun .n-esti1na a li h3 i {
  color: #5f70e2
}

.m-home1 .mmun .h-ecommende {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home1 .mmun .h-ecommende h2 {
  font-size: 36px
}

@media (max-width:800px) {
  .m-home1 .mmun .h-ecommende h2 {
    font-size: 200%
  }
}

.m-home1 .mmun .h-ecommende .more {
  color: #989898
}

.m-home1 .therap {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home1 .therap dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3% 0
}

.m-home1 .therap dt .bg {
  width: 30%;
  height: 24vw;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover
}

.m-home1 .therap dt .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .therap dt .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .therap dt .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .therap dt .cont {
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  padding-left: 3%;
  width:70%;
}

.m-home1 .therap dt .cont h2 {
  font-size: 30px
}

@media (max-width:800px) {
  .m-home1 .therap dt .cont h2 {
    font-size: 156.66667%
  }
}

.m-home1 .therap dt .cont p {
  font-size: 25px;
  color: #828189
}

@media (max-width:800px) {
  .m-home1 .therap dt .cont p {
    font-size: 138.88889%
  }
}

.m-home1 .therap dt .cont .tag {
  font-size: 20px;
  color: #f07085;
  background: #fdefe9;
  display: inline-block;
  padding: 2px 6px;
  -webkit-border-radius: 13px;
  border-radius: 13px
}

@media (max-width:800px) {
  .m-home1 .therap dt .cont .tag {
    font-size: 111.11111%
  }
}

.m-home1 .therap dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f3f3f3;
  font-size: 24px;
  padding: 3% 0
}

@media (max-width:800px) {
  .m-home1 .therap dd {
    font-size: 133.33333%
  }
}

.m-home1 .therap dd img {
  height: 20px
}

.m-home1 .therap dd p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2%
}

.m-home1 .therap dd .go {
  color: #6d96e8;
  border-left: 1px solid #f3f3f3;
  width: 60px;
  text-align: center
}

.m-home1 .n-cultecu {
  margin: 2.5% 0
}

.m-home1 .n-cultecu .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.m-home1 .n-cultecu .main>* {
  width: 18.72%;
  margin-left: .8%;
  margin-right: .8%
}

.m-home1 .n-cultecu .main>:nth-child(5n+1) {
  margin-left: 0
}

.m-home1 .n-cultecu .main>:nth-child(5n+5) {
  margin-right: 0
}

.m-home1 .n-cultecu .main a {
  display: block;
  background: #e4ecf9;
  color: #308dbe;
  line-height: 30px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 3.5% 0;
  text-align: center
}

.m-home1 .rugista {
  background: #fff
}

.m-home1 .rugista .interface {
  margin-bottom: 0
}

.m-home1 .rugista .butthe {
  font-size: 24px;
  line-height: 2.5
}

@media (max-width:800px) {
  .m-home1 .rugista .butthe {
    font-size: 133.33333%
  }
}

.m-home1 .rugista .stanceE .rlydia {
  font-size: 24px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  line-height: 2.2;
  margin: 1% auto
}

@media (max-width:800px) {
  .m-home1 .rugista .stanceE .rlydia {
    font-size: 133.33333%
  }
}

.m-home1 .rugista .stanceE dt p {
  color: #6d6d6d;
  line-height: 2;
  padding: 2% 0
}

.m-home1 .rugista .stanceE .Wororfou .bgnt {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5% 0
}

@media (max-width:800px) {
  .m-home1 .rugista .stanceE .Wororfou .bgnt {
    font-size: 133.33333%
  }
}

.m-home1 .rugista .stanceE .Wororfou .bgnt .more {
  font-size: 80%;
  color: #fff;
  background: #2185b9;
  padding: 2px 10px
}

.m-home1 .rugista .stanceE .Wororfou .co1n {
  background: #f3f3f3;
  font-size: 20px;
  color: #787878;
  padding: 2.5% 0
}

@media (max-width:800px) {
  .m-home1 .rugista .stanceE .Wororfou .co1n {
    font-size: 111.11111%
  }
}

.m-home1 .rugista .stanceE .Wororfou .co1n li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5% 3%
}

.m-home1 .rugista .stanceE .Wororfou .co1n li .go {
  font-size: 90%;
  color: #fff;
  background: #2185b9;
  padding: 2px 10px
}

.m-home1 .mentsa {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  margin-top: 3%;
  overflow: hidden
}

.m-home1 .mentsa .thepast {
  font-size: 36px;
  padding: 3% 0
}

@media (max-width:800px) {
  .m-home1 .mentsa .thepast {
    font-size: 200%
  }
}

.m-home1 .mentsa .thepast i {
  color: #e6e6e6;
  position: relative;
  top: 2px
}

.m-home1 .mentsa .textarea {
  background: #f6f7fb;
  color: #999;
  padding: 3% 2%
}

.m-home1 .mentsa .textarea textarea {
  border: none;
  width: 100%;
  height: 100px;
  font-size: 30px
}

@media (max-width:800px) {
  .m-home1 .mentsa .textarea textarea {
    font-size: 166.66667%
  }
}

.m-home1 .mentsa .textarea p {
  text-align: right;
  font-size: 24px
}

@media (max-width:800px) {
  .m-home1 .mentsa .textarea p {
    font-size: 133.33333%
  }
}

.m-home1 .mentsa .textarea p i {
  color: #e84a4a
}

.m-home1 .mentsa .veday {
  font-size: 24px;
  padding: 1% 0
}

@media (max-width:800px) {
  .m-home1 .mentsa .veday {
    font-size: 133.33333%
  }
}

.m-home1 .mentsa .veday p {
  color: #999
}

.m-home1 .mentsa .go {
  margin: 8% auto;
  font-size: 24px;
  display: block;
  background: #2185b9;
  color: #fff;
  text-align: center;
  line-height: 2.5;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

@media (max-width:800px) {
  .m-home1 .mentsa .go {
    font-size: 133.33333%
  }
}

.m-home1 .rkloadof {
  margin-top: 3%
}

.m-home1 .rkloadof .hatisthe {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home1 .rkloadof .hatisthe .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 2.5% 0
}

.m-home1 .rkloadof .hatisthe .li .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 3%
}

.m-home1 .rkloadof .hatisthe .li .cont h2 {
  font-size: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

@media (max-width:800px) {
  .m-home1 .rkloadof .hatisthe .li .cont h2 {
    font-size: 122.22222%
  }
}

.m-home1 .rkloadof .hatisthe .li .cont .tiem {
  margin-top: 3%;
  color: #9a9a9a;
  font-size: 14px
}

@media (max-width:800px) {
  .m-home1 .rkloadof .hatisthe .li .cont .tiem {
    font-size: 77.77778%
  }
}

.m-home1 .rkloadof .hatisthe .li .bg {
  width: 28%;
  height: 22vw;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover
}

.m-home1 .rkloadof .hatisthe .li .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .rkloadof .hatisthe .li .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .rkloadof .hatisthe .li .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .asincreas {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  margin-top: 3%;
  padding-top: 3%;
  padding-bottom: 3%
}

.m-home1 .asincreas h2 {
  font-size: 26px;
  text-align: center
}

@media (max-width:800px) {
  .m-home1 .asincreas h2 {
    font-size: 144.44444%
  }
}

.m-home1 .asincreas .tiem {
  text-align: center;
  color: #999;
  font-size: 16px;
  line-height: 2.5
}

@media (max-width:800px) {
  .m-home1 .asincreas .tiem {
    font-size: 88.88889%
  }
}

.m-home1 .asincreas p {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 2;
  margin: 1% 0
}

@media (max-width:800px) {
  .m-home1 .asincreas p {
    font-size: 88.88889%
  }
}

.m-home1 .asincreas img {
  width: 100%
}

.m-home1 .asincreas .more {
  color: #434343;
  padding: 3% 0
}

.m-home1 .asincreas .more a {
  display: block;
  padding: 1% 0
}

.m-home1 .asincreas .more a i {
  color: #2e8bbd;
  text-decoration: underline
}

.m-home1 .n-meemplo {
  background: #fff
}

.m-home1 .n-meemplo ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3
}

.m-home1 .n-meemplo ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}

.m-home1 .n-meemplo ul li.curr a:before {
  opacity: 1
}

.m-home1 .n-meemplo ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 2.9;
  position: relative
}

@media (max-width:800px) {
  .m-home1 .n-meemplo ul li a {
    font-size: 122.22222%
  }
}

.m-home1 .n-meemplo ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2185b9;
  opacity: 0
}

.m-home1 .atedindisgu {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home1 .atedindisgu .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  padding: 2% 0
}

.m-home1 .atedindisgu .li .bg {
  width: 29%;
  height: 20vw;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover
}

.m-home1 .atedindisgu .li .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .atedindisgu .li .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .atedindisgu .li .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .atedindisgu .li .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3%
}

.m-home1 .atedindisgu .li .cont h2 {
  font-size: 24px
}

@media (max-width:800px) {
  .m-home1 .atedindisgu .li .cont h2 {
    font-size: 133.33333%
  }
}

.m-home1 .atedindisgu .li .cont p {
  color: #3e3e3e;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 2;
  margin-bottom: 1%
}

.m-home1 .atedindisgu .li .cont h3 {
  color: #a3a3a3
}

.m-home1 .atedindisgu .li .cont h3 i {
  color: #2285b9
}

.m-home1 .uisedorm {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home1 .uisedorm .li {
  padding: 3% 0;
  display: block;
  border-bottom: 1px solid #d2d2d2
}

.m-home1 .uisedorm .li h2 {
  font-size: 24px
}

@media (max-width:800px) {
  .m-home1 .uisedorm .li h2 {
    font-size: 133.33333%
  }
}

.m-home1 .uisedorm .li p {
  padding: 1% 0
}

.m-home1 .uisedorm .li .addr {
  color: #b8b8b8
}

.m-home1 .ardedas20 .li {
  margin: 3% 0;
  background: #fff;
  padding: 3% 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.m-home1 .ardedas20 .li .bg {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.m-home1 .ardedas20 .li .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .ardedas20 .li .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .ardedas20 .li .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .ardedas20 .li .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 3%
}

.m-home1 .ardedas20 .li .cont h2 {
  font-size: 36px
}

@media (max-width:800px) {
  .m-home1 .ardedas20 .li .cont h2 {
    font-size: 200%
  }
}

.m-home1 .ardedas20 .li .cont p {
  font-size: 24px
}

@media (max-width:800px) {
  .m-home1 .ardedas20 .li .cont p {
    font-size: 133.33333%
  }
}

.m-home1 .ardedas20 .li .cont .tag {
  padding: 2% 0
}

.m-home1 .ardedas20 .li .cont .tag a {
  display: inline-block;
  border: 1px solid #2185b9;
  color: #2185b9;
  padding: 2px 6px;
  margin: 0 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.m-home1 .ardedas20 .li .cont .fensi {
  color: #999
}

.m-home1 .ardedas20 .li .cont .fensi i {
  color: #2185b9
}

.m-home1 .ardedas20 .li .go {
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #2185b9;
  line-height: 30px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  padding: 0 10px
}

@media (max-width:800px) {
  .m-home1 .ardedas20 .li .go {
    font-size: 133.33333%
  }
}

.m-home1 .causethe {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  margin-top: 3%
}

.m-home1 .causethe dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3% 0;
  border-bottom: 1px solid #d0d0d0
}

.m-home1 .causethe dt .bg {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.m-home1 .causethe dt .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .causethe dt .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .causethe dt .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .causethe dt .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3%
}

.m-home1 .causethe dt .cont h2 {
  font-size: 36px
}

@media (max-width:800px) {
  .m-home1 .causethe dt .cont h2 {
    font-size: 200%
  }
}

.m-home1 .causethe dt .cont p {
  color: #9a9a9a;
  padding-top: 2%
}

.m-home1 .causethe dt .cont p i {
  color: #2185b9
}

.m-home1 .causethe dd {
  padding-bottom: 3%
}

.m-home1 .causethe dd h2 {
  font-size: 30px;
  line-height: 2.2
}

@media (max-width:800px) {
  .m-home1 .causethe dd h2 {
    font-size: 166.66667%
  }
}

.m-home1 .causethe dd p {
  color: #666;
  font-size: 24px
}

@media (max-width:800px) {
  .m-home1 .causethe dd p {
    font-size: 133.33333%
  }
}

.m-home1 .arenot {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home1 .arenot h2 {
  font-size: 30px;
  line-height: 2.4;
  border-bottom: 1px solid #d0d0d0
}

@media (max-width:800px) {
  .m-home1 .arenot h2 {
    font-size: 166.66667%
  }
}

.m-home1 .arenot dt {
  padding: 3% 0
}

.m-home1 .arenot dt h3 {
  font-size: 36px
}

@media (max-width:800px) {
  .m-home1 .arenot dt h3 {
    font-size: 200%
  }
}

.m-home1 .arenot dt p {
  font-size: 30px;
  color: #666
}

@media (max-width:800px) {
  .m-home1 .arenot dt p {
    font-size: 166.66667%
  }
}

.m-home1 .isfiedwit {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home1 .isfiedwit .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
  padding: 2.5% 0
}

.m-home1 .isfiedwit .li .bg {
  width: 30%;
  height: 22.5vw;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover
}

.m-home1 .isfiedwit .li .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home1 .isfiedwit .li .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home1 .isfiedwit .li .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home1 .isfiedwit .li .cont {
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  width:70%;
  padding-left: 2%
}

.m-home1 .isfiedwit .li .cont h2 {
  font-size: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

@media (max-width:800px) {
  .m-home1 .isfiedwit .li .cont h2 {
    font-size: 133.33333%
  }
}

.m-home1 .isfiedwit .li .cont .tag {
  margin: 1% 0
}

.m-home1 .isfiedwit .li .cont .mtb10 {
  margin: 4.5% 0
}

.m-home1 .isfiedwit .li .cont .dtal {
  margin: 1% 0;
  color: #9a9a9a
}

.m-home1 .isfiedwit .li .cont .dtal i {
  color: #3b3b3b
}

.m-home1 .isfiedwit .li .cont .addr {
  color: #9a9a9a
}

.m-home1 .isfiedwit .li .cont .addr i {
  color: #2185b9
}

.m-home1 .n-eirgrade {
  background: #fff;
  margin-top: 3%
}

.m-home1 .n-eirgrade .main {
  font-size: 24px;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width:800px) {
  .m-home1 .n-eirgrade .main {
    font-size: 133.33333%
  }
}

.m-home1 .n-eirgrade .main li {
  width: 18%;
  text-align: center
}

.m-home1 .n-eirgrade .main li.curr {
  color: #2185b9
}

.m-home1 .n-eirgrade .main li.curr a:after {
  opacity: 1
}

.m-home1 .n-eirgrade .main li a {
  display: inline-block;
  line-height: 2.3;
  position: relative
}

.m-home1 .n-eirgrade .main li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2185b9;
  content: "";
  opacity: 0
}

.t-s2j {
  background: #d2ecf9;
  color: #727c81;
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
  padding: 2px 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media (max-width:800px) {
  .t-s2j {
    font-size: 77.77778%
  }
}

.t-s2j.red {
  background: #f9d9d2
}

.p-KPrequ dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-KPrequ dl dt li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-right: 1px solid #ddd
}

.p-KPrequ dl dt li h2 {
  color: #727272
}

.p-KPrequ dl dt li p {
  font-size: 30px
}

@media (max-width:800px) {
  .p-KPrequ dl dt li p {
    font-size: 166.66667%
  }
}

.p-KPrequ dl dt li:last-child {
  border-right: none
}

.p-KPrequ dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5% 0
}

.p-KPrequ dl dd li {
  width: 47%;
  text-align: center;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 24px;
  position: relative;
  padding: 2% 0
}

@media (max-width:800px) {
  .p-KPrequ dl dd li {
    font-size: 133.33333%
  }
}

.p-KPrequ dl dd li .head {
  height: 30px;
  display: block;
  margin: 10% auto
}

.p-KPrequ dl dd li .select {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 30px;
  display: none
}

.p-KPrequ dl dd li p {
  color: #e84242
}

.p-KPrequ dl dd li.curr {
  border-color: #849daa;
  background: #f6fafd
}

.p-KPrequ dl dd li.curr .select {
  display: block
}

.p-KPrequ dl ul {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #849daa;
  background: #f6fafd;
  padding: 3%
}

.p-KPrequ dl ul h2 {
  font-size: 24px;
  padding-bottom: 2%
}

@media (max-width:800px) {
  .p-KPrequ dl ul h2 {
    font-size: 133.33333%
  }
}

.p-KPrequ dl ul p {
  color: #7f7f7f;
  padding: 1% 0
}

.p-KPrequ dl .go {
  width: 100%;
  display: block;
  font-size: 24px;
  background: #2185b9;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 8% 0
}

@media (max-width:800px) {
  .p-KPrequ dl .go {
    font-size: 133.33333%
  }
}

.t-sj {
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
  background: #2185b9;
  color: #fff;
  padding: 2px 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media (max-width:800px) {
  .t-sj {
    font-size: 77.77778%
  }
}

.t-sj.red {
  background: #d82e01
}

.f-footer .foot {
  height: 55px
}

.f-footer ul {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d0d0d0
}

.f-footer ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.f-footer ul li.curr a {
  color: #2185b9
}

.f-footer ul li.curr a img {
  display: block
}

.f-footer ul li.curr a img:first-child {
  display: none
}

.f-footer ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:800px) {
  .f-footer ul li a {
    font-size: 111.11111%
  }
}

.f-footer ul li a img {
  display: none;
  margin: 5px auto;
  height: 20px
}

.f-footer ul li a img:first-child {
  display: block
}

.h-headtop .top {
  height: 50px
}

.h-headtop .cont {
  height: 50px;
  line-height: 50px;
  background: #2185b9;
  font-size: 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  color: #fff;
  text-align: center
}

@media (max-width:800px) {
  .h-headtop .cont {
    font-size: 166.66667%
  }
}

.h-headtop .cont .left {
  left: 0
}

.h-headtop .cont .left,
.h-headtop .cont .right {
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 3%
}

.h-headtop .cont .right {
  right: 0
}

.n-Canecre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e5e1e1;
  width: 100%
}

.n-Canecre li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative
}

.n-Canecre li.curr {
  color: #2185b9
}

.n-Canecre li.curr i {
  opacity: 1
}

.n-Canecre li a {
  font-size: 30px;
  line-height: 2.5
}

@media (max-width:800px) {
  .n-Canecre li a {
    font-size: 166.66667%
  }
}

.n-Canecre li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  display: inline-block;
  background: #2185b9;
  opacity: 0
}

.u-codean {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.u-codean .li {
  border-bottom: 1px solid #e7e7e7;
  padding: 2.5% 0;
  display: block
}

.u-codean .li .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.u-codean .li .cont .head {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.u-codean .li .cont .skipping {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2%
}

.u-codean .li .cont .skipping .ski1pping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1%
}

.u-codean .li .cont .skipping .ski1pping h2 {
  font-size: 24px;
  color: #222
}

@media (max-width:800px) {
  .u-codean .li .cont .skipping .ski1pping h2 {
    font-size: 133.33333%
  }
}

.u-codean .li .cont .skipping .ski1pping h3 {
  color: #727272;
  padding: 0 3%
}

.u-codean .li .cont .skipping .transfe {
  color: #9c9c9c
}

.u-codean .li .cont .detial {
  color: #353535
}

.u-codean .li .argeted {
  color: #b8b8b8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 2%
}

.u-codean .li .argeted p {
  padding: 0 1%
}

.u-codean .li .argeted p i {
  color: #2d8bbc
}

.u-codean .li .anddru {
  padding-top: 1.5%;
  color: #232323
}

.u-codean .li .anddru i {
  color: #d70202
}

.u-codean .li .anddru span {
  color: #6c6c6c
}

.u-codean .li .ncea li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 1.5%
}

.u-codean .li .ncea li i {
  color: #2888bb;
  border: 1px solid #2888bb;
  padding: 2px 3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 14px
}

@media (max-width:800px) {
  .u-codean .li .ncea li i {
    font-size: 77.77778%
  }
}

.u-codean .li .detial {
  color: #353535;
  padding-top: 1.5%
}

.m-home2 .myhead {
  background: url(../img/grzx2_03.png) 50% no-repeat;
  background-size: cover;
  padding: 3% 0
}

.m-home2 .myhead dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6%
}

.m-home2 .myhead dl .haed {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.m-home2 .myhead dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3%
}

.m-home2 .myhead dl dd h2 {
  color: #fff;
  font-size: 30px
}

@media (max-width:800px) {
  .m-home2 .myhead dl dd h2 {
    font-size: 166.66667%
  }
}

.m-home2 .myhead dl dd p {
  color: #b8d9eb
}

.m-home2 .orkfficien {
  position: relative;
  top: -20px
}

.m-home2 .orkfficien ul {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  -o-transition: all ease .2s;
  transition: all .2s ease;
  padding: 2% 0
}

.m-home2 .orkfficien ul>* {
  width: 25%;
  margin-left: 0;
  margin-right: 0
}

.m-home2 .orkfficien ul>:nth-child(4n+1) {
  margin-left: 0
}

.m-home2 .orkfficien ul>:nth-child(4n+4) {
  margin-right: 0
}

.m-home2 .orkfficien ul img {
  height: 30px;
  display: block;
  margin: 0 auto 10%
}

.m-home2 .hemployee dt {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home2 .hemployee dt a {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  height: 46px
}

@media (max-width:800px) {
  .m-home2 .hemployee dt a {
    font-size: 133.33333%
  }
}

.m-home2 .hemployee dt a .iconfont {
  color: #959595
}

.m-home2 .hemployee dd {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  margin-top: 3%
}

.m-home2 .hemployee dd .a {
  font-size: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  height: 50px
}

@media (max-width:800px) {
  .m-home2 .hemployee dd .a {
    font-size: 140.55556%
  }
}

.m-home2 .hemployee dd .a img {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.m-home2 .hemployee dd .a h2 i {
  color: #eb1a1a
}

.m-home2 .hemployee dd .a p .iconfont {
  font-size: 80%
}

.m-home2 .hemployee .go {
  margin: 15% auto 3%;
  display: block;
  background: #2185b9;
  color: #fff;
  font-size: 30px;
  line-height: 2.2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center
}

@media (max-width:800px) {
  .m-home2 .hemployee .go {
    font-size: 166.66667%
  }
}

.m-home2 .ausethemplo dt {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%;
  margin-top: 3%
}

.m-home2 .ausethemplo dt a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  height: 45px
}

.m-home2 .ausethemplo dt a img {
  height: 20px
}

.m-home2 .ausethemplo dt a p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2%;
  color: #6e6e6e;
  font-size: 20px
}

@media (max-width:800px) {
  .m-home2 .ausethemplo dt a p {
    font-size: 111.11111%
  }
}

.m-home2 .ausethemplo .more {
  display: block;
  font-size: 20px;
  border: 1px solid #2185b9;
  color: #2185b9;
  margin: 8% auto;
  width: 28%;
  text-align: center;
  line-height: 2.2;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media (max-width:800px) {
  .m-home2 .ausethemplo .more {
    font-size: 111.11111%
  }
}

.m-home2 .greatmpac .title {
  background: #fff;
  font-size: 30px;
  border-bottom: 1px solid #e7e3e3;
  line-height: 2.6;
  margin-top: 3%
}

@media (max-width:800px) {
  .m-home2 .greatmpac .title {
    font-size: 150.66667%
  }
}

.m-home2 .greatmpac .title .main {
  position: relative
}

.m-home2 .greatmpac .title span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 3px;
  background: #2185b9
}

.m-home2 .greatmpac dt {
  background: #fff;
  margin-bottom: 3%;
  padding: 0 2.5%
}

.m-home2 .greatmpac dt .lst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  font-size: 24px;
  height: 50px
}

@media (max-width:800px) {
  .m-home2 .greatmpac dt .lst {
    font-size: 133.33333%
  }
}

.m-home2 .greatmpac dt .lst h2 i {
  padding-left: 5px;
  color: #f92a2a
}

.m-home2 .greatmpac dt .lst input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none
}

.m-home2 .greatmpac dt .upload input {
  display: none
}

.m-home2 .greatmpac dt .upload a {
  font-size: 80%;
  background: #2185b9;
  color: #fff;
  padding: 4px 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.m-home2 .greatmpac dt .upload a img {
  height: 13px
}

.m-home2 .greatmpac dt .tartof {
  border-bottom: 1px solid #d2d2d2
}

.m-home2 .greatmpac dt .tartof h2 {
  font-size: 24px;
  padding: 2% 0
}

@media (max-width:800px) {
  .m-home2 .greatmpac dt .tartof h2 {
    font-size: 133.33333%
  }
}

.m-home2 .greatmpac dt .tartof h2 i {
  padding-left: 5px;
  color: #f92a2a
}

.m-home2 .greatmpac dt .tartof label {
  padding: 3% 0;
  display: block;
  background: #f3f3f3;
  text-align: center;
  color: #444;
  margin-bottom: 3%;
  line-height: 2;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.m-home2 .greatmpac dt .tartof label P {
  font-size: 14px;
  color: #aaa
}

@media (max-width:800px) {
  .m-home2 .greatmpac dt .tartof label P {
    font-size: 77.77778%
  }
}

.m-home2 .greatmpac dt .tartof label input {
  display: none
}

.m-home2 .greatmpac dt .tartof label img {
  display: block;
  margin: 0 auto;
  padding: 2% 0
}

.m-home2 .greatmpac .go {
  display: block;
  background: #2185b9;
  color: #fff;
  font-size: 24px;
  line-height: 2.5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10% auto
}

@media (max-width:800px) {
  .m-home2 .greatmpac .go {
    font-size: 133.33333%
  }
}

.m-home3 {
  background: #fff;
  height: 100%
}

.m-home3 .logoin .logo {
  display: block;
  margin: 0 auto;
  padding: 15% 0;
  width: 40%
}

.m-home3 .logoin dd {
  padding-top: 15%
}

.m-home3 .logoin dd .wx {
  width: 100%;
  background: #1bab19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5% 0
}

@media (max-width:800px) {
  .m-home3 .logoin dd .wx {
    font-size: 166.66667%
  }
}

.m-home3 .logoin dd .w1x {
  display: block;
  font-size: 30px;
  text-align: center;
  border: 1px solid #d3d3d3;
  line-height: 48px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

@media (max-width:800px) {
  .m-home3 .logoin dd .w1x {
    font-size: 166.66667%
  }
}

.m-home4 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.m-home4 .hinesena {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative
}

.m-home4 .hinesena .dingreig {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home4 .hinesena .dingreig dt {
  width: 130px;
  overflow-y: auto;
  height: 100%;
  font-size: 26px;
  line-height: 2.6;
  background: #f6f6f6;
  border-right: 1px solid #f6f6f6
}

@media (max-width:800px) {
  .m-home4 .hinesena .dingreig dt {
    font-size: 144.44444%
  }
}

.m-home4 .hinesena .dingreig dt li {
  padding-left: 20%
}

.m-home4 .hinesena .dingreig dt li.curr {
  background: #fff;
  color: #62a3d6
}

.m-home4 .hinesena .dingreig dd {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  background: #fff;
  font-size: 26px;
  line-height: 2.6
}

@media (max-width:800px) {
  .m-home4 .hinesena .dingreig dd {
    font-size: 144.44444%
  }
}

.m-home4 .hinesena .dingreig dd ul {
  padding-left: 13%
}

.m-home4 .hinesena .arnedkno {
  position: absolute;
  right: 3%;
  top: 8%;
  font-size: 16px;
  color: #5f5f5f;
  line-height: 2
}

@media (max-width:800px) {
  .m-home4 .hinesena .arnedkno {
    font-size: 88.88889%
  }
}

.m-home4 .hinesena .ceptrele {
  font-size: 26px;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:800px) {
  .m-home4 .hinesena .ceptrele {
    font-size: 144.44444%
  }
}

.m-home4 .hinesena .ceptrele dt {
  width: 140px;
  overflow-y: auto;
  height: 100%;
  background: #fff
}

.m-home4 .hinesena .ceptrele dt ul.curr h6 .iconfont {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.m-home4 .hinesena .ceptrele dt ul h6 {
  background: #f7f7f7;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10%
}

.m-home4 .hinesena .ceptrele dt ul h6 .iconfont {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.m-home4 .hinesena .ceptrele dt ul li a {
  display: block;
  line-height: 50px;
  padding-left: 10%
}

.m-home4 .hinesena .ceptrele dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  height: 100%;
  background: #fff
}

.m-home4 .hinesena .ceptrele dd ul h6 {
  color: #888;
  background: #f7f7f7;
  line-height: 30px;
  font-size: 90%;
  padding-left: 5%
}

.m-home4 .hinesena .ceptrele dd ul li a {
  display: block;
  line-height: 50px
}

.h-Theworkl {
  width: 100%;
  margin: 3% 0
}

.h-Theworkl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px
}

@media (max-width:800px) {
  .h-Theworkl dl {
    font-size: 111.11111%
  }
}

.h-Theworkl dl .all {
  color: #2a2a2a
}

.h-Theworkl dl .all a {
  color: #2185b9
}

.h-Theworkl dl dt {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.h-Theworkl dl dt img {
  height: 16px
}

.h-Theworkl dl dt p {
  padding: 0 2%
}

.h-Theworkl dl dt .iconfont {
  font-size: 80%;
  color: #2185b9
}

.h-Theworkl dl .more {
  color: #2185b9;
  text-decoration: underline
}

.m-Medic {
  background: #fff
}

.m-Medic .n-icalrel {
  font-size: 24px;
  line-height: 2.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:800px) {
  .m-Medic .n-icalrel {
    font-size: 133.33333%
  }
}

.m-Medic .n-icalrel li {
  width: 50%;
  text-align: center
}

.m-Medic .n-icalrel li.curr {
  background: #2185b9;
  color: #fff
}

.m-Medic .related {
  padding-top: 3%
}

.m-Medic .related li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2%;
  border-bottom: 1px solid #e5e5e5
}

.m-Medic .related li .bg {
  width: 24%;
  height: 15vw;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover
}

.m-Medic .related li .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-Medic .related li .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-Medic .related li .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-Medic .related li .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.8%
}

.m-Medic .related li .cont h2 {
  font-size: 20px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 2%
}

@media (max-width:800px) {
  .m-Medic .related li .cont h2 {
    font-size: 111.11111%
  }
}

.m-Medic .related li .cont p {
  font-size: 16px;
  color: #b8b8b8
}

@media (max-width:800px) {
  .m-Medic .related li .cont p {
    font-size: 88.88889%
  }
}

.m-Medic .related li .more {
  font-size: 14px;
  background: #4dc1fe;
  color: #fff;
  width: 35px;
  text-align: center;
  line-height: 2.2;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

@media (max-width:800px) {
  .m-Medic .related li .more {
    font-size: 77.77778%
  }
}

.no-text .weui-toast {
  height: auto;
  padding: 5px 0
}

.no-text .weui-icon_toast.weui-icon-success-no-circle {
  display: none
}

.m-home5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.m-home5 .n-Canecre {
  margin-top: 3%
}

.m-home5 .bgiCOnt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  overflow: hidden
}

.m-home5 .bgiCOnt dl {
  height: 100%;
  overflow-y: auto
}

.m-home5 .bgiCOnt dl h6 {
  text-align: center;
  line-height: 2;
  color: #a6a6a8
}

.m-home5 .bgiCOnt dl .bg {
  width: 55px;
  height: 55px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  position: relative;
  background: url(../img/aImg.jpg) 50% no-repeat;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 1%
}

.m-home5 .bgiCOnt dl .bg .bgcont {
  color: #fff;
  font-size: 120%;
  padding: 0 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.m-home5 .bgiCOnt dl .bg>img {
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home5 .bgiCOnt dl .bg:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.m-home5 .bgiCOnt dl .cont {
  padding: 0 1%;
  display: flex;
  flex-direction: column;
  width:calc(100% - 55px);
  padding:0px 1%;
}

.m-home5 .bgiCOnt dl .cont .co1nt {
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
  font-size: 25px;
  color: #1d1b26;
  place-self: flex-end;
  word-break: break-word;
}

@media (max-width:800px) {
  .m-home5 .bgiCOnt dl .cont .co1nt {
    font-size: 138.88889%
  }
}

.m-home5 .bgiCOnt dl .cont h2 {
  font-size: 20px;
  line-height: 2;
  color: #adaeb0
}

@media (max-width:800px) {
  .m-home5 .bgiCOnt dl .cont h2 {
    font-size: 111.11111%
  }
}

.m-home5 .bgiCOnt dl dd,
.m-home5 .bgiCOnt dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2% 0
}
.m-home5 .bgiCOnt dl dd{
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.m-home5 .bgiCOnt dl dd h2 {
  text-align: right
}

.m-home5 .footer {
  background: #fff;
  font-size: 25px;
  width: 100%
}

@media (max-width:800px) {
  .m-home5 .footer {
    font-size: 138.88889%
  }
}

.m-home5 .footer dt {
  padding-top: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home5 .footer dt .go {
  color: #5d7ff9;
  background: #eff1ff;
  line-height: 34px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  padding: 0 15px
}

.m-home5 .footer dt .catiortific {
  border: 1px solid #7196f7;
  color: #7196f7;
  line-height: 32px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  padding: 0 15px
}

.m-home5 .footer .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3% 0
}

.m-home5 .footer .form a.go {
  background: #c1cad9;
  color: #fff;
  line-height: 32px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  padding: 0 15px;
  margin: 0 10px;
  text-align: center;
  display: inline;
}

.m-home5 .footer .form input,
.m-home5 .footer .form textarea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background: #f6f6f6;
  height: 50px;
  -webkit-border-radius: 25px;
  border-radius: 25px
}

.m-home5 .footer .form .add {
  width: 26px;
  line-height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #66656b;
  border: 1px solid #66656b;
  text-align: center;
  font-weight: 700;
  font-size: 120%
}