<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.product-intro {
  padding: 42px 0
}

@media screen and (max-width:767px) {
  .product-intro {
    padding: 10px 0
  }
}

.product-item {
  display: block;
  margin-bottom: 30px;
  padding-top: 42px;
  height: 200px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 5px 20px 1px rgba(49,49,49,.2);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-transition: all .3s ease
}

@media screen and (max-width:767px) {
  .product-item {
    margin-bottom: 10px;
    padding-top: 25px;
    height: 75pt
  }
}

.product-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -ms-transform: translateY(-10px)
}

@media screen and (max-width:767px) {
  .product-item-header {
    height: 30px
  }
}

@media screen and (max-width:767px) {
  .product-item-header img {
    width: 24px
  }
}

.product-item-header i {
  color: #008a7c;
  font-size: 50px;
  line-height: 1
}

.other-head span {
  color: #F00;
  float: right;
}

@media screen and (max-width:767px) {
  .product-item-header i {
    font-size: 36px
  }
}

.product-item-body {
  margin-top: 24px;
  color: #616161;
  letter-spacing: 1px;
  font-size: 24px
}

@media screen and (max-width:767px) {
  .product-item-body {
    margin-top: 1pc;
    font-size: 9pt
  }
}

.homepage-layout {
  padding-top: 75pt
}

@media screen and (max-width:767px) {
  .homepage-layout {
    padding-top: 30px
  }
}

.homepage-layout-header {
  color: #313131;
  letter-spacing: 5px;
  font-size: 3pc;
  line-height: 1
}

@media screen and (max-width:767px) {
  .homepage-layout-header {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 20px
  }
}

.homepage-layout-body {
  margin-top: 60px
}

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

.clearfix {
  display: inline-block
}

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block
}

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

.clearfix {
  zoom: 1
}

.mr20 {
  margin-right: 20px
}

.zq-icon {
  display: inline-block;
}

.icon40x40 {
  width: 40px;
  height: 40px
}

.crad-area-icon1 {
  background-position: 0 0
}

.crad-area-icon2 {
  background-position: -40px 0
}

.crad-area-icon3 {
  background-position: -5pc 0
}

.crad-area-icon4 {
  background-position: -90pt 0
}

.card-area {
  position: relative;
  margin: auto 0;
  width: 100%;
  height: 580px
}

.card-area .bg-e8e8e8 {
  background: #e8e8e8
}

.card-area .bg-e1e1e1 {
  background: #e1e1e1
}

.card-area .card-item {
  position: relative;
  z-index: 4;
  float: left;
  width: 17%;
  height: 521px;
  background-color: transparent;
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s
}

.card-area .card-item+.card-item {
  margin-left: -1px
}

.card-area .card-item .card {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s
}

.card-area .card-item .card .card-content {
  width: 100%;
  line-height: 2
}

.card-area .card-item .card .card-content.content-first {
  z-index: 3;
  opacity: 1;
  transition: all .12s cubic-bezier(.4,0,.2,1) .18s;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.card-area .card-item .card .card-content.content-second {
  z-index: 2;
  line-height: 2;
  opacity: 0;
  transition: all .12s cubic-bezier(.4,0,.2,1) 0s;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.card-area .card-item .card .card-content.content-second li {
  float: left;
  width: 50%
}

.card-area .card-item .card .card-content,.card-area .card-item .card .card-title {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1
}

.card-area .card-item .card .card-title {
  top: 0;
  padding-top: 1px;
  height: 145px;
  border-left: 1px solid #fff;
  background: #1ec67a;
  font-size: 14px;
  line-height: 26px;
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s
}

.card-area .card-item .card .card-title .content {
  position: absolute;
  bottom: -2px;
  width: 100%
}

.card-area .card-item .card .card-title h1 {
  margin-bottom: 0;
  margin-bottom: 30px;
  color: #d9efff;
  font-weight: 700;
  font-size: 22px
}

.card-area .card-item .card .card-title .short-info {
  margin-top: 0;
  margin-bottom: 20px;
  color: #8dbbdc;
  font-size: 14px
}

.card-area .card-item .card .card-title .zq-product-img {
  position: relative;
  margin: 10px auto;
  width: 40px;
  height: 40px
}

.card-area .card-item .card .card-title .zq-product-img img {
  position: absolute;
  left: 0;
  width: 100%
}

.card-area .card-item .card .card-title .zq-product-img .un-hover {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.card-area .card-item .card .card-title .zq-product-img .with-hover {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h1 {
  transition: all .15s cubic-bezier(.4,0,.2,1) 0s
}

.card-area .card-item .card .card-content {
  position: absolute;
  top: 145px;
  height: 376px
}

.card-area .card-item .card .card-content.content-first .content-first-list {
  margin-top: 47px;
  margin-bottom: 47px;
  width: 100%;
  max-width: 250px;
  color: #373d41;
  font-size: 1pc
}

.card-area .card-item .card .card-content.content-first .content-first-list li {
  margin-bottom: 30px
}

.card-area .card-item .card .card-content.content-second {
  left: 25px;
  padding-top: 26px;
  width: 90%;
  color: #a9b0b4;
  text-align: left;
  font-size: 14px
}

.card-area .card-item .card .card-content.content-second .main-head {
  margin-bottom: 10px;
  color: #008a7c;
  font-size: 18px;
  line-height: 28px
}

.card-area .card-item .card .card-content.content-second p {
  margin: 5px 0
}

.card-area .card-item .card .card-content.content-second .main-tip {
  color: #232933
}

.card-area .card-item .card .card-content.content-second .main-desc {
  color: #8c8c8c;
  font-size: 9pt;
  line-height: 22px
}

.card-area .card-item .card .card-content.content-second .main-btn {
  margin-top: 22px;
  margin-bottom: 33px;
  width: 10pc;
  height: 38px;
  border: none;
  border-radius: 19px;
  background: #008a7c;
  color: #fff;
  font-size: 1pc!important;
  cursor: pointer;
  transition: color .3s ease-in-out,background .3s ease-in-out
}

.card-area .card-item .card .card-content.content-second .main-btn:hover {
  background: #1ec67a;
  color: #fff
}

.card-area .card-item .card .card-content.content-second .main-white-btn {
  margin-top: 22px;
  margin-bottom: 33px;
  width: 10pc;
  height: 36px;
  border: 1px solid #008a7c;
  border-radius: 19px;
  background: #fff;
  color: #008a7c;
  font-size: 1pc!important;
  cursor: pointer;
  transition: color .3s ease-in-out,background .3s ease-in-out
}

.card-area .card-item .card .card-content.content-second .main-white-btn:hover {
  background: #008a7c;
  color: #fff
}

.card-area .card-item .card .card-content .other-info {
  overflow: hidden;
  padding-top: 20px;
  width: 105%;
  height: 70px;
  font-size: 9pt;
  line-height: 22px
}

.card-area .card-item .card .card-content .other-info .other-info-list {
  position: relative;
  margin-right: 25px;
  padding: 0 0 0 10px;
  width: 27%;
  height: 70px;
  background: #f2f2f2
}

.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  background-position: -200px 0
}

.card-area .card-item .card .card-content .other-info .other-info-list:hover {
  background: #008a7c
}

.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow {
  background-position: -200px -17px
}

.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head {
  color: #fff
}

.card-area .card-item .card .card-content .other-info .other-info-list .list-context {
  color: #00c1de
}

.card-area .card-item .card .card-content .other-info .other-head {
  margin: 5px 0 0;
  color: #000;
  font-weight: 400;
  font-size: 1pc
}

.card-area .card-item .card .card-content .other-info .other-desc {
  margin-top: 2px;
  color: #999;
  font-size: 9pt
}

.card-area .card-item.active {
  z-index: 6;
  width: 49%;
  height: 535px;
  box-shadow: 0 0 30px rgba(0,0,0,.2)
}

.card-area .card-item.active .card .card-title {
  top: -15px;
  height: 159px;
  border: none;
  background-color: #008a7c
}

.card-area .card-item.active .card .card-title .short-info {
  color: #9ed8f5
}

.card-area .card-item.active .card .card-title h1 {
  margin-bottom: 30px;
  color: #fff
}

.card-area .card-item.active .card .card-content.content-first {
  z-index: 2;
  opacity: 0;
  transition: all .12s cubic-bezier(.4,0,.2,1) 0s;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.card-area .card-item.active .card .card-content.content-second {
  z-index: 3;
  opacity: 1;
  transition: all .12s cubic-bezier(.4,0,.2,1) .18s;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.user-card .user-card-img-wrapper {
  margin-left: 10px
}

.user-card .user-card-img {
  height: 30px;
  border: none
}

.user-data {
  position: relative;
  padding-bottom: 18.88%
}

.user-data-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 5pc
}

@media screen and (max-width:767px) {
  .user-data-hover {
    height: 40px
  }
}

.user-data-item {
  position: relative;
  float: left
}

.user-data-line {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 2px;
  background-color: #fff;
  opacity: .3
}

.user-data-num {
  color: #fff;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 1
}

@media screen and (max-width:767px) {
  .user-data-num {
    font-size: 1pc
  }
}

.user-data-text {
  margin-top: 20px;
  color: #fff;
  letter-spacing: 5px;
  font-size: 14px;
  line-height: 1
}

@media screen and (max-width:767px) {
  .user-data-text {
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 9pt
  }
}

.service-defense-text {
  padding: 62px 0;
  color: #fff;
  letter-spacing: 20px;
  font-size: 30px;
  line-height: 36px
}

@media screen and (max-width:767px) {
  .service-defense-text {
    padding: 30px 0;
    letter-spacing: 5px;
    font-size: 18px;
    line-height: 28px
  }
}

.service-defense-strong {
  display: inline-block;
  width: 20pc;
  font-size: 3pc
}

@media screen and (max-width:767px) {
  .service-defense-strong {
    width: 125px;
    font-size: 24px
  }
}

.service-advan {
  padding: 75pt 0 90px
}

@media screen and (max-width:767px) {
  .service-advan {
    padding: 30px 0 20px
  }
}

.service-advan-layout {
  padding: 0 130px
}

@media screen and (max-width:767px) {
  .service-advan-layout {
    padding: 0
  }
}

.service-advan-item {
  margin-bottom: 30px;
  height: 25pc;
  border: 1px solid #20b573;
  background: #fff;
  box-shadow: 0 5px 8px 1px hsla(0,0%,88%,.5)
}

@media screen and (max-width:767px) {
  .service-advan-item {
    height: 20pc
  }
}

.service-advan-item-header {
  background-color: #20b573
}

.service-advan-item-title {
  padding: 50px 0;
  color: #fff;
  font-size: 30px
}

@media screen and (max-width:767px) {
  .service-advan-item-title {
    padding: 20px 0;
    font-size: 20px
  }
}

.service-advan-item-body {
  margin-top: 20px
}

@media screen and (max-width:767px) {
  .service-advan-item-body {
    margin-top: 30px
  }
}

.service-advan-item-body i {
  display: inline-block;
  color: #20b573;
  font-size: 4pc;
  line-height: 1
}

@media screen and (max-width:767px) {
  .service-advan-item-body i {
    font-size: 36px
  }
}

.service-advan-item-body p {
  margin-top: 20px;
  color: #616161;
  letter-spacing: 3px;
  font-size: 20px
}

@media screen and (max-width:767px) {
  .service-advan-item-body p {
    margin-top: 20px;
    font-size: 1pc
  }
}

.service-advan-item-body p+p {
  margin-top: 25px
}

.w-1-of-3 {
  width: 33.33%
}

span.counter {
  display: block;
  margin: 20px auto;
  font-weight: 700;
  font-size: 36px;
  font-family: Arial
}

.service-advan-item-body p span {
  color: #313131;
  font-weight: 700
}

.homepage-layout-footer a {
  background: #20b573
}

.homepage-layout-footer a:hover {
  border: 1px solid #3bc588;
  background: #3bc588
}

.teams h3 {
  margin-bottom: 5px;
  color: #202020;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em
}

.desc span {
  display: block;
  text-align: center
}

.es-friend-link {
  padding: 20px 0 30px;
  border-top: 1px solid #4b4d50;
  background: #393c40
}

.es-friend-link .friend-link {
  padding-right: 50px;
  padding-left: 70px
}

.es-friend-link .friend-link .friend-link-title {
  padding-bottom: 15px;
  color: #c1c1c1;
  font-size: 14px
}

.friend-link-title {
  padding-bottom: 5px;
}

.friend-link-title a {
  padding-right: 5px;
}

.es-friend-link .friend-link .friend-link-content li {
  display: inline-block
}

.friend-link-content a {
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 9pt
}

.es-friend-link .friend-link .friend-link-content a {
  padding-right: 18px;
  padding-bottom: 5px;
  color: #919191;
  font-size: 9pt;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-transition: all .3s ease
}

.friend-link-content-school a {
  padding-right: 18px;
  padding-bottom: 5px;
  color: #616161;
  font-size: 9pt;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.friend-link-content-school a:hover {
  color: #1ec67a
}

.friend-link-content a:hover {
  color: #1ec67a
}

.es-friend-link .friend-link .friend-link-content a:focus,.es-friend-link .friend-link .friend-link-content a:hover {
  color: #1ec67a
}

.es-copyright {
  padding: 40px 0;
  background: #232426;
  color: #838383;
  text-align: center
}

@media screen and (max-width: 1255px) {
  #logo_name {
    display: none;
  }

  .card-area .card-item {
    z-index: 6;
    width: 48%;
    height: 535px;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    margin-bottom: 30px;
    margin-right: 10px;
  }

  .card-area .card-item .card .card-content .other-info .other-info-list {
    position: relative;
    margin-right: 5px;
    padding: 0 0 0 10px;
    width: 27%;
    height: 70px;
    background: #f2f2f2;
  }

  .other-desc {
    display: none;
  }

  .other-head span {
    color: #F00;
    float: left;
  }

  .card-area .card-item .card .card-title {
    top: -15px;
    height: 100px;
    border: none;
    background-color: #008a7c
  }

  .card-area .card-item .card .card-title .short-info {
    color: #9ed8f5
  }

  .card-area .card-item .card .card-title h1 {
    margin-bottom: 30px;
    color: #fff
  }

  .card-area .card-item .card .card-content.content-first {
    z-index: 2;
    opacity: 0;
    transition: all .12s cubic-bezier(.4,0,.2,1) 0s;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
  }

  .card-area .card-item .card .card-content.content-second {
    z-index: 3;
    opacity: 1;
    transition: all .12s cubic-bezier(.4,0,.2,1) .18s;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
  }

  .card-area .card-item.active .card .card-title {
    top: -15px;
    height: 100px;
    border: none;
    background-color: #008a7c;
  }

  .no-touch .cd-item .cd-trigger {
    opacity: 1;
    visibility: visible;
    color: #fff;
  }

  .touch .cd-item .cd-trigger {
    opacity: 1;
    color: #fff;
    visibility: visible;
  }
}

@media screen and (max-width: 758px){
  #top_nav_none{
    display: block !important;
    float: right;
    position: absolute;
    right: -40px;
    top: 25px;
    z-index: 999
  }
   .province_province {
    display: none !important;
  }

  .card-area {
    position: relative;
    margin: auto 0;
    width: 100%;
    height: 580px;
  }

  .card .content-first {
    display: none;
  }

  .content-second {
    display: block;
    width: 100%;
  }

  .card-area .card-item.active {
    z-index: 6;
    width: 100%;
    height: 535px;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    margin-bottom: 30px;
  }

  .card-area .card-item {
    z-index: 6;
    width: 100%;
    height: 535px;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    margin-bottom: 30px;
  }

  .card-area .card-item .card .card-title {
    top: -15px;
    height: 100px;
    border: none;
    background-color: #008a7c
  }

  .card-area .card-item .card .card-title .short-info {
    color: #9ed8f5
  }

  .card-area .card-item .card .card-title h1 {
    margin-bottom: 30px;
    color: #fff
  }

  .card-area .card-item .card .card-content.content-first {
    z-index: 2;
    opacity: 0;
    transition: all .12s cubic-bezier(.4,0,.2,1) 0s;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
  }

  .card-area .card-item .card .card-content.content-second {
    z-index: 3;
    opacity: 1;
    transition: all .12s cubic-bezier(.4,0,.2,1) .18s;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
  }

  .card-area .card-item.active .card .card-title {
    top: -15px;
    height: 100px;
    border: none;
    background-color: #008a7c;
  }

  .content .w1200 {
    width: 100%;
  }

  .index-new .ui-banner {
    width: 100%;
  }

  .content .ui-banner .ui-banner-slogans {
    width: 100%;
  }

  .index-new .ui-banner .ui-banner-slides {
    display: none;
    width: 0px;
  }

  .content .ui-bnnerimg {
    width: 26%;
  }

  .content .ui-bnnerp {
    width: 70%;
  }

  .content .ui-banner .ui-banner-arrow.ui-banner-arrow-next {
    background: transparent url(../images/jright.jpg) no-repeat;
    height: 23px;
    right: 0;
    top: 49px;
    width: 23px;
  }

  .content .ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
    background: transparent url(../images/jleft.jpg) no-repeat scroll 0 0;
    height: 23px;
    right: 0px;
    top: 17px;
    width: 23px;
  }

  .pict img {
    width: 100%;
  }

  .desc {
    margin-bottom: 15px;
  }

  .other-desc {
    display: none;
  }

  .other-head span {
    color: #F00;
    float: left;
  }

  .card-area .card-item .card .card-content .other-info .other-info-list {
    position: relative;
    margin-right: 5px;
    padding: 0 0 0 10px;
    width: 27%;
    height: 70px;
    background: #f2f2f2;
  }

  .navbar-default .navbar-brand {
    width: 100%;
  }

  .navbar-toggle {
    position: absolute;
    padding: 12px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    left: 0px;
    top: 17px;
    border: 1px solid #008a7c;
    z-index: 9999;
  }

  .navbar-default .navbar-toggle {
    border-color: #008a7c;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #008a7c;
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 1.5em;
    margin-left: 0 !important;
  }

  ul.nav.navbar-nav li a:hover, ul.nav.navbar-nav li a:focus {
    color: #333;
  }

  ul.nav.navbar-nav li a {
    padding: 15px 0px;
    color: #fff;
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    margin: 0 0px;
  }

  .nav &gt; li {
    position: relative;
    display: block;
    border-bottom: 1px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
  }

  #logo_name {
    display: none;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #008a7c;
  }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  .ui-bnnerp h3 {
    font-size: 14px;
    color: #666;
  }

  .ui-bnnerp h3 {
    font-size: 12px;
    color: #666;
  }

  .no-touch .cd-item .cd-trigger {
    opacity: 1;
    color: #fff;
    visibility: visible;
  }

  .touch .cd-item .cd-trigger {
    opacity: 1;
    color: #fff;
    visibility: visible;
  }

  span.counter {
    display: block;
    margin: 10px auto;
    font-weight: 700;
    font-size: 18px;
    font-family: Arial;
  }

  .inner-case-img {
    width: 142px;
    height: 90px;
  }

  #myTab {
    display: none;
  }

  .flickerplate ul.flicks&gt;li .flick-title {
    font-size: 1.2em;
  }

  .flick-sub-text .btn {
    border: 1px solid #dcdcdc;
    padding: 5px 20px;
  }

  .dot-navigation {
    display: none;
  }
}
 </pre></body></html>