@font-face {
  font-family: "PingFangSC-Light";
  src: url("/styles/fonts/PingFang Light.woff");
}

@font-face {
  font-family: "PingFangSC-ExtraLight";
  src: url("/styles/fonts/PingFang ExtraLight.woff");
}

@font-face {
  font-family: "PingFang";
  src: url("/styles/fonts/PingFang Medium.woff");
}

@font-face {
  font-family: "PingFangSC-Medium";
  src: url("/styles/fonts/PingFang Medium.woff");
}

@font-face {
  font-family: "PingFang-SC-Regular";
  src: url("/styles/fonts/PingFang Regular.woff");
}

@font-face {
  font-family: "PingFangSC";
  src: url("/styles/fonts/PingFang Medium.woff");
}

/* reset */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body {
  margin: 0;
  color: #212121;
  font-size: 1.4rem;
  font-family: "PingFangSC-Regular", "Microsoft YaHei"
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: .1rem dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -0.2rem
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

dd,
dl {
  margin: 0
}

ul {
  padding: 0
}

[hidden] {
  display: none
}

* {
  box-sizing: border-box
}

li {
  list-style: none
}

a {
  outline: 0;
  color: inherit;
  text-decoration: none
}

header {
  position: relative;
  z-index: 9999;
  /*#282828;*/
  color: #494949;
  min-width: 120rem;
}

header .nav {
  position: relative;
  padding: 0 2rem 0 3.5rem;
  line-height: 6rem;
  margin: 0 auto;
  background: #fff;
  border-bottom: .1rem solid rgba(175, 175, 175, 1);
}

header .menu_bt {
  cursor: pointer;
  position: absolute;
  left: 0rem;
  width: 6rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  font-size: 2rem;
  margin-left: 1rem;
}

header .menu_bt span {
  cursor: pointer;
  width: 100%;
  display: inline-block;
}

header .menu_bt span img {
  vertical-align: middle;
  width: 2rem;
}

header .m_ulA>li:hover .ms_box,
header .menu_bt:hover .menu_box {
  display: block
}

header .menu_box {
  display: none;
  text-align: left;
  font-size: 1.4rem;
  position: absolute;
  top: 7rem;
  width: 30rem;
  height: 50rem;
  color: #333;
  background: #F7F8FA
}

header .menu_box hr {
  border: none;
  width: 25rem;
  border-top: .1rem solid #DDD
}

header .menu_box .sign_in {
  width: 25rem;
  margin: 0 auto;
  line-height: 5rem;
  height: 5rem;
  border-top: .1rem solid #DDD;
  border-bottom: .1rem solid #DDD
}

header .menu_box .contact {
  width: 25rem;
  height: 14rem;
  padding-top: 1rem;
  line-height: 2.8rem;
  color: #555;
  margin: 0 auto;
  background: url(/images/head_menu_tj.png) no-repeat bottom
}

header .menu_box .contact div:nth-child(1)::before {
  position: relative;
  top: .8rem;
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2rem;
  background-image: url(/images/png_list.png);
  background-position: -45rem 0
}

header .menu_box .contact div:nth-child(2)::before {
  position: relative;
  top: .8rem;
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2rem;
  background-image: url(/images/png_list.png);
  background-position: -45rem 0
}

header .menu_box .sign_in::before {
  margin-left: .3rem;
  margin-top: 1.8rem
}

header .m_ulA {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2rem 0rem 1.5rem 0
}

header .m_ulA>li {
  padding: 0 1.2em 0 2em;
  line-height: 3.6rem
}

header .m_ulA>li::before {
  float: right;
  content: "";
  margin-top: 1rem;
  display: block;
  width: .8rem;
  height: 1.4rem;
  background-image: url(/images/png_list.png);
  background-position: -45rem 0
}

header .m_ulA>li:hover {
  background: #F1F2F4
}

header .m_ulA>li:hover span {
  color: #3959ff
}

header .m_ulA>li:hover::before {
  background-position: -50rem 0
}



header .ms_list {
  float: left;
  width: 19rem;
  min-height: 18.8rem;
  padding: 0 3rem
}

header .ms_list>div {
  font-weight: 600;
  height: 6rem;
  line-height: 6rem;
  border-bottom: .1rem solid #ADAEB0
}

header .ms_list ul {
  font-size: 1.3rem;
  padding: 1rem 0;
  margin: 0
}

header .ms_list li {
  line-height: 3.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* overflow: hidden; */
}

header .ms_list a.hot::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 2.8rem;
  height: .9rem;
  background-image: url(/images/png_list.png);
  background-position: -10rem 0
}

header .ms_list a.new::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 2.8rem;
  height: .9rem;
  background-image: url(/images/png_list.png);
  background-position: 0 0
}

header .nav a:hover {
  color: #76B325
}

header .nav_ul {
  float: left;
  margin: 0;
  padding: 0
}

header .nav_ul>li {
  position: relative;
  float: left;
  padding: 0 1rem;
  font-size: 1.4rem;
}

header .nav_ul>li>a {
  position: relative;
  letter-spacing: .1rem;
}

header .nav_ul>li:hover>a {
  color: #19A974
}

header .nav_ul>li>a:hover {
  text-decoration: underline
}

header .nav_ul>li:hover .ms_box {
  display: block
}

header .nav_ul>li .ms_box {
  top: 6rem;
  left: -3.3rem;
  width: auto;
  height: auto
}

header .user_bt {
  position: absolute;
  right: 2rem;
  line-height: 6rem;
  overflow: hidden;
}

header .user_bt>img {
  width: 3.5rem;
  height: 3.5rem;
  vertical-align: text-bottom;
}

header .user_bt>span {
  font-size: 1.4rem;
  color: #2F2F2F;
}

header .user_bt>span>b {
  font-size: 2.2rem;
  color: #2F2F2F;
}

header::after {
  content: "";
  display: block;
  clear: both;
}


header .logo {
  height: 7rem;
  line-height: 7rem;
  text-align: center;
}

header .logo a {
  height: 7rem;
  display: inline-block;
  border-right: .1rem solid #828282;
  padding-right: 2rem;
  overflow: hidden;
}

header .logo a img {
  width: 12rem;
  vertical-align: middle;
}

header .user_bt .phone-icons {
  position: absolute;
  left: -4rem;
  width: 3.6rem;
  display: inline-block;
  height: 3.6rem;
  background: url(/images/phone-icon.gif) no-repeat;
  margin: 2rem 0 0;
  background-size: cover
}

header .sign_in::before {
  float: left;
  margin-top: 3.2rem;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.1rem;
  background-image: url(/images/png_list.png);
  background-position: -40rem 0
}

header .user_bt i::after {
  float: right;
  margin-left: 1rem;
  margin-top: 3.4rem;
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.1rem;
  background-image: url(/images/png_list.png);
  background-position: -25rem 0
}

header .ai {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

footer {
  background: #fff;
  min-width: 120rem;
  font-size: 1.8rem;
  overflow: hidden;
  padding-bottom: 6rem
}

footer .foot {
  width: 114rem;
  overflow: hidden;
  padding: 6rem 0;
  margin: 0 auto;
  color: #4D4D4D;
}

footer dl {
  float: left;
  width: 15%
}

footer dl.end {
  margin-right: 0
}

footer dl dt {
  margin-bottom: 2.8rem;
  letter-spacing: .1rem
}

footer dl dd a {
  font-size: 1.4rem;
  display: block;
  line-height: 2.6rem;
  color: #888888;
}

footer .other {
  float: left;
  display: flex;
  width: 40rem;
  margin-left: 4rem;
  margin-top: 3.1rem;
}

.footer-qr {
  min-width: 10.6rem;
  max-width: 10.6rem;
}

.footer-qr>img {
  width: 100%;
}

.footer-qr>span {
  display: block;
  margin-bottom: .4rem;
  padding-left: .5rem;
  font-size: 1.4rem;
  color: rgba(61, 61, 61, 1);
}

.footer-care {
  margin-left: 1.8rem;
}

.footer-care>span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(136, 136, 136, 1);
  line-height: 1.8rem;
}


footer .simg {
  position: relative;
  top: 2.5rem;
  width: 8rem;
  text-align: center
}

footer .simg img {
  width: 5.2rem;
  height: 5.2rem;
  display: block
}

footer .simg p {
  margin: 1rem 0 0 0;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5rem;
}

footer .bottom .text {
  font-size: 1.2rem;
  color: #888;
  text-align: center;
}

footer .bottom .text p {
  margin-bottom: 1.4rem
}

footer .bottom .text p.end {
  margin-bottom: 0
}

footer .bottom {
  max-width: 160rem;
  margin: 0 auto;
  border-top: .1rem solid #fff;
  overflow: hidden;
  padding-top: 4rem
}

footer .bottom .img {
  text-align: center;
  margin-top: 4rem;
  overflow: hidden
}

footer .bottom .img a {
  display: inline-block;
  margin-right: 2.8rem
}


footer .bottom .center .bottom_nav {
  margin-top: 3rem;
  float: left;
  width: 100%
}

footer .bottom_nav a {
  width: 8%;
  display: block;
  float: left;
  border-right: .1rem solid #6e6e6e;
  color: #AAA;
  font-size: 1.2rem;
  text-align: center
}

footer h5.friendlink_title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #656565;
  margin-top: 6rem;
  font-weight: 700
}

footer .index_friendlink {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 3rem
}

footer .index_friendlink li {
  line-height: 2.2rem
}

footer .index_friendlink li a {
  display: block;
  color: #888;
  font-size: 1.2rem;
  margin-right: .6rem
}

footer .center {
  width: 114rem;
  margin: 0 auto;
  /* overflow: hidden */
}

.formBG {
  top: 0;
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, .5)
}

.formBox {
  display: none;
  width: 44rem;
  padding: 4rem;
  background-color: #d5f5ff;
  background: url(/images/formBG.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: 0 .8rem 2rem 0 rgba(0, 1, 1, .26)
}

.formBox .title {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 3rem;
  letter-spacing: .3rem;
  color: #404b5a
}

.formBox .item {
  margin-top: 1rem
}

.formBox label {
  display: block;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: .1rem;
  color: rgba(79, 79, 79, .8)
}

.formBox input {
  text-indent: 1rem;
  font-size: 1.6rem;
  color: 333;
  width: 100%;
  height: 5rem;
  background-color: rgba(255, 255, 255, .7);
  border: solid .1rem #d8d8d8
}

.formBox button {
  cursor: pointer;
  width: 100%;
  height: 5.5rem;
  line-height: 5.5rem;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: .1rem;
  border: none;
  margin-top: 2.5rem;
  border-radius: .3rem;
  background-color: #0896d7;
  box-shadow: 0 .3rem 0 0 #0075aa
}

.formBox h5 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #bec4ca
}

.formBox h5::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.3rem;
  left: -0.9rem;
  width: 16rem;
  height: .3rem;
  background: #D5D9DE
}

.formBox h5::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.3rem;
  left: .9rem;
  width: 16rem;
  height: .3rem;
  background: #D5D9DE
}

.formBox p {
  line-height: 3rem;
  margin: -1rem 0;
  text-align: center
}

.formBox span {
  font-size: 1.8rem;
  letter-spacing: .1rem;
  color: #0896d7
}

.alert {
  top: -5rem;
  opacity: 0;
  position: fixed;
  width: 30rem;
  height: 5rem;
  line-height: 5rem;
  left: 0;
  right: 0;
  font-size: 1.6rem;
  text-align: center;
  margin: auto;
  z-index: 999999;
  border-radius: .4rem;
  background: red;
  border: .1rem solid #666
}

.alert.success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a
}

.alert.error {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c
}

.icons-float-bar {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  vertical-align: middle;
  background: url(/images/icons-float-bar1.png) 0 0 no-repeat
}

.icons-float-bar.activity {
  background-position: 0 0
}

.icons-float-bar.nav-list {
  background-position: -3.3rem 0
}

.icons-float-bar.online {
  background-position: -7.2rem 0
}

.icons-float-bar.ser-tel {
  background: url(/images/phone.gif) no-repeat;
  height: 4.4rem;
  width: 4.4rem
}

.float-bar-nav>.item:hover .icons-float-bar.ser-tel {
  background: url(/images/phone_hove1.gif) no-repeat
}

.icons-float-bar.smart-tel {
  background-position: -14.4rem 0
}

.icons-float-bar.to-top {
  background-position: -18rem 0
}

.float-sidebar {
  position: fixed;
  z-index: 3;
  bottom: 19rem;
  right: 5rem;
  margin-top: 5rem
}

.float-sidebar a {
  background-color: transparent;
  outline: 0;
  text-decoration: none
}

.float-sidebar a:active,
.float-sidebar a:hover {
  outline-width: 0;
  color: #1761c9
}

.float-bar-nav>.item {
  margin-bottom: .3rem;
  background-color: #2f3438;
  text-align: center;
  line-height: 4.4rem;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 0;
  transition: background-color .3s ease-out
}

.float-bar-nav>.item:hover {
  background-color: #2959ff
}

.float-bar-nav>.item.to-top-btn {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-out
}

.float-bar-nav>.item.to-top-btn.show {
  visibility: visible;
  opacity: 1
}

.float-bar-nav .item {
  position: relative
}

.float-bar-nav .sub-nav-layer {
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
  transform: scale(.95);
  transform-origin: right;
  transition: opacity .4s, transform .3s ease-out
}

.float-bar-nav .item:hover .sub-nav-layer {
  opacity: 1;
  transform: scale(1);
  visibility: visible
}

.float-bar-nav .page-nav .sub-nav-layer {
  position: fixed;
  right: 9.4rem;
  bottom: 9rem;
  top: auto;
  min-height: 29.2rem
}

.oldIE .float-bar-nav .sub-nav-layer {
  visibility: hidden
}

.float-bar-nav .page-nav-list {
  padding: 2rem 0;
  font-size: 1.4rem;
  width: 16rem;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 .5rem .8rem rgba(6, 0, 1, .1)
}

.oldIE .float-bar-nav .page-nav-list {
  border: .1rem solid #d4d5d7
}

.float-bar-nav .page-nav-list .item {
  padding: 1.5rem 3rem;
  list-style: circle inside;
  cursor: pointer;
  line-height: 2rem;
  transition: background-color .3s ease-out
}

.sub-nav-main .phone {
  width: 16rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 3rem
}

.sub-nav-main .phone-icons {
  width: 5.4rem;
  display: inline-block;
  height: 5.4rem;
  background: url(/images/phone-icon6.gif) no-repeat;
  margin: 2rem 0 0
}

.sub-nav-main .domain {
  width: 16rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 3rem;
  border-left: .1rem dotted #d4d4d4
}

.sub-nav-main .domain-icons {
  width: 5.4rem;
  display: inline-block;
  height: 5.4rem;
  background: url(/images/domain.jpg) no-repeat;
  margin: 2rem 0 0
}

.sub-nav-main .text {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8rem
}

.sub-nav-main .num {
  font-size: 1.6rem;
  color: #333
}

.sub-nav-main .num span {
  font-weight: 700
}

.sub-nav-main ul.info {
  display: inline-block;
  width: 16rem;
  text-align: left;
  border-left: .1rem dotted #d4d4d4;
  margin: 1.5rem 0;
  height: 12.5rem;
  padding: 1rem 2rem 0
}

.sub-nav-main ul.info li {
  line-height: 2.4rem;
  color: #999;
  font-size: 1.2rem
}

@media (max-height:80rem) {
  .float-bar-nav .page-nav-list .item {
    padding: 1rem 3rem
  }
}

.float-bar-nav .page-nav-list .item:hover {
  background-color: #f5f5f5
}

.float-bar-nav .page-nav-list .item.on {
  background-color: #5dcbb2;
  color: #fff
}

.float-bar-nav .sub-nav-main {
  min-width: 14rem;
  padding-left: 2rem;
  padding-right: 2rem;
  white-space: nowrap;
  background-color: #fff;
  color: #222;
  line-height: 4.4rem;
  display: block;
  box-shadow: 0 .4rem 1.4rem rgba(4, 0, 0, .15)
}

.float-bar-nav .telephone {
  font-weight: 700;
  margin-left: .5rem
}

.float-sidebar .shown-btn {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: rgba(116, 116, 116, .4);
  border-radius: 50%;
  font-size: 0;
  display: none;
  cursor: pointer;
  text-align: center
}

.float-sidebar .shown-btn>.dot {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle
}

.float-sidebar .shown-btn>.dot:after,
.float-sidebar .shown-btn>.dot:before {
  content: "";
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  position: absolute
}

.float-sidebar .shown-btn>.dot:before {
  margin-left: -1rem
}

.float-sidebar .shown-btn>.dot:after {
  margin-left: .6rem
}

@media (max-width:136.6rem) {
  .float-sidebar {
    right: 2rem
  }

  .page-nav:hover .sub-nav-layer {
    right: 6.4rem
  }
}

@media (max-width:102.3rem) {
  .float-sidebar .shown-btn {
    display: block
  }

  .float-sidebar {
    right: -5rem;
    transition: right .3s ease-out
  }

  .float-sidebar.show {
    right: 0
  }

  .float-sidebar .page-nav .sub-nav-layer {
    visibility: hidden !important
  }

  .float-sidebar.show .page-nav:hover .sub-nav-layer {
    visibility: visible !important;
    right: 4.4rem
  }

  .float-sidebar.show .shown-btn {
    display: none
  }
}

section {
  min-width: 118rem
}

.center {
  overflow: hidden;
  width: 120rem;
  margin: 0 auto
}

.fc-cover1 {
  position: relative;
  color: #19A974;
}


.fc-red {
  color: red
}

.fc-grey {
  color: #999
}

.title_5l {
  margin: 4rem 0;
  text-indent: .5em;
  border-left: .6rem solid #3959ff;
  font-size: 3.2rem;
  font-weight: 400;
  font-stretch: normal
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.scroll_show_node {
  visibility: hidden;
  opacity: 0;
  transition: 2s all ease-in-out;
  -ms-transition: 2s all ease-in-out;
  -webkit-transition: 2s all ease-in-out;
  transform: translateY(10rem);
  -ms-transform: rotate(10rem);
  -webkit-transform: rotate(10rem);
}

.scroll_show_node.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
  -ms-transform: rotate(0rem);
  -webkit-transform: rotate(0rem);
}

#cnzz_stat_icon_1262016388 {
  position: fixed;
  bottom: .2rem;
  left: .2rem;
  z-index: 9
}

#dialogs {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3)
}

#dialogs .box {
  position: absolute;
  width: 84rem;
  height: 50rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 1rem;
}

#dialogs .header {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #4B556A;
  letter-spacing: .2rem;
  border-bottom: .1rem solid #eceef1;
}

#dialogs .header span {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  font-size: 3rem;
  display: block;
  height: 4rem;
  line-height: 4rem;
  cursor: pointer;
}

#dialogs .main {
  width: 80rem;
  height: 42rem;
  margin: 2rem;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


header .ms_list {
  width: 21rem;
}

header .ms_list>div {
  font-size: 1.6rem;
}

header .ms_list li {
  line-height: 3.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* overflow: hidden; */
  font-size: 1.5rem;
}

header .nav_ul>li .ms_box,
.colonyBox,
.colonyBox1 {
  background: rgba(255, 255, 255, 1);
}

.dataColony,
.dataColony1 {
  position: relative;
}

.dataColony>a {
  display: block;
}

.dataColony:hover .colonyBox {
  display: block;
}

.dataColony1:hover .colonyBox1 {
  display: block;
}

.header-top {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 4.1rem;
  line-height: 4.1rem;
  color: #4C4C4C;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 1);
  border-bottom: .1rem solid rgba(175, 175, 175, 1);
}

.header-top>.header-top-logo {
  display: block;
}

.header-top>.header-top-logo>.logo-cover {
  position: relative;
  display: inline-block;
  width: 8.6rem;
  height: 2.7rem;
  margin: 0 .9rem 0 3.5rem;
  vertical-align: middle;
}

.header-top>.header-top-logo>.logo-cover::after {
  content: '';
  display: block;
  width: 8.6rem;
  height: 30%;
  position: absolute;
  top: -100%;
  left: 60%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transition: none;
  animation: cover .5s .1s;
  -webkit-animation: cover .5s .1s;
}

@keyframes cover {
  0% {
    top: -100%;
    left: 60%;
  }

  100% {
    top: 200%;
    left: 0;
  }
}

.header-top>.header-top-logo>.logo-cover:hover::after {
  top: 200%;
  left: 0;
  transition: all .5s;
}


.header-top>.header-top-logo>img:first-child {
  width: 8.6rem;
  height: 2.7rem;
  /* margin: 0 .9rem 0 3.5rem;
  vertical-align: middle; */
}

.header-top>.header-top-logo>img:last-child {
  width: 7.8rem;
  height: 2.3rem;
  vertical-align: middle;
  clip-path: inset(0 100% 0 0);
  animation: clip .6s linear forwards;
  -webkit-animation: clip .6s linear forwards;
}

@keyframes clip {
  to {
    clip-path: inset(0 0 0 0);
  }
}

.header-top-menu {
  display: flex;
}

.header-top-menu>a {
  display: block;
  margin-right: 3.5rem;
}

.header-top-menu>a.header-register {
  width: 11.8rem;
  margin: 0;
  color: #fff;
  text-align: center;
  background: rgba(118, 179, 37, 1);
}

.imgapp {
  width: 60%;
  margin-left: 20%;
}

.cursor {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .imgapp {
    width: 80%;
    margin-left: 10%;
  }
}