/*
 * @Author: Martin KK (MK)
 * @Description: 修改img 路径 相对地址前面加上了http://www.znjsk.net 引用simglo的图片  图像有CDN加速
 * @version: 1.0
 * @Date: 2021-06-04 15:16:54
 * @LastEditors: Martin KK (MK)
 * @LastEditTime: 2021-10-06 14:28:37
 */
 
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[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-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol,
dl {
  list-style-type: none;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "microsoft yahei", "Roboto", Arial, Helvetica, sans-serif;
}

html.overflow-y-hidden {
  overflow-y: hidden !important;
}

.flex {
  display: flex;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.float-none {
  float: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-space-between {
  justify-content: space-between !important;
}

.justify-space-around {
  justify-content: space-around !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-baseline {
  align-items: baseline !important;
}

.align-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-space-between {
  align-content: space-between !important;
}

.align-content-space-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-last {
  order: 13 !important;
}

.ma-0 {
  margin: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.justify-space-between {
  justify-content: space-between !important;
}

.text-h1 {
  font-size: 38px !important;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: -0.015625em !important;
  font-family: "Roboto", sans-serif !important;
}

.text-h4 {
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 26px;
  letter-spacing: -0.015625em !important;
  font-family: "Roboto", sans-serif !important;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb35 {
  padding-bottom: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt90 {
  margin-top: 90px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.w100 {
  width: 100%;
}

.w345 {
  width: 355px;
}

.logo {
  width: 61px;
  margin-right: 15px;
}

.logo img {
  width: 61px;
  height: 61px;
}

.man {
  height: 125px;
  width: 1200px;
}

.name dl {
  color: #000000;
  width: 250px;
}

.name dl dt {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3px;
}

.name dl dd {
  width: 240px;
  font-size: 18px;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
  white-space: pre-line;
}

.fgx div {
  height: 61px;
  width: 1px;
  background-color: #909090;
  margin-right: 15px;
  /* 浏览器不支持时显示 */
  background-image: linear-gradient(#ffffff, #909090, #ffffff);
}

.dingdian {
  font-size: 30px;
  color: #999999;
}

.tel285 {
  width: 420px;
}

.tel285 .tel img {
  width: 46px;
  height: 46px;
  margin-right: 10px;
}

.dianhua dl dt {
  color: #999999;
  font-size: 18px;
}

.dianhua dl dd {
  color: #009eae;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

.nav {
  height: 59px;
  border-bottom: 1px solid #7dced6;
  background-color: rgba(0, 158, 174, 0.95);
}

.nav nav {
  width: 1040px;
}

.nav nav a {
  color: #ffffff;
  height: 60px;
  display: flex;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.nav nav a span {
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #9ae097;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav nav a::before {
  content: "";
  height: 18px;
  margin-top: 2px;
  width: 1px;
  background-color: #0b8793;
}

.nav nav a::after {
  content: "";
  height: 18px;
  margin-top: 2px;
  width: 1px;
  background-color: #0dadbc;
}

.nav nav a:first-child::before {
  content: "";
  height: 18px;
  width: 1px;
  background: none;
}

.nav nav a:last-child::after {
  content: "";
  height: 18px;
  width: 1px;
  background: none;
}

.nav nav a:hover span {
  left: 20%;
  right: 20%;
}

.nav .nav_jj {
  background-color: rgba(0, 158, 174, 0.95);
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 59px;
  z-index: 2;
  left: 0;
}

.nav .nav_jj .nav_nr {
  width: 1200px;
  height: auto;
}

.nav .nav_jj .nav_nr .bian1 {
  width: 474px;
  border-right: 1px solid #40b6c2;
  padding-bottom: 25px;
}

.nav .nav_jj .nav_nr .bian1 dl {
  width: 195px;
}

.nav .nav_jj .nav_nr .bian1 dl dt {
  color: #ffffff;
  font-size: 31px;
  width: 195px;
}

.nav .nav_jj .nav_nr .bian1 dl dd {
  width: 34px;
  height: 6px;
  background-color: #ffffff;
}

.nav .nav_jj .nav_nr .bian2 {
  width: 444px;
  border-right: 1px solid #40b6c2;
  padding-bottom: 25px;
}

.nav .nav_jj .nav_nr .bian2 dl {
  width: 350px;
}

.nav .nav_jj .nav_nr .bian2 dl dt {
  color: #ffffff;
  font-size: 20px;
  height: 46px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #84d0d8;
}

.nav .nav_jj .nav_nr .bian2 dl dt span {
  width: 42px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav .nav_jj .nav_nr .bian2 dl dd {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.nav .nav_jj .nav_nr .bian2 dl dd a {
  color: #ffffff;
  background-color: #eab306;
  height: 30px;
  width: 125px;
  border-radius: 20px;
  margin-top: 20px;
}

.nav .nav_jj .nav_nr .bian3 h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  height: 46px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #84d0d8;
}

.yygh {
  width: 320px;
}

.nav .nav_jj .nav_nr .bian3 {
  width: 280px;
}

.nav .nav_jj .nav_nr .bian3 .xpic {
  width: 100%;
}

.nav .nav_jj .nav_nr .bian3 .xpic div div a {
  flex: 1;
  color: #ffffff;
}

.nav .nav_jj .nav_nr .bian3 img {
  width: 34px;
  height: 34px;
}


.nav .nav_jj .nav_nr .bian4 {
  width: 425px;
  border-right: 1px solid #40b6c2;
  padding-bottom: 25px;
}

.nav .nav_jj .nav_nr .bian4 dl {
  width: 195px;
}

.nav .nav_jj .nav_nr .bian4 dl dt {
  color: #ffffff;
  font-size: 31px;
  width: 195px;
}

.nav .nav_jj .nav_nr .bian4 dl dd {
  width: 34px;
  height: 6px;
  background-color: #ffffff;
}

.nav .nav_jj .nav_nr .bian5 {
  width: 410px;
  border-right: 1px solid #40b6c2;
  padding-bottom: 25px;
}

.nav .nav_jj .nav_nr .bian5 dl {
  width: 350px;
}

.nav .nav_jj .nav_nr .bian5 dl dt {
  color: #ffffff;
  font-size: 20px;
  height: 46px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #84d0d8;
}

.nav .nav_jj .nav_nr .bian5 dl dt span {
  width: 42px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav .nav_jj .nav_nr .bian5 dl dd {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.nav .nav_jj .nav_nr .bian5 dl dd a {
  color: #ffffff;
  background-color: #eab306;
  height: 30px;
  width: 125px;
  border-radius: 20px;
  margin-top: 20px;
}



.nav .nav_jj .nav_nr .bian6 h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  height: 46px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #84d0d8;
}

.yygh {
  width: 320px;
  position: relative;
}

.yygh h4 span {
  width: 42px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.yue {
  flex: 1;
  color: white;
}

.yue p {
  margin-top: 5px;
}

.anpai {
  margin-top: 30px;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}

.nav .nav_jj .nav_nr .bian6 {
  width: 340px;
}

.nav .nav_jj .nav_nr .bian6 .xpic {
  width: 100%;
}

.nav .nav_jj .nav_nr .bian6 .xpic div div a {
  flex: 1;
  color: #ffffff;
}

.nav .nav_jj .nav_nr .bian6 img {
  width: 34px;
  height: 34px;
}



.nav .nav_jj .nav_nr ul {
  width: 139px;
}

.nav .nav_jj .nav_nr ul li {
  color: #ffffff;
}

.nav .nav_jj .nav_nr ul li::before {
  content: "";
  font-size: 30px;
  margin-right: 10px;
  background-image: url("../image/yd.png");
  width: 4px;
  height: 30px;
  background-size: 4px 4px;
  background-position: center center;
}

.nav .nav_jj .nav_nr ul a {
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bianxin span {
  position: relative;
  text-align: center;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 50%;
  border: 0 none;
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
}

.bianxin span::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0 none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bianxin a:hover span::before {
  background: #3b5998;
  border-radius: 0;
  border: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.bianxin a.facebook:hover span::before {
  background: #eab306;
}

.nav_bg {
  position: relative;
}

#nav1 {
  display: none !important;
}

#nav5,
#nav6,
#nav8,
#nav9,
#nav10 {
  display: none !important;
}

.banner {
  width: 100%;
  height: 620px;
  position: relative;
}

.banner1 {
  background-image: url("../image/banner.jpg");
  height: 620px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner2 {
  background-image: url("../image/hltd_banner.jpg");
  height: 620px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner3 {
  background-image: url("../image/banner3.jpg");
  height: 620px;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner4 {
  background-image: url("../image/banner4.jpg");
  height: 620px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.w370 {
  width: 300px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.nav .nav_jj .nav_nr .bian2 dl dt.index_yydt {
  margin-bottom: 10px;
}

.da_nav {
  position: absolute;
  bottom: -38px;
  z-index: 2;
  box-shadow: 0px 6px 6px -2px rgba(0, 0, 0, 0.09);
  width: 1200px;
  height: 140px;
  border-radius: 20px;
  background-color: #f5f5f5;
  left: 50%;
  transform: translate(-50%, -4%);
}

.da_nav a {
  flex: 1;
  color: #333333;
}

.da_nav a span {
  width: 70px;
  height: 70px;
  background-color: #009eae;
  border-radius: 50%;
  margin-bottom: 10px;
}

.da_nav a::before {
  content: "";
}

.da_nav a::after {
  content: "";
  height: 82px;
  border-right: 1px solid #e7e7e7;
}

.da_nav a:hover {
  width: 100%;
  height: 163px;
  background-image: url("../image/dlbg.jpg");
  margin-top: -23px;
  color: #ffffff;
  font-weight: bold;
}

.da_nav a:hover::after {
  content: "";
  border: none;
}

.da_nav a:hover span {
  width: 70px;
  height: 70px;
  background: none;
  border: 1px dashed white;
  border-radius: 50%;
}

.da_nav a:last-child::after {
  content: "";
  border: none;
}

.swiper-container {
  overflow: visible !important;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.cab {
  width: 1200px;
}

.cab_hd {
  border-bottom: 1px solid #e4e4e4;
  height: 60px;
}

.cab_hd ul {
  width: 485px;
}

.cab_hd ul li {
  font-size: 20px;
  color: #666666;
  flex: 1;
  position: relative;
}

.cab_hd ul li.hover::before {
  content: "";
  width: 32px;
  height: 6px;
  background-color: #009eae;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.cab_hd ul li:first-child::before {
  left: 0px;
}

.cab_hd ul li:first-child {
  text-indent: 0px;
}

.cab_hd ul li:last-child::after {
  border: none;
}

/* .cab_hd ul li::before {
  content: "";
} */
.cab_hd ul li::after {
  content: "";
  height: 20px;
  border-right: 1px solid #e4e4e4;
}

.cab_hd ul li.hover {
  font-weight: bold;
  color: #333333;
}

.cab_hd a {
  color: #666666;
}

.cab_hd a span {
  color: #009eae;
  margin-left: 5px;
}

.cab_nr {
  display: none;
  width: 100%;
  height: 290px;
}

.cab_nr .w400 {
  width: 400px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.09);
}

.cab_nr .w400 img {
  object-fit: cover;
  width: 400px;
  height: 200px;
  overflow: hidden;
}

.cab_nr a {
  color: #555555;
  width: 100%;
}

.cab_nr a:hover {
  color: #009eae;
}

small {
  color: #999999;
  font-size: 12px;
}

.w90 {
  width: 90%;
  height: 90px;
}

.bt1 {
  font-size: 16px;
  line-height: 24px;
}

.w770 {
  width: 770px;
  flex-wrap: wrap;
}

.w350 {
  width: 350px;
  height: 96px;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}

.w350:nth-child(5) {
  border-bottom: none;
}

.w350:nth-child(6) {
  border-bottom: none;
}

.w350 h4 {
  font-size: 16px;
  color: #444444;
  line-height: 24px;
  width: 232px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  height: 45px;
}

.w350 h4:hover {
  color: #009eae;
}

.w350 small {
  margin-top: 15px;
}

.k100 img {
  width: 100px;
  height: 66px;
  object-fit: cover;
  overflow: hidden;
}

.ksbj {
  background-image: url("../image/ksbj.jpg");
  height: 233px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ksbj .ks {
  width: 1200px;
}

.ksbj .ks .ks_title {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  align-items: baseline;
}

.ksbj .ks .ks_title span {
  font-size: 14px;
  margin-left: 10px;
}

.ksbj .ks .ksfl {
  margin-top: 25px;
}

.ksbj .ks .ksfl .flsm {
  width: 285px;
  height: 105px;
  background-color: white;
}

.ksbj .ks .ksfl .flsm img {
  width: 55px;
  height: 55px;
}

.ksbj .ks .ksfl .flsm dl {
  margin-left: 10px;
}

.ksbj .ks .ksfl .flsm dl dt {
  font-size: 26px;
  color: #363636;
  font-weight: bold;
}

.ksbj .ks .ksfl .flsm dl dd {
  font-size: 14px;
  color: #c8c8c8;
}

.ksbj .ks .ksfl a {
  position: relative;
}

.ksbj .ks .ksfl a i {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e5e4ff;
}

.ksbj .ks .ksfl a:first-child i {
  background-color: #e5e4ff;
}

.ksbj .ks .ksfl a:nth-child(2) i {
  background-color: #fcc5dd;
}

.ksbj .ks .ksfl a:nth-child(3) i {
  background-color: #e0ecff;
}

.ksbj .ks .ksfl a:nth-child(4) i {
  background-color: #8dd9ff;
}

.fengexian {
  height: 5px;
  margin-top: 15px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}

.fengexian i {
  width: 32px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.ysjs {
  width: 1200px;
  overflow: hidden;
}

.ysjs .ys_title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  align-items: baseline;
}

.ysjs .ys_title span {
  font-size: 14px;
  color: #c8c8c8;
  margin-left: 10px;
}

.ysjs .fengexian {
  border-bottom: 1px solid #e4e4e4;
}

.ysjs .fengexian i {
  background-color: #009eae;
}

.swiper-wrapper a {
  width: 185px;
  height: 345px;
  overflow: hidden;
}

/* .swiper-wrapper a span {
  margin-right: 20px;
} */
.swiper-wrapper .zj_tx {
  position: relative;
  width: 185px;
  height: 248px;
  overflow: hidden;
}

.swiper-wrapper .zj_tx img {
  width: 185px;
  height: 248px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.swiper-wrapper .zj_bt {
  font-size: 18px;
  color: #009eae;
}

.swiper-wrapper .zj_bt span {
  font-size: 12px;
  color: #999999;
  background-color: #f9f9f9;
  width: 127px;
  height: 40px;
  overflow: hidden;
}

.swiper-wrapper .zj_bt span img {
  margin-right: 5px;
}

.swiper-wrapper .ge {
  width: 100%;
}

.swiper-wrapper .ge i {
  width: 35px;
  height: 4px;
  background-color: #009eae;
  margin-top: -5px;
}

.swiper-wrapper .jskks {
  margin-top: 10px;
  font-size: 16px;
  color: #999999;
}

.swiper-wrapper .jskks div:nth-child(2) {
  color: #555555;
}

.dlbj1 {
  background-image: url("../image/dlbg1.jpg");
  height: 798px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.znyx {
  width: 1200px;
}

.znyx .znyx_title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  align-items: baseline;
}

.znyx .znyx_title span {
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
}

.znyx .fengexian {
  border-bottom: 1px solid #ffffff;
}

.znyx .fengexian i {
  background-color: #009eae;
}

.znyx .h655 {
  width: 1200px;
  margin-top: 25px;
  height: 655px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 158, 174, 0.37);
}

.znyx .h655 .w457 {
  width: 457px;
  height: 613px;
  overflow: hidden;
  position: relative;
}

.znyx .h655 .w457 a {
  color: white;
}

.znyx .h655 .w457 a {
  color: white;
}

.znyx .h655 .w457 a {
  background-color: transparent;
}

.znyx .h655 .w457 a:active,
.znyx .h655 .w457 a:hover {
  outline-width: 0;
}

.znyx .h655 .w457 a {
  text-decoration: none;
}

.znyx .h655 .w457 a:link,
a:visited {
  text-decoration: none;
}

.znyx .h655 .w457 a:hover {
  text-decoration: none;
}

.znyx .h655 .w457 dl {
  color: #ffffff;
  background: rgba(0, 158, 174, 0.79);
  position: absolute;
  z-index: 1;
  height: 85px;
  width: 100%;
  padding: 0 20px;
  bottom: 0;
  line-height: 30px;
}

.znyx .h655 .w457 dl dt {
  font-size: 22px;
}

.znyx .h655 .w457 dl dd {
  font-size: 16px;
}

.znyx .h655 .w700 {
  width: 700px;
  flex-wrap: wrap;
}

.znyx .h655 .sss {
  width: 344px;
  height: 300px;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}

.znyx .h655 .sss img {
  z-index: 0;
}

.znyx .h655 .sss dl {
  position: absolute;
  width: 100%;
  bottom: -47px;
  z-index: 2;
  color: white;
  height: 0px;
}

.znyx .h655 .sss dl dt {
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 22px;
  text-align: center;
  position: relative;
}

.znyx .h655 .sss dl dt::after {
  position: absolute;
  bottom: 0;
  display: flex;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #ffffff;
}

.znyx .h655 .sss dl dd {
  margin-top: 30px;
  font-size: 15px;
  line-height: 28px;
  width: 295px;
  text-align: justify;
  align-items: center;
}

.znyx .h655 .sss .sbg {
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: 0;
  background-color: rgba(145, 145, 145, 0.8);
  z-index: 1;
}

.znyx .h655 .zxhd .sls {
  background-color: #009eae;
}


.znyx .h655 .zxhd dl {
  bottom: -10px;
}

.znyx .h655 .zxhd dl dt {
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 22px;
  text-align: center;
  position: relative;
}

.znyx .h655 .zxhd dl dt::after {
  position: absolute;
  bottom: 0;
  display: flex;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #ffffff;
}

.znyx .h655 .zxhd dl dd {
  width: 205px;
  height: 75px;
  background-color: white;
  color: #009eae;
  font-size: 22px;
  font-weight: bold;
  border-radius: 25px;
  background: url("../image/wyan.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 40px;
}

/* .znyx .h655 .zxhd .sbg {
  background-color: #009eae;
} */
.hzfu {
  width: 1200px;
}

.hzfu .fuwu {
  width: 271px;
  height: 380px;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}

.hzfu .fuwu .vip {
  margin-top: 20px;
  font-size: 20px;
  color: #009eae;
}

.hzfu .fuwu .thevip {
  color: #c8c8c8;
  font-size: 13px;
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.hzfu .fuwu .xfgx {
  width: 58px;
  height: 1px;
  background-color: #acd598;
}

.hzfu .fuwu .fujj {
  font-size: 15px;
  color: #555555;
  width: 200px;
  margin-top: 25px;
  line-height: 24px;
  text-align: justify;
}

.ztzl a {
  width: 286px;
  height: 150px;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid #f4f4f4;
  text-align: left;
  color: #444444;
}

.ztzl a .bainain {
  padding-left: 10px;
  padding-top: 5px;
  height: 27px;
}

/* Bubble Float Top */
.fuwu-top {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.fuwu-top:hover,
.fuwu-top:focus,
.fuwu-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.09);
}

.footer {
  width: 100%;
  background-color: #009eae;
  margin-bottom: 60px;
}

.footer footer {
  width: 1200px;
}

.footer footer .footer_logo {
  width: 500px;
  position: relative;
}

.footer footer .footer_logo .ewm {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 70px;
  bottom: 12px;
}

.footer footer .footer_logo .logopng {
  margin-bottom: 20px;
}

.footer footer .footer_logo .logopng img {
  width: 390px;
  height: 74px;
  margin-right: 15px;
}

.footer footer .footer_logo .logopng dl {
  color: #ffffff;
}

.footer footer .footer_logo .logopng dl dt {
  font-size: 38px;
}

.footer footer .footer_logo .logopng dl dd {
  font-size: 16px;
}

.footer footer .footer_logo .footer_wz {
  color: #ffffff;
  font-size: 18px;
  height: 40px;
}

.footer footer .footer_logo .footer_wz img {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  margin-right: 10px;
}

.footer footer .footer_logo .footer_wz span {
  font-size: 16px;
}

.footer footer .footer_logo .footer_wz i {
  display: flex;
  width: 19px;
  height: 19px;
  margin-top: 3px;
  margin-right: 10px;
}

.w330 {
  width: 330px;
  color: #ffffff;
}

.w330 h2 {
  font-size: 30px;
  margin-bottom: 35px;
}

.w330 .footer_ico {
  width: 80px;
  height: 75px;
  border: 1px solid white;
  border-radius: 10px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.w330 a {
  color: #ffffff;
}

.w330 .tongdao {
  border-bottom: 1px solid #4abac6;
  padding-bottom: 20px;
}

.w330 .tongdao a:hover {
  color: #99d8df;
}

.w330 .tongdao a:hover .footer_ico {
  background: rgba(255, 255, 255, 0.6);
  border: none;
}

.w330 .tongdao a:hover:first-child i {
  background-position: 2px -70px;
}

.w330 .tongdao a:hover:nth-child(2) i {
  background-position: -124px -70px;
}

.w330 .tongdao a:hover:last-child i {
  background-position: -243px -70px;
}

.w330 .tongdao a:first-child i {
  background-position: 2px 0;
}

.w330 .tongdao a:nth-child(2) i {
  background-position: -124px 0;
}

.w330 .tongdao a:last-child i {
  background-position: -243px 0;
}

.w330 .tongdao a i {
  width: 55px;
  height: 50px;
  overflow: hidden;
  background-image: url("../image/aa_di.png");
  background-size: 297px 120px;
}

.ksfl1 {
  flex-wrap: wrap;
}

.ksfl1 a {
  width: 145px;
  height: 25px;
  background-color: #0d7883;
  border-radius: 20px;
  color: white;
  margin-top: 25px;
  text-indent: 10px;
}

.ksfl1 a:hover {
  background-color: #99d8df;
  color: #0d7883;
}

/* Underline From Left */
.fuwu-left {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.fuwu-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #009eae;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.fuwu-left:hover::before,
.fuwu-left:focus::before,
.fuwu-left:active::before {
  right: 0;
}

.hvr-float-shadow {
  display: flex;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hvr-float-shadow:hover::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:active::before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* 按钮动画 */
.aniu {
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.anim::before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}

.anim::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.hoverable:hover .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

.hoverable:hover .anim::after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-out {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes anim-out {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes anim-out {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

.videolist:hover {
  cursor: pointer;
}

.videos {
  display: none;
  border: 1px solid #080808;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 100;
  width: 640px;
  height: 360px;
}

.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}

/*******列表分页*****/
.pagelist {
  width: 100%;
  height: 42px;
}

.pagelist ul {
  width: 100%;
}

.pagelist ul li {
  float: left;
  margin: 0px 10px;
  height: 42px;
  background: #F6F6F6;
  border-radius: 4px;
  color: #555555;
  line-height: 42px;
  padding: 0px 15px;
  font-size: 16sspx;
}

.pagelist ul li a {
  color: #555555;
}

.pagelist ul li:hover {
  float: left;
  cursor: pointer;
  height: 42px;
  background: #009eae;
  color: #FFFFFF;
  line-height: 42px;
  padding: 0px 15px;
  font-size: 20px;
}

.pagelist ul li:hover a {
  color: #FFFFFF;
  font-size: 20px;
}

.pagelist ul li.thisclass {
  color: #FFFFFF;
  background-color: #009eae;
}

a.more1 {
  color: #999999;
  font-size: 16px;
}

.k1200 {
  width: 1200px;
}