@charset "UTF-8";
#mediaplayer_logo {
  display: none;
}

@font-face {
  font-family: "Source_Han_Sans_SC_Regular";
  src: url("/css/font/Source_Han_Sans_SC_Regular.otf") format("opentype");
}
@font-face {
  font-family: "Source_Han_Sans_SC_Bold";
  src: url("/css/font/Source_Han_Sans_SC_Bold.otf") format("opentype");
}
A {
  color: #212121;
  outline: none;
  text-decoration: none;
}
A:visited, A:active {
  color: #212121;
}
A:hover {
  color: #ec6f4d;
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "Source_Han_Sans_SC_Regular";
  background: #fff;
  line-height: 1.6;
  font-size: 14px;
  color: #212121;
  overflow-x: hidden;
}
@media only screen and (max-width: 1200px) {
  BODY {
    font-size: 13px;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

p,
b,
ul,
li,
input,
img,
button {
  margin: 0px;
  padding: 0px;
}

button {
  border: 0;
  background: none;
}

input {
  border: 0px;
}

img,
button,
label,
:before,
:after {
  border: 0px;
  vertical-align: middle;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

ul, li {
  list-style-type: none;
}

a,
li,
i,
span,
.img_content {
  outline: none;
  transition: all 0.2s linear;
}

b,
label {
  font-weight: normal;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: Arial, "Source_Han_Sans_SC_Regular";
  font-size: 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.em1 {
  padding: 0 0.5em;
}

.mh {
  width: 100%;
  float: left;
}

.em2 {
  padding: 0 1em;
}

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}

.img_content {
  width: 100%;
  overflow: hidden;
}
.img_content img {
  width: 100%;
}

.text_content {
  width: 100%;
}

.ny_main {
  width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ny_main {
    width: 94%;
  }
}
@media only screen and (max-width: 1200px) {
  .ny_main {
    width: 94%;
  }
}

@media only screen and (min-width: 1200px) {
  .mob {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
}
.m-b-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
  .m-b-80 {
    margin-bottom: 20px;
  }
}

.m-b-70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  .m-b-70 {
    margin-bottom: 20px;
  }
}

.m-b-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .m-b-60 {
    margin-bottom: 20px;
  }
}

.m-b-50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .m-b-50 {
    margin-bottom: 20px;
  }
}

.m-b-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .m-b-40 {
    margin-bottom: 20px;
  }
}

.m-b-45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  .m-b-45 {
    margin-bottom: 20px;
  }
}

.m-b-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .m-b-30 {
    margin-bottom: 20px;
  }
}

.m-b-35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .m-b-35 {
    margin-bottom: 20px;
  }
}

.m-b-20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .m-b-20 {
    margin-bottom: 15px;
  }
}

.m-b-25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .m-b-25 {
    margin-bottom: 15px;
  }
}

.m-b-10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .m-b-10 {
    margin-bottom: 5px;
  }
}

.m-b-15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .m-b-15 {
    margin-bottom: 10px;
  }
}

.m-l-20 {
  margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .m-l-20 {
    margin-left: 10px;
  }
}

.m-l-30 {
  margin-left: 30px;
}
@media only screen and (max-width: 1200px) {
  .m-l-30 {
    margin-left: 15px;
  }
}

.m-l-60 {
  margin-left: 60px;
}
@media only screen and (max-width: 1200px) {
  .m-l-60 {
    margin-left: 20px;
  }
}

.m-l-70 {
  margin-left: 70px;
}
@media only screen and (max-width: 1200px) {
  .m-l-70 {
    margin-left: 20px;
  }
}

.m-l-50 {
  margin-left: 50px;
}
@media only screen and (max-width: 1200px) {
  .m-l-50 {
    margin-left: 20px;
  }
}

.m-l-5 {
  margin-left: 5px;
}

.m-l-10 {
  margin-left: 10px;
}
@media only screen and (max-width: 1200px) {
  .m-l-10 {
    margin-left: 8px;
  }
}

.m-l-15 {
  margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
  .m-l-15 {
    margin-left: 10px;
  }
}

.u {
  text-decoration: underline;
}

a.more_arrow,
.more_arrow {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  background-color: #ec6f4d;
  color: #fff;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 3px;
}
a.more_arrow .bi,
.more_arrow .bi {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
  a.more_arrow,
  .more_arrow {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 3px;
  }
  a.more_arrow .bi,
  .more_arrow .bi {
    font-size: 14px;
  }
}

a.more_arrow_normal,
.more_arrow_normal {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  color: #666;
  border-radius: 30px;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
a.more_arrow_normal .bi,
.more_arrow_normal .bi {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
@media only screen and (max-width: 1200px) {
  a.more_arrow_normal,
  .more_arrow_normal {
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 15px;
  }
  a.more_arrow_normal .bi,
  .more_arrow_normal .bi {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .top_jg {
    display: block;
    height: 55px;
  }
  .menuMob {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0px;
    top: 12.5px;
    z-index: 31;
  }
  .menuMob a {
    outline: none;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23ec6f4d'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .menuMob a.on {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23ec6f4d'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23ec6f4d'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
div::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 0;
}

div ::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(153, 153, 153, 0.1);
}

div ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
}

div::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: rgba(255, 255, 255, 0.33);
  -webkit-border-radius: 4px;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360smooth {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .img_scale:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
}

.d_scale {
  overflow: hidden;
}
.d_scale .img_content {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .d_scale:hover .img_content {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
}

.btn-ani-show {
  padding: 0 40px;
  position: relative;
}
.btn-ani-show .bi {
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .btn-ani-show:hover .bi {
    right: 20px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-ani-show {
    padding: 0;
  }
  .btn-ani-show .bi {
    display: none;
  }
}

.btn-ani-toggle {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.btn-ani-toggle b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-toggle .bi_cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-ani-toggle .bi_cont .bi {
  margin: 0 !important;
  font-size: 22px !important;
}
@media only screen and (min-width: 1200px) {
  .btn-ani-toggle:hover b {
    top: -100%;
  }
  .btn-ani-toggle:hover .bi_cont {
    top: 0;
  }
}

.btn-ani-full {
  position: relative;
  overflow: hidden;
}
.btn-ani-full b {
  position: relative;
  z-index: 2;
  display: block;
}
.btn-ani-full::before {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0%;
  top: 0%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-full:hover::before {
  width: 100%;
}

.btn-ani-full-up {
  position: relative;
  overflow: hidden;
}
.btn-ani-full-up b {
  position: relative;
  z-index: 2;
  display: block;
}
.btn-ani-full-up::before {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0%;
  bottom: 0%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-full-up:hover::before {
  height: 100%;
}

.btn-ani-full-uiColor {
  position: relative;
  overflow: hidden;
}
.btn-ani-full-uiColor b {
  display: block;
  z-index: 2;
  position: relative;
}
.btn-ani-full-uiColor::before {
  width: 0%;
  height: 100%;
  content: "";
  background-color: #ec6f4d;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-ani-full-uiColor:hover b {
  color: #fff !important;
}
.btn-ani-full-uiColor:hover::before {
  width: 100%;
}

a .svg {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  a .svg {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  a .svg {
    height: 30px;
    width: 30px;
  }
}
a .svg svg {
  width: 100%;
  height: 100%;
  overflow: inherit;
  position: relative;
}
a .ani_linear,
a .ani_linear_small,
a .ani_linear_big {
  fill: none;
  stroke-width: 50;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
a .svg_small {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  a .svg_small {
    height: 70px;
    width: 70px;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (max-width: 1200px) {
  a .svg_small {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  a .svg_small {
    height: 30px;
    width: 30px;
  }
}
a .svg_small svg {
  width: 100%;
  height: 100%;
  overflow: inherit;
  position: relative;
}
a .svg_small .ani_linear,
a .svg_small .ani_linear_small,
a .svg_small .ani_linear_big,
a .svg_small .ani_linear_ms {
  stroke-width: 8;
  stroke-linecap: round;
  stroke-miterlimit: 20;
}
a .svg_small_thin {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  a .svg_small_thin {
    height: 70px;
    width: 70px;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (max-width: 1200px) {
  a .svg_small_thin {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  a .svg_small_thin {
    height: 30px;
    width: 30px;
  }
}
a .svg_small_thin svg {
  width: 100%;
  height: 100%;
  overflow: inherit;
  position: relative;
}
a .svg_small_thin .ani_linear,
a .svg_small_thin .ani_linear_small,
a .svg_small_thin .ani_linear_big,
a .svg_small_thin .ani_linear_ms {
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 20;
}
a:hover .svg .ani_linear {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg .ani_linear_small {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg .ani_linear_big {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg .ani_showHide {
  animation: fadeIn 0.8s 0.1s ease both;
  -webkit-animation: fadeIn 0.8s 0.1s ease both;
  -moz-animation: fadeIn 0.8s 0.1s ease both;
}
a:hover .svg_small .ani_linear {
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small .ani_linear_small {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small .ani_linear_m {
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small .ani_linear_ms {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small .ani_linear_big {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small_thin .ani_linear {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small_thin .ani_linear_small {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small_thin .ani_linear_ms {
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small_thin .ani_linear_ms2 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small_thin .ani_linear_ms3 {
  stroke-dasharray: 550;
  stroke-dashoffset: 550;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}
a:hover .svg_small_thin .ani_linear_big {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: dash 1.8s linear forwards;
  -webkit-animation: dash 1.8s linear forwards;
}

.btn-ani-diff-uiColor {
  position: relative;
  overflow: hidden;
}
.btn-ani-diff-uiColor b,
.btn-ani-diff-uiColor .bi {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.btn-ani-diff-uiColor::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  background-color: #ec6f4d;
  border-radius: 50%;
}
.btn-ani-diff-uiColor:hover::before {
  width: 140%;
  height: 140%;
  max-width: 140%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
}

.btn-ani-diff {
  position: relative;
  overflow: hidden;
}
.btn-ani-diff b,
.btn-ani-diff .bi {
  position: relative;
  z-index: 1;
  color: #FFF;
}
.btn-ani-diff::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.btn-ani-diff:hover::before {
  width: 140%;
  height: 140%;
  max-width: 140%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
}

.btn-ani-anim {
  position: relative;
  overflow: hidden;
}
.btn-ani-anim b {
  position: relative;
  z-index: 1;
}
.btn-ani-anim:hover .anim,
.btn-ani-anim:hover .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
.btn-ani-anim:hover .anim {
  animation: anim-out 0.75s;
  cursor: pointer;
}
.btn-ani-anim:hover .anim {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
}
.btn-ani-anim:hover .anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}
.btn-ani-anim:hover .anim,
.btn-ani-anim:hover .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
.btn-ani-anim:hover .anim:after {
  animation: anim-out-pseudo 0.75s;
}
.btn-ani-anim:hover .anim:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.btn-ani-anim:hover .anim_container {
  width: 100%;
  top: 0;
  position: absolute;
  overflow: hidden;
  height: 100%;
  left: 0;
}

@keyframes anim-out {
  0% {
    width: 0%;
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    width: 100%;
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
.list-ani-shadow-10 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-ani-shadow-10 a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  max-width: inherit;
  z-index: -1;
}
.list-ani-shadow-10 a:hover:before {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.list-ani-shadow-20 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-ani-shadow-20 a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  max-width: inherit;
  z-index: -1;
}
.list-ani-shadow-20 a:hover:before {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hovertree-upslide {
  display: inline-block;
  width: 17px;
  height: 29px;
  z-index: 99;
  background-image: url(../images/indexnew/ban_sb.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 2px;
}
.hovertree-upslide::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 48%;
  background-color: #ec6f4d;
  width: 2px;
  height: 6px;
  animation: hovertreemove 1.5s infinite ease-in-out;
}

@keyframes hovertreemove {
  0% {
    opacity: 0.1;
    transform: translate3d(0, -6px, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -3px, 0);
  }
  100% {
    opacity: 0.1;
    transform: translate3d(0, 3px, 0);
  }
}
.index_etyy_top_box {
  height: 100vh;
  overflow: hidden;
}

.index_etyy_top_box,
.ny_top {
  position: relative;
  width: 100%;
}
.index_etyy_top_box .ban_jd,
.ny_top .ban_jd {
  position: absolute;
  background-image: url(../images/indexnew/ban_ybg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  left: 0;
  width: 100%;
  bottom: 0px;
  height: 97px;
  z-index: 29;
  color: #fff;
  padding-top: 10px;
}
.index_etyy_top_box .ban_jd .down_jt,
.ny_top .ban_jd .down_jt {
  width: 100px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 14px;
}
.index_etyy_top_box .ban_jd .down_jt p,
.ny_top .ban_jd .down_jt p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .index_etyy_top_box .ban_jd,
  .ny_top .ban_jd {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .index_etyy_top_box .index_top_ny,
  .ny_top .index_top_ny {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
  }
  .index_etyy_top_box .index_top_ny .top,
  .ny_top .index_top_ny .top {
    width: 100%;
    height: 180px;
    transition: all 0.2s linear;
  }
  .index_etyy_top_box .index_top_ny .top.on,
  .ny_top .index_top_ny .top.on {
    height: 100px;
    background-color: rgba(236, 111, 77, 0.9);
  }
  .index_etyy_top_box .index_top_ny .top.on .top_top,
  .ny_top .index_top_ny .top.on .top_top {
    height: 80px;
  }
  .index_etyy_top_box .index_top_ny .top.on .top_top .logo,
  .ny_top .index_top_ny .top.on .top_top .logo {
    height: 40px;
  }
  .index_etyy_top_box .index_top_ny .top .top_top,
  .ny_top .index_top_ny .top .top_top {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .logo,
  .ny_top .index_top_ny .top .top_top .logo {
    height: 70px;
    background-image: url(../images/indexnew/logo_w.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 345px;
    margin-right: 60px;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .logo img,
  .ny_top .index_top_ny .top .top_top .logo img {
    height: 100%;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .menuMob a,
  .ny_top .index_top_ny .top .top_top .menuMob a {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23a82418'/></svg>");
  }
  .index_etyy_top_box .index_top_ny .top .top_top .menuMob a.on,
  .ny_top .index_top_ny .top .top_top .menuMob a.on {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23a82418'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23a82418'/></svg>");
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box,
  .ny_top .index_top_ny .top .top_top .top_r_box {
    flex: 1;
    width: 0;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r {
    display: flex;
    width: 100%;
    justify-content: right;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a {
    color: #fff;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdOa, .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdJob,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdOa,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdJob {
    margin-right: 10px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 35px;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdOa::before, .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdJob::before,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdOa::before,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdJob::before {
    content: "";
    width: 23px;
    height: 20px;
    background-image: url(../images/index/t_oa.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-right: 8px;
    display: inline-block;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdOa:hover, .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdJob:hover,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdOa:hover,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdJob:hover {
    background-color: #ffa202;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdJob::before,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdJob::before {
    background-image: url(../images/indexnew/svgjr.svg);
    background-size: auto 120%;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.yy,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.yy {
    width: 36px;
    height: 36px;
    background-color: #49c9ff;
    border-radius: 50%;
    background-image: url(../images/index/t_ss.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.yy:hover,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.yy:hover {
    z-index: 3;
    width: 40px;
    height: 40px;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.yy.a1,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.yy.a1 {
    margin-right: -5px;
    z-index: 1;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.yy.a2,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.yy.a2 {
    background-image: url(../images/index/t_dh.png);
    background-color: #ffa202;
  }
  .index_etyy_top_box .index_top_ny .top .menu,
  .ny_top .index_top_ny .top .menu {
    width: 100%;
    height: 50px;
    z-index: 15;
    display: flex;
    justify-content: space-between;
  }
  .index_etyy_top_box .index_top_ny .top .menu li,
  .ny_top .index_top_ny .top .menu li {
    height: 50px;
    position: relative;
    text-align: center;
  }
  .index_etyy_top_box .index_top_ny .top .menu li a.dbt,
  .ny_top .index_top_ny .top .menu li a.dbt {
    font-size: 25px;
    display: block;
    line-height: 50px;
    color: #fff;
    transition: all ease 0.3s;
  }
  .index_etyy_top_box .index_top_ny .top .menu li a.dbt::after,
  .ny_top .index_top_ny .top .menu li a.dbt::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 4px;
    left: 50%;
    background-color: #fff;
    bottom: 0;
  }
  .index_etyy_top_box .index_top_ny .top .menu li.on a.dbt::after, .index_etyy_top_box .index_top_ny .top .menu li:hover a.dbt::after,
  .ny_top .index_top_ny .top .menu li.on a.dbt::after,
  .ny_top .index_top_ny .top .menu li:hover a.dbt::after {
    width: 100%;
    left: 0%;
  }
  .index_etyy_top_box .index_top_ny .top .menu li dl,
  .ny_top .index_top_ny .top .menu li dl {
    left: 50%;
    margin: 0;
    padding: 0;
    margin-left: -105px;
    width: 210px;
    font-size: 18px;
    display: none;
    background-color: #ec6f4d;
    position: absolute;
    left: 50%;
    top: 55px;
    opacity: 0;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
  .index_etyy_top_box .index_top_ny .top .menu li dl dd,
  .ny_top .index_top_ny .top .menu li dl dd {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .index_etyy_top_box .index_top_ny .top .menu li dl dd dl,
  .ny_top .index_top_ny .top .menu li dl dd dl {
    position: absolute;
    left: 100%;
    margin-left: 0;
    top: 0px;
  }
  .index_etyy_top_box .index_top_ny .top .menu li dl dd:hover > a,
  .ny_top .index_top_ny .top .menu li dl dd:hover > a {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .index_etyy_top_box .index_top_ny .top .menu li dl dd:hover dl,
  .ny_top .index_top_ny .top .menu li dl dd:hover dl {
    display: block;
  }
  .index_etyy_top_box .index_top_ny .top .menu li dl a,
  .ny_top .index_top_ny .top .menu li dl a {
    display: block;
    padding: 10px 10px;
    line-height: 26px;
    text-align: center;
    color: #fff;
  }
  .index_etyy_top_box .index_top_ny .top .menu li dl a:hover,
  .ny_top .index_top_ny .top .menu li dl a:hover {
    background-color: #ec6f4d;
  }
  .index_etyy_top_box .index_top_ny .top .menu li:hover > dl,
  .ny_top .index_top_ny .top .menu li:hover > dl {
    display: block;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .index_etyy_top_box .index_top_ny .top .menu li a.dbt,
  .ny_top .index_top_ny .top .menu li a.dbt {
    font-size: 22px;
  }
  .index_etyy_top_box .index_top_ny .top .menu li dl,
  .ny_top .index_top_ny .top .menu li dl {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .index_etyy_top_box,
  .ny_top {
    height: auto;
  }
  .index_etyy_top_box .index_top_ny,
  .ny_top .index_top_ny {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    height: 55px;
    background-color: #ec6f4d;
  }
  .index_etyy_top_box .index_top_ny .top,
  .ny_top .index_top_ny .top {
    width: 100%;
  }
  .index_etyy_top_box .index_top_ny .top .top_top,
  .ny_top .index_top_ny .top .top_top {
    position: relative;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .logo,
  .ny_top .index_top_ny .top .top_top .logo {
    height: 35px;
    background-image: url(../images/indexnew/logo_w.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 135px;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .logo img,
  .ny_top .index_top_ny .top .top_top .logo img {
    height: 100%;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .menuMob a,
  .ny_top .index_top_ny .top .top_top .menuMob a {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 11.5A.5.5 0 013 11h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 7h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zm0-4A.5.5 0 013 3h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5z' clip-rule='evenodd' fill='%23a82418'/></svg>");
  }
  .index_etyy_top_box .index_top_ny .top .top_top .menuMob a.on,
  .ny_top .index_top_ny .top .top_top .menuMob a.on {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 010 .708l-7 7a.5.5 0 01-.708-.708l7-7a.5.5 0 01.708 0z' clip-rule='evenodd' fill='%23a82418'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 000 .708l7 7a.5.5 0 00.708-.708l-7-7a.5.5 0 00-.708 0z' clip-rule='evenodd' fill='%23a82418'/></svg>");
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box,
  .ny_top .index_top_ny .top .top_top .top_r_box {
    flex: 1;
    width: 0;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: right;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a {
    color: #fff;
    display: inline-block;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdOa,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdOa {
    margin-right: 10px;
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdOa::before,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdOa::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/indexnew/oa.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdOa, .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.cdJob,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdOa,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.cdJob {
    display: none;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.yy,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.yy {
    width: 32px;
    height: 32px;
    background-color: #49c9ff;
    border-radius: 50%;
    background-image: url(../images/index/t_ss.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .index_etyy_top_box .index_top_ny .top .top_top .top_r_box .top_r a.yy.a2,
  .ny_top .index_top_ny .top .top_top .top_r_box .top_r a.yy.a2 {
    background-image: url(../images/index/t_dh.png);
    background-color: #ffa202;
    margin-left: 10px;
  }
  .index_etyy_top_box .index_top_ny .top .menu,
  .ny_top .index_top_ny .top .menu {
    display: none;
  }
  .index_etyy_top_box .index_top_ny .nav_mh,
  .ny_top .index_top_ny .nav_mh {
    width: 100%;
    position: relative;
    z-index: 30;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1440px) {
  .index_etyy_top_box .index_top_ny .nav_mh,
  .ny_top .index_top_ny .nav_mh {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    background-color: #fff;
    overflow-y: auto;
    left: 100%;
    top: 55px;
    z-index: 29;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li,
  .ny_top .index_top_ny .nav_mh .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li a,
  .ny_top .index_top_ny .nav_mh .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li a.dbt,
  .ny_top .index_top_ny .nav_mh .menu li a.dbt {
    font-size: 13px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 0.5px solid #e1e1e1;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li a.dbt .bi,
  .ny_top .index_top_ny .nav_mh .menu li a.dbt .bi {
    font-size: 20px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li dl,
  .ny_top .index_top_ny .nav_mh .menu li dl {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li dl dd,
  .ny_top .index_top_ny .nav_mh .menu li dl dd {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li dl dd dl,
  .ny_top .index_top_ny .nav_mh .menu li dl dd dl {
    padding-left: 15px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li dl dd dl dd,
  .ny_top .index_top_ny .nav_mh .menu li dl dd dl dd {
    width: 50%;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .menu li dl dd a,
  .ny_top .index_top_ny .nav_mh .menu li dl dd a {
    padding: 5px 0px;
    padding-left: 15px;
    font-size: 13px;
    text-align: left;
    color: #333;
  }
}
@media only screen and (max-width: 1200px) {
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main,
  .ny_top .index_top_ny .nav_mh .ny_main {
    position: relative;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom {
    position: absolute;
    right: -5px;
    top: -55px;
    font-size: 0;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a.on, .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a:hover,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a.on,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a:hover {
    color: #e71e0f;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a + a,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a + a {
    margin-left: 10px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a::before,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a::before {
    content: "";
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a.a1::before,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a.a1::before {
    background-image: url(../images/index/t_hzb.png);
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a.a1.on::before, .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a.a1:hover::before,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a.a1.on::before,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a.a1:hover::before {
    background-image: url(../images/index/t_hzb_ui.png);
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a.a2::before,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a.a2::before {
    background-image: url(../images/index/t_gzb.png);
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a.a2.on::before, .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a.a2:hover::before,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a.a2.on::before,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a.a2:hover::before {
    background-image: url(../images/index/t_gzb_ui.png);
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1440px) {
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom {
    width: 100%;
    height: auto;
    line-height: 30px;
    position: initial;
    right: auto;
    top: auto;
    margin-top: auto;
    padding: 5px 10px;
    border-bottom: 0.5px solid #e1e1e1;
    font-size: 14px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_bottom a,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_bottom a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top {
    position: absolute;
    right: -5px;
    top: -100px;
    color: #999;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top a,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top a {
    color: #999;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top a:hover,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top a:hover {
    color: #ec6f4d;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan {
    z-index: 18;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan:hover a.bt::after,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan:hover a.bt::after {
    transform: rotate(180deg);
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan a.bt,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan a.bt {
    display: block;
    line-height: 30px;
    font-size: 15px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan a.bt::after,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan a.bt::after {
    content: "";
    background-image: url(../images/index/t_jt_down_ny.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: inline-block;
    width: 11px;
    height: 6px;
    vertical-align: middle;
    margin-left: 10px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl {
    width: 100%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 35px;
    display: none;
    opacity: 0;
    font-size: 14px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl::before,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl::before {
    content: "";
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(246, 246, 248, 0.9);
    border-left: 10px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl dd + dd,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl dd + dd {
    border-top: solid 1px #ddd;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl dd a,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl dd a {
    color: #010101;
    line-height: 35px;
    text-align: center;
    display: block;
    color: #010101;
    background-color: #f6f6f8;
  }
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl dd a:hover,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top .dLan dl dd a:hover {
    background-color: #ec6f4d;
    color: #fff;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1440px) {
  .index_etyy_top_box .index_top_ny .nav_mh .ny_main .top_right_top,
  .ny_top .index_top_ny .nav_mh .ny_main .top_right_top {
    position: inherit;
    right: auto;
    top: auto;
    padding: 10px 3%;
    border-bottom: solid 1px #e5e5e5;
  }
}

.sy_ban {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
.sy_ban::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/index/banbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 24;
}
.sy_ban .swiper-slide {
  text-align: center;
  width: 100%;
  position: relative;
  height: 100vh;
}
.sy_ban .swiper-slide .img_item {
  width: 100%;
  height: 100vh;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0) scale(1.2);
  transition: opacity 0.3s ease, transform 0s ease 1s;
}
.sy_ban .swiper-slide-active .img_item {
  transform: scale(1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}
.sy_ban .swiper-pagination {
  z-index: 30;
}
.sy_ban .swiper-pagination-bullets,
.sy_ban .swiper-pagination-custom,
.sy_ban .swiper-pagination-fraction {
  bottom: 6px !important;
}
.sy_ban .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 0px #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px !important;
}
.sy_ban .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ec6f4d;
}
.sy_ban .swiper-button-prev,
.sy_ban .swiper-button-next {
  width: 66px;
  height: 66px;
  margin-top: -33px;
  font-size: 0px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  z-index: 25;
  border: solid 1px #fff;
  background-color: rgba(236, 111, 77, 0);
}
.sy_ban .swiper-button-prev i,
.sy_ban .swiper-button-next i {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/t_jt.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.sy_ban .swiper-button-prev .bi,
.sy_ban .swiper-button-next .bi {
  font-size: 36px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.sy_ban .swiper-button-prev::after,
.sy_ban .swiper-button-next::after {
  display: none !important;
}
.sy_ban .swiper-button-prev:hover,
.sy_ban .swiper-button-next:hover {
  border-color: #ec6f4d;
}
.sy_ban .swiper-button-prev:hover .bi,
.sy_ban .swiper-button-next:hover .bi {
  color: #fff;
}
.sy_ban .swiper-button-prev {
  left: 3%;
}
.sy_ban .swiper-button-next {
  right: 3%;
}
.sy_ban .swiper-button-next i {
  background-image: url(../images/index/t_jt2.png);
}
@media only screen and (max-width: 1200px) {
  .sy_ban {
    height: calc((100vw / 1 - 30px) / 96 * 49);
    height: -webkit-calc((100vw / 1 - 30px) / 96 * 49);
  }
  .sy_ban .swiper-slide {
    height: calc((100vw / 1 - 30px) / 96 * 49);
    height: -webkit-calc((100vw / 1 - 30px) / 96 * 49);
  }
  .sy_ban .swiper-slide .img_item {
    height: 100%;
  }
  .sy_ban .pan-ban {
    bottom: 15px !important;
  }
  .sy_ban .swiper-pagination-bullet {
    width: 30px;
    height: 15px;
    margin: 0 8px !important;
  }
  .sy_ban .swiper-button-prev,
  .sy_ban .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -28px;
    line-height: 30px;
  }
  .sy_ban .swiper-button-prev i,
  .sy_ban .swiper-button-next i {
    background-size: auto 33px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_ban .pan-ban {
    bottom: 10px !important;
  }
  .sy_ban .swiper-pagination-bullet {
    width: 22px;
    height: 10px;
    margin: 0 5px !important;
  }
}

.sy_dep {
  width: 100%;
  overflow: hidden;
}
.sy_dep .swiper-slide {
  text-align: center;
  width: 100%;
  position: relative;
}
.sy_dep .swiper-slide .img_item {
  width: 100%;
  height: 960px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0) scale(1.2);
  transition: opacity 0.3s ease, transform 0s ease 1s;
}
.sy_dep .swiper-slide-active .img_item {
  transform: scale(1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}
@media only screen and (max-width: 1200px) {
  .sy_dep .swiper-slide .img_item {
    height: calc((100vw / 1 - 30px) / 1920 * 960px);
    height: -webkit-calc((100vw / 1 - 30px) / 1920 * 960px);
  }
}
.foot_box {
  width: 100%;
  background-color: #eb6f4d;
  background-image: url(../images/index/foot_bg.jpg);
  color: #fff;
}
.foot_box a {
  color: #fff;
}
.foot_box a:hover {
  text-decoration: underline;
}
.foot_box .foot1 {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.foot_box .foot1 .ny_main {
  padding: 15px 0;
}
.foot_box .foot2 .ny_main {
  padding: 40px 0;
}
@media only screen and (max-width: 1200px) {
  .foot_box .foot1 .ny_main {
    padding: 15px;
  }
  .foot_box .foot2 .ny_main {
    padding: 15px;
  }
}

.foot_bottom {
  text-align: center;
  background-color: #ec8366;
  width: 100%;
  color: #fff;
}
.foot_bottom a {
  color: #fff;
}
.foot_bottom a:hover {
  text-decoration: underline;
}
.foot_bottom .ny_main {
  padding: 15px 0;
}
@media only screen and (max-width: 1200px) {
  .foot_bottom .ny_main {
    padding: 15px;
  }
}

.foot2_lb {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.foot2_lb .dl {
  width: 320px;
}
.foot2_lb .dl .foot_logo {
  width: 220px;
  background-image: url(../images/index/foot_logo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 57px;
  margin-bottom: 30px;
}
.foot2_lb .dl .foot_nav1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: center;
}
.foot2_lb .dl .foot_nav1 a {
  width: 100px;
}
.foot2_lb .dl .foot_nav1 a i {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: solid 1px #fff;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 5px;
}
.foot2_lb .dl .foot_nav1 a i.i1 {
  background-image: url(../images/index/foot_a1.png);
}
.foot2_lb .dl .foot_nav1 a i.i2 {
  background-image: url(../images/index/foot_a2.png);
}
.foot2_lb .dl .foot_nav1 a i.i3 {
  background-image: url(../images/index/foot_a3.png);
}
.foot2_lb .dc {
  width: 130px;
}
.foot2_lb .dc .xxlb {
  width: 100%;
}
.foot2_lb .dc .xxlb li + li {
  margin-top: 15px;
}
.foot2_lb .dc .xxlb li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: solid 1px #fff;
  padding-left: 15px;
  text-decoration: none;
}
.foot2_lb .dc .xxlb li a .bi {
  font-size: 16px;
  margin-right: 15px;
}
.foot2_lb .dr {
  width: 700px;
}
.foot2_lb .dr .foot_lx {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.foot2_lb .dr .foot_lx .item {
  width: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.8);
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
}
.foot2_lb .dr .foot_lx .item .bt {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 16px;
  position: relative;
  padding-top: 20px;
  margin-right: 15px;
}
.foot2_lb .dr .foot_lx .item .bt::before {
  content: "";
  background-image: url(../images/index/foot_jt.png);
  background-repeat: no-repeat;
  width: 8px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .foot2_lb .dl {
    width: 300px;
  }
  .foot2_lb .dc {
    width: 120px;
  }
  .foot2_lb .dr {
    width: 640px;
  }
}
@media only screen and (max-width: 1200px) {
  .foot2_lb {
    display: block;
  }
  .foot2_lb .dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .foot2_lb .dl .foot_logo {
    display: none;
  }
  .foot2_lb .dl .foot_nav1 {
    width: 100%;
  }
  .foot2_lb .dl .foot_nav1 a {
    width: 100%;
  }
  .foot2_lb .dl .foot_nav1 a i {
    width: 35px;
    height: 35px;
  }
  .foot2_lb .dc {
    width: 100%;
    margin-bottom: 20px;
  }
  .foot2_lb .dc .xxlb {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .foot2_lb .dc .xxlb li {
    width: 100%;
  }
  .foot2_lb .dc .xxlb li + li {
    margin-top: 0px;
    margin-left: 15px;
  }
  .foot2_lb .dc .xxlb li a .bi {
    font-size: 15px;
  }
  .foot2_lb .dr {
    width: 100%;
  }
  .foot2_lb .dr .foot_lx {
    width: 100%;
  }
  .foot2_lb .dr .foot_lx .item .bt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 760px) {
  .foot2_lb .dc .xxlb {
    display: block;
  }
  .foot2_lb .dc .xxlb li {
    width: 100%;
  }
  .foot2_lb .dc .xxlb li + li {
    margin-top: 10px;
    margin-left: 0px;
  }
  .foot2_lb .dr .foot_lx {
    width: 100%;
    display: block;
  }
  .foot2_lb .dr .foot_lx .item {
    padding: 0 10px;
  }
  .foot2_lb .dr .foot_lx .item + .item {
    margin-top: 15px;
  }
  .foot2_lb .dr .foot_lx .item .bt {
    font-size: 14px;
    margin-right: 10px;
  }
}

.lx_lb p {
  padding-left: 35px;
  position: relative;
}
.lx_lb p + p {
  margin-top: 2px;
}
.lx_lb p::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.lx_lb p.p1::before {
  background-image: url(../images/index/f1.png);
}
.lx_lb p.p2::before {
  background-image: url(../images/index/f2.png);
}
.lx_lb p.p4::before {
  background-image: url(../images/index/f3.png);
}
.lx_lb p.p3::before {
  background-image: url(../images/index/f4.png);
}
.lx_lb p.p5::before {
  background-image: url(../images/index/f5.png);
}
.lx_lb p.p6::before {
  background-image: url(../images/index/f6.png);
  background-size: auto 10px;
}
@media only screen and (max-width: 1200px) {
  .lx_lb p {
    padding-left: 22px;
  }
  .lx_lb p::before {
    width: 14px;
    height: 14px;
    background-size: 100% auto;
    background-position: center center;
    top: 3px;
  }
}

.sy1,
.sy2,
.sy4 {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy1,
  .sy2,
  .sy4 {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .sy1,
  .sy2,
  .sy4 {
    padding: 20px 0;
  }
}

.cd_sy_nav1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cd_sy_nav1 li {
  width: 100%;
  display: inline-block;
}
.cd_sy_nav1 li + li {
  margin-left: 40px;
}
.cd_sy_nav1 li a {
  width: 100%;
  display: block;
  height: 200px;
  background-color: #ec6f4d;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.cd_sy_nav1 li a .nr {
  border-left: solid 2px rgba(255, 255, 255, 0.3);
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.cd_sy_nav1 li a .nr .bt {
  font-size: 24px;
  margin-bottom: 5px;
}
.cd_sy_nav1 li a .nr p {
  font-size: 12px;
  line-height: 20px;
}
.cd_sy_nav1 li a i {
  position: absolute;
  background-image: url(../images/index/a0.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 83px;
  height: 83px;
  right: 17px;
  bottom: 12px;
}
@media only screen and (min-width: 1200px) {
  .cd_sy_nav1 li a:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    margin-top: -10px;
  }
}
.cd_sy_nav1 li a.a2 {
  background-color: #e39c83;
}
.cd_sy_nav1 li a.a2 i {
  background-image: url(../images/index/a1.png);
}
.cd_sy_nav1 li a.a3 {
  background-color: #8ecad8;
}
.cd_sy_nav1 li a.a3 i {
  background-image: url(../images/index/a2.png);
}
.cd_sy_nav1 li a.a4 {
  background-color: #e6becf;
}
.cd_sy_nav1 li a.a4 i {
  background-image: url(../images/index/a3.png);
}
.cd_sy_nav1 li a.a5 {
  background-color: #f4bb63;
}
.cd_sy_nav1 li a.a5 i {
  background-image: url(../images/index/a4.png);
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .cd_sy_nav1 li + li {
    margin-left: 30px;
  }
  .cd_sy_nav1 li a {
    height: 180px;
    padding: 26px;
  }
  .cd_sy_nav1 li a .nr .bt {
    font-size: 22px;
  }
  .cd_sy_nav1 li a i {
    width: 75px;
    height: 75px;
    right: 15px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .cd_sy_nav1 {
    flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
    justify-content: left;
  }
  .cd_sy_nav1 li {
    width: 31.3333%;
    margin: 1%;
  }
  .cd_sy_nav1 li + li {
    margin-left: 1%;
  }
  .cd_sy_nav1 li a {
    height: 150px;
    padding: 20px;
  }
  .cd_sy_nav1 li a .nr {
    padding-left: 15px;
  }
  .cd_sy_nav1 li a .nr .bt {
    font-size: 18px;
  }
  .cd_sy_nav1 li a .nr p {
    font-size: 11px;
    line-height: 16px;
  }
  .cd_sy_nav1 li a i {
    width: 60px;
    height: 60px;
    right: 12px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 760px) {
  .cd_sy_nav1 li {
    width: 48%;
  }
  .cd_sy_nav1 li:last-child {
    width: 98%;
  }
  .cd_sy_nav1 li a {
    height: 120px;
    padding: 15px;
  }
  .cd_sy_nav1 li a .nr {
    padding-left: 15px;
  }
  .cd_sy_nav1 li a .nr .bt {
    font-size: 16px;
  }
  .cd_sy_nav1 li a i {
    width: 40px;
    height: 40px;
  }
}

.sy2 {
  background-image: url(../images/index/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sy_bt1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.sy_bt1 .bt {
  color: #000;
  position: relative;
  height: 126px;
  padding-top: 10px;
  background-image: url(../images/index/lmbg2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-left: 40px;
}
.sy_bt1 .bt h2 {
  font-size: 36px;
  line-height: 60px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.sy_bt1 .bt p {
  font-size: 15px;
  color: #ec6f4d;
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.sy_bt1 .bt p b {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
}
.sy_bt1 a.more::before {
  content: "";
  display: inline-block;
  background-image: url(../images/index/t_m.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 83px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_bt1 .bt {
    height: 106px;
    padding-left: 35px;
  }
  .sy_bt1 .bt h2 {
    font-size: 32px;
    line-height: 55px;
  }
  .sy_bt1 .bt p {
    font-size: 14px;
  }
  .sy_bt1 .bt p b {
    font-size: 34px;
  }
  .sy_bt1 a.more::before {
    width: 73px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_bt1 .bt {
    height: 66px;
    padding-left: 20px;
  }
  .sy_bt1 .bt h2 {
    font-size: 18px;
    line-height: 35px;
  }
  .sy_bt1 .bt p {
    font-size: 12px;
    margin-bottom: 0px;
    padding-left: 5px;
  }
  .sy_bt1 .bt p b {
    font-size: 18px;
  }
  .sy_bt1 a.more::before {
    width: 43px;
    height: 12px;
    margin-right: 5px;
  }
}

.sy_bt3 {
  display: block;
  width: 100%;
  text-align: center;
}
.sy_bt3 .bt {
  color: #000;
}
.sy_bt3 .bt h2 {
  font-size: 46px;
  line-height: 60px;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  font-family: "宋体";
  font-weight: bold;
}
.sy_bt3 .bt h2::before {
  content: "";
  height: 3px;
  background-color: #ec6f4d;
  width: 2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.sy_bt3 .bt p {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sy_bt3.ny_sy_bt3 {
  padding-bottom: 40px;
  border-bottom: solid 1px #f5bfb1;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_bt3 .bt h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .sy_bt3 .bt p {
    font-size: 14px;
  }
}
.sy_dep_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sy_dep_box .sy_dep_nav {
  width: 275px;
  height: 550px;
  position: relative;
  margin-right: 70px;
}
.sy_dep_box .sy_dep_nav li {
  width: 90px;
  position: absolute;
}
.sy_dep_box .sy_dep_nav li a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  color: #666666;
}
.sy_dep_box .sy_dep_nav li a i {
  border: solid 1px #fe8d95;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.sy_dep_box .sy_dep_nav li a i::before {
  content: "";
  background-color: #fe8d95;
  background-image: url(../images/index/ks1.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 50%;
}
.sy_dep_box .sy_dep_nav li a i.i2::before {
  background-image: url(../images/index/ks2.png);
}
.sy_dep_box .sy_dep_nav li a i.i3::before {
  background-image: url(../images/index/ks3.png);
}
.sy_dep_box .sy_dep_nav li a i.i4::before {
  background-image: url(../images/index/ks4.png);
}
.sy_dep_box .sy_dep_nav li a i.i5::before {
  background-image: url(../images/index/ks5.png);
}
.sy_dep_box .sy_dep_nav li a p {
  font-size: 19px;
  position: relative;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
}
.sy_dep_box .sy_dep_nav li.l1 {
  left: 180px;
  top: 0;
}
.sy_dep_box .sy_dep_nav li.l2 {
  left: 75px;
  top: 75px;
}
.sy_dep_box .sy_dep_nav li.l3 {
  left: 0px;
  top: 205px;
}
.sy_dep_box .sy_dep_nav li.l4 {
  left: 75px;
  top: 333px;
}
.sy_dep_box .sy_dep_nav li.l5 {
  left: 180px;
  top: 405px;
}
.sy_dep_box .sy_dep_nav li.active a {
  color: #212121;
}
.sy_dep_box .sy_dep_nav li.active a i {
  border-color: #ec6f4d;
}
.sy_dep_box .sy_dep_nav li.active a i::before {
  background-color: #ec6f4d;
}
.sy_dep_box .sy_dep_lb {
  flex: 1;
  margin-top: -30px;
}
.sy_dep_box .sy_dep_lb .bt {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.sy_dep_box .sy_dep_lb .bt b {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.sy_dep_box .sy_dep_lb .bt p {
  color: #999999;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_dep_box .sy_dep_nav li a p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_dep_box {
    display: block;
  }
  .sy_dep_box .sy_dep_nav {
    width: 100%;
    height: auto;
    margin-right: 0px;
    display: flex;
  }
  .sy_dep_box .sy_dep_nav li {
    width: 100%;
    position: inherit;
    left: auto !important;
    top: auto !important;
  }
  .sy_dep_box .sy_dep_nav li a i {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .sy_dep_box .sy_dep_nav li a i::before {
    background-size: auto 80%;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
  }
  .sy_dep_box .sy_dep_nav li a p {
    font-size: 14px;
    width: 100%;
  }
  .sy_dep_box .sy_dep_lb {
    margin-top: 15px;
  }
  .sy_dep_box .sy_dep_lb .bt {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .sy_dep_box .sy_dep_nav li a i {
    width: 40px;
    height: 40px;
  }
}

.sy_dep_list {
  width: 103%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
}
.sy_dep_list li {
  width: 22%;
  margin: 1.5%;
  vertical-align: top;
}
.sy_dep_list li a {
  display: block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  height: 68px;
  line-height: 66px;
  background-color: #fff;
  padding-left: 20px;
  border: solid 1px #444;
  border-radius: 10px;
}
.sy_dep_list li a:hover {
  background-color: #ec6f4d;
  border-color: #ec6f4d;
  color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_dep_list li a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_dep_list {
    width: 102%;
    margin-left: -1%;
  }
  .sy_dep_list li {
    width: 23%;
    margin: 1%;
  }
  .sy_dep_list li a {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding-left: 15px;
    border-radius: 8px;
  }
  .sy_dep_list li a:hover {
    background-color: #ec6f4d;
    border-color: #ec6f4d;
    color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 760px) {
  .sy_dep_list li {
    width: 48%;
  }
}

.sy_news_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sy_news_box .dl,
.sy_news_box .dr {
  width: 48%;
}
@media only screen and (max-width: 1200px) {
  .sy_news_box {
    display: block;
  }
  .sy_news_box .dl,
  .sy_news_box .dr {
    width: 100%;
  }
  .sy_news_box .dl {
    margin-bottom: 15px;
  }
}
.sy_news_box .dr_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sy_news_box .dr_box .sy_bt1 a.more::before {
  width: 50px;
}
.sy_news_box .dr_box .dll,
.sy_news_box .dr_box .drr {
  width: 48%;
}
@media only screen and (max-width: 1200px) {
  .sy_news_box .dr_box {
    display: block;
  }
  .sy_news_box .dr_box .dll,
  .sy_news_box .dr_box .drr {
    width: 100%;
  }
  .sy_news_box .dr_box .dll {
    margin-bottom: 15px;
  }
}

.sy_nlist1 {
  width: 100%;
}
.sy_nlist1 li {
  width: 100%;
  padding: 15px 0;
  border-bottom: dashed 1px #e1e1e1;
}
.sy_nlist1 li a {
  display: block;
  width: 100%;
}
.sy_nlist1 li a .sTime {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 6px;
}
.sy_nlist1 li a .sTime b {
  font-size: 23px;
  color: #ec6f4d;
}
.sy_nlist1 li a .bt {
  font-size: 20px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 6px;
}
.sy_nlist1 li a p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_nlist1 li a .bt {
    font-size: 18px;
  }
  .sy_nlist1 li a .sTime b {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_nlist1 li {
    padding: 10px 0;
  }
  .sy_nlist1 li a .sTime {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sy_nlist1 li a .sTime b {
    font-size: 18px;
  }
  .sy_nlist1 li a .bt {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .sy_nlist1 li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
}

.sy_nlist2 {
  width: 100%;
}
.sy_nlist2 li {
  width: 100%;
}
.sy_nlist2 li + li {
  margin-top: 30px;
}
.sy_nlist2 li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.sy_nlist2 li a .sTime {
  display: inline-block;
  background-image: url(../images/index/datebg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 72px;
  height: 75px;
  text-align: center;
  padding-top: 8px;
  text-align: center;
  margin-right: 25px;
}
.sy_nlist2 li a .sTime p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 3px;
}
.sy_nlist2 li a .sTime b {
  font-size: 30px;
  color: #ec6f4d;
  line-height: 45px;
}
.sy_nlist2 li a .bt {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_nlist2 li + li {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_nlist2 li + li {
    margin-top: 15px;
  }
  .sy_nlist2 li a .sTime {
    width: 55px;
    height: 58px;
    padding-top: 6px;
    margin-right: 15px;
  }
  .sy_nlist2 li a .sTime p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 2px;
  }
  .sy_nlist2 li a .sTime b {
    font-size: 20px;
    line-height: 35px;
  }
  .sy_nlist2 li a .bt {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}

.sy_nlist3 {
  width: 100%;
}
.sy_nlist3 li {
  width: 100%;
}
.sy_nlist3 li + li {
  margin-top: 30px;
}
.sy_nlist3 li a {
  display: block;
  width: 100%;
  background-color: #fbf9f7;
  padding: 18px;
  border-radius: 10px;
}
.sy_nlist3 li a:hover {
  background-color: #ec6f4d;
  color: #fff;
}
.sy_nlist3 li a:hover .sTime {
  color: #fff;
}
.sy_nlist3 li a:hover .sTime b {
  color: #fff;
}
.sy_nlist3 li a .sTime {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 6px;
}
.sy_nlist3 li a .sTime b {
  font-size: 23px;
  color: #ec6f4d;
}
.sy_nlist3 li a .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_nlist3 li + li {
    margin-top: 25px;
  }
  .sy_nlist3 li a {
    padding: 15px;
  }
  .sy_nlist3 li a .sTime b {
    font-size: 21px;
  }
  .sy_nlist3 li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_nlist3 li + li {
    margin-top: 15px;
  }
  .sy_nlist3 li a {
    padding: 15px;
  }
  .sy_nlist3 li a .sTime {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .sy_nlist3 li a .sTime b {
    font-size: 18px;
  }
  .sy_nlist3 li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}

.index_News2 {
  position: relative;
  transition: all 0.2s linear;
  border-radius: 10px;
  overflow: hidden;
}
.index_News2:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.index_News2 .swiper-wrapper {
  width: 100%;
}
.index_News2 .swiper-slide {
  width: 100%;
}
.index_News2 .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.index_News2 .swiper-slide a img {
  min-height: 100%;
}
.index_News2 .swiper-slide a .text_content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -60px;
  padding: 0px 25px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
  opacity: 0;
}
.index_News2 .swiper-slide a .text_content .bt {
  font-size: 18px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}
.index_News2 .swiper-slide a:hover .text_content {
  opacity: 1;
  bottom: 0;
}
.index_News2 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 10px;
  border: 0;
}
.index_News2 .swiper-pagination-bullet-active {
  background-color: #ec6f4d;
}
.index_News2 .swiper-horizontal > .swiper-pagination-bullets,
.index_News2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.index_News2 .swiper-pagination-custom,
.index_News2 .swiper-pagination-fraction,
.index_News2 .pan_news2 {
  bottom: 10px !important;
  position: absolute;
  right: 25px !important;
  left: auto !important;
  width: auto;
  text-align: right !important;
}
.index_News2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
@media only screen and (max-width: 1200px) {
  .index_News2 .swiper-slide a {
    height: calc((100vw / 1 - 30px) / 4 * 2.5);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 2.5);
  }
  .index_News2 .swiper-slide a .text_content {
    padding: 15px;
    margin-bottom: 10px;
  }
  .index_News2 .swiper-slide a .text_content .bt {
    font-size: 14px;
  }
  .index_News2 .swiper-slide a .text_content p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    height: auto !important;
    line-height: 20px;
  }
  .index_News2 .swiper-slide a .text_content .sTime {
    font-size: 12px;
  }
  .index_News2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index_News2 .swiper-horizontal > .swiper-pagination-bullets,
  .index_News2 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .index_News2 .swiper-pagination-custom,
  .index_News2 .swiper-pagination-fraction,
  .index_News2 .pan_news2 {
    bottom: 5px !important;
    right: 0px !important;
    width: 100%;
    text-align: center !important;
  }
  .index_News2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .index_News2 .swiper-button-prev,
  .index_News2 .swiper-button-next {
    display: none;
  }
}

.sy6 {
  width: 100%;
  overflow: hidden;
}
.sy6 .sy6box {
  width: 1920px;
  max-width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  background-color: #fff4e4;
}
.sy6 .sy6box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: #f4bb63;
}
.sy6 .sy6box .ny_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy6 .sy6box .ny_main .sy_ky_nav {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 50px;
}
.sy6 .sy6box .ny_main .sy_ky_nav li {
  width: 50%;
  vertical-align: top;
  margin: 25px 0;
}
.sy6 .sy6box .ny_main .sy_ky_nav li a {
  display: block;
  text-align: center;
}
.sy6 .sy6box .ny_main .sy_ky_nav li a .svg_small_thin {
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
.sy6 .sy6box .ny_main .sy_ky_nav li a::before {
  content: "";
  width: 78px;
  height: 78px;
  background-image: url(../images/index/t_k1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: none;
  margin: 0 auto 5px;
}
.sy6 .sy6box .ny_main .sy_ky_nav li a p {
  font-size: 22px;
}
.sy6 .sy6box .ny_main .sy_ky_nav li a.a2::before {
  background-image: url(../images/index/t_k2.png);
}
.sy6 .sy6box .ny_main .sy_ky_nav li a.a3::before {
  background-image: url(../images/index/t_k3.png);
}
.sy6 .sy6box .ny_main .sy_ky_nav li a.a4::before {
  background-image: url(../images/index/t_k4.png);
}
.sy6 .sy6box .ny_main .sy_ky_nav li a:hover::before {
  margin-top: -5px;
  margin-bottom: 10px;
}
.sy6 .sy6box .ny_main .sy_ky_nav li a:hover .svg_small_thin {
  margin-top: -5px;
  margin-bottom: 15px;
}
.sy6 .sy6box .ny_main .sy6r {
  flex: 1;
  background-color: #f4bb63;
  padding: 40px 0 40px 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy6 .sy6box {
    width: 100%;
    max-width: 100%;
    left: 0%;
    margin-left: 0px;
  }
  .sy6 .sy6box .ny_main .sy_ky_nav {
    width: 360px;
    margin-right: 30px;
  }
  .sy6 .sy6box .ny_main .sy_ky_nav li {
    margin: 20px 0;
  }
  .sy6 .sy6box .ny_main .sy_ky_nav li a::before {
    width: 68px;
    height: 68px;
  }
  .sy6 .sy6box .ny_main .sy_ky_nav li a p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy6 .sy6box {
    width: 100%;
    max-width: 100%;
    left: 0%;
    margin-left: 0px;
  }
  .sy6 .sy6box::after {
    display: none;
  }
  .sy6 .sy6box .ny_main {
    display: block;
    position: relative;
    z-index: 1;
  }
  .sy6 .sy6box .ny_main .sy_ky_nav {
    width: 100%;
    margin-right: 0px;
    background-color: #f6f6f8;
  }
  .sy6 .sy6box .ny_main .sy_ky_nav li {
    margin: 10px 0;
  }
  .sy6 .sy6box .ny_main .sy_ky_nav li a::before {
    width: 48px;
    height: 48px;
  }
  .sy6 .sy6box .ny_main .sy_ky_nav li a p {
    font-size: 14px;
  }
  .sy6 .sy6box .ny_main .sy6r {
    padding: 15px;
    position: relative;
    z-index: 1;
  }
}

.sy_bt2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  color: #fff;
}
.sy_bt2 .bt {
  font-size: 32px;
}
.sy_bt2 a.more {
  color: #fff;
}
.sy_bt2 a.more::before {
  content: "";
  display: inline-block;
  background-image: url(../images/index/t_m_b.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 83px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_bt2 .bt {
    font-size: 24px;
  }
  .sy_bt2 a.more::before {
    width: 73px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_bt2 .bt {
    font-size: 18px;
  }
  .sy_bt2 a.more::before {
    width: 43px;
    height: 12px;
    margin-right: 5px;
  }
}

.sy_nlist4 {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.sy_nlist4 li {
  width: 31.3333%;
  margin: 0 1%;
}
.sy_nlist4 li a {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.sy_nlist4 li a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.sy_nlist4 li a .text_content {
  padding: 20px 20px;
}
.sy_nlist4 li a .text_content .bt {
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
  margin-bottom: 10px;
}
.sy_nlist4 li a .text_content p {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  line-height: 28px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_nlist4 li a .text_content {
    padding: 18px;
  }
  .sy_nlist4 li a .text_content .bt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_nlist4 li {
    width: 31.3333%;
    margin: 0 1%;
  }
  .sy_nlist4 li a .text_content {
    padding: 15px;
  }
  .sy_nlist4 li a .text_content .bt {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .sy_nlist4 li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_nlist4 li {
    width: 98%;
    margin: 0 1% 15px 0;
  }
  .sy_nlist4 li a .text_content {
    padding: 15px;
  }
  .sy_nlist4 li a .text_content .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
  .sy_nlist4 li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}

.sy_enav {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.sy_enav li {
  width: 18%;
  margin: 1%;
}
.sy_enav li a {
  width: 100%;
  display: block;
  padding: 40px 5px;
  text-align: center;
  background-color: #f6f6f8;
  border-radius: 10px;
  height: 320px;
}
.sy_enav li a i {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/index/t_j1.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.sy_enav li a i.i2 {
  background-image: url(../images/index/t_j2.png);
}
.sy_enav li a i.i3 {
  background-image: url(../images/index/t_j3.png);
}
.sy_enav li a i.i4 {
  background-image: url(../images/index/t_j4.png);
}
.sy_enav li a i.i5 {
  background-image: url(../images/index/t_j5.png);
}
.sy_enav li a .pic {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sy_enav li a .pic .svg_small_thin {
  margin-bottom: 0;
}
.sy_enav li a .bt {
  font-size: 22px;
  margin-bottom: 10px;
}
.sy_enav li a p {
  color: #999999;
  font-size: 12px;
}
.sy_enav li a:hover {
  background-color: #ec6f4d;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 10px;
}
.sy_enav li a:hover p {
  color: #fff;
}
.sy_enav li a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy_enav li a {
    height: 290px;
  }
  .sy_enav li a i {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
  }
  .sy_enav li a .bt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .sy_enav li {
    width: 31.3333%;
    margin: 1%;
  }
  .sy_enav li a {
    padding: 30px 5px;
    height: 220px;
  }
  .sy_enav li a i {
    width: 100px;
    height: 100px;
    background-size: auto 70%;
    margin: 0 auto 15px;
  }
  .sy_enav li a .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 760px) {
  .sy_enav li {
    width: 48%;
  }
  .sy_enav li a {
    padding: 20px 5px;
    height: 200px;
  }
  .sy_enav li a i {
    width: 80px;
    height: 80px;
  }
  .sy_enav li a .bt {
    font-size: 15px;
  }
}

.sy7 {
  width: 100%;
  overflow: hidden;
  background-color: #ec6f4d;
  padding: 80px 0;
  color: #fff;
  background-image: url(../images/indexnew/mtbg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sy7 .sy_bt3 p {
  color: #fff;
}
.sy7 .sy_bt3 h2 {
  color: #fff;
}
.sy7 .sy_bt3 h2::before {
  background-color: #f4bb63;
}
.sy7 a.cd_more1::before {
  background-color: #f4bb63;
}
.sy7 a.cd_more1:hover {
  border-color: #f4bb63;
}
.sy7 a.cd_more1:hover i {
  background-color: #f4bb63;
}
.sy7 .x {
  width: 100%;
  background-color: #fff;
  height: 1px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy7 .sy7box {
    width: 100%;
    max-width: 100%;
    left: auto;
    margin-left: 0;
  }
}
.sy_mt_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sy_mt_box .dl {
  flex: 1;
  padding: 40px 0px 0 0;
}
.sy_mt_box .dr {
  width: 678px;
  margin-left: 80px;
  padding: 40px 40px 0 0;
  position: relative;
}
.sy_mt_box .dr::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ec6f4d;
  width: 360px;
  height: 440px;
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 1200px) {
  .sy_mt_box {
    display: block;
  }
  .sy_mt_box .dl {
    padding: 0 0 15px 0;
  }
  .sy_mt_box .dr {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .sy_mt_box .dr::after {
    display: none;
  }
}

.index_News3 {
  position: relative;
  transition: all 0.2s linear;
  border-radius: 10px;
  overflow: hidden;
}
.index_News3:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.index_News3 .swiper-wrapper {
  width: 100%;
}
.index_News3 .swiper-slide {
  width: 100%;
}
.index_News3 .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.index_News3 .swiper-slide a img {
  min-height: 100%;
}
.index_News3 .swiper-slide a .text_content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -60px;
  padding: 0px 25px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
  opacity: 0;
}
.index_News3 .swiper-slide a .text_content .bt {
  font-size: 18px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
}
.index_News3 .swiper-slide a:hover .text_content {
  opacity: 1;
  bottom: 0;
}
.index_News3 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 10px;
  border: 0;
}
.index_News3 .swiper-pagination-bullet-active {
  background-color: #ec6f4d;
}
.index_News3 .swiper-horizontal > .swiper-pagination-bullets,
.index_News3 .swiper-pagination-bullets.swiper-pagination-horizontal,
.index_News3 .swiper-pagination-custom,
.index_News3 .swiper-pagination-fraction,
.index_News3 .pan_news3 {
  bottom: 10px !important;
  position: absolute;
  right: 25px !important;
  left: auto !important;
  width: auto;
  text-align: right !important;
}
.index_News3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
@media only screen and (max-width: 1200px) {
  .index_News3 .swiper-slide a {
    height: calc((100vw / 1 - 30px) / 4 * 2.5);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 2.5);
  }
  .index_News3 .swiper-slide a .text_content {
    padding: 15px;
    margin-bottom: 10px;
  }
  .index_News3 .swiper-slide a .text_content .bt {
    font-size: 14px;
  }
  .index_News3 .swiper-slide a .text_content p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    height: auto !important;
    line-height: 20px;
  }
  .index_News3 .swiper-slide a .text_content .sTime {
    font-size: 12px;
  }
  .index_News3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index_News3 .swiper-horizontal > .swiper-pagination-bullets,
  .index_News3 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .index_News3 .swiper-pagination-custom,
  .index_News3 .swiper-pagination-fraction,
  .index_News3 .pan_news2 {
    bottom: 5px !important;
    right: 0px !important;
    width: 100%;
    text-align: center !important;
  }
  .index_News3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .index_News3 .swiper-button-prev,
  .index_News3 .swiper-button-next {
    display: none;
  }
}

.sy_nlist5 {
  width: 100%;
}
.sy_nlist5 li {
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #e1e1e1;
}
.sy_nlist5 li a {
  width: 100%;
}
.sy_nlist5 li a .bt {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}
.sy_nlist5 li a p {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
}

.ny_top {
  width: 100%;
  position: relative;
}
.ny_top .ny_ban {
  width: 100%;
  height: 580px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ny_top .ny_ban::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.3) 100%);
}
@media only screen and (max-width: 1200px) {
  .ny_top .ny_ban {
    height: 200px;
  }
  .ny_top .ny_ban::before {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .ny_top .ny_ban {
    height: 150px;
  }
}
.ny_top .top_lm {
  width: 100%;
  position: absolute;
  left: 0;
  top: 140px;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.ny_top .top_lm .bt {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.ny_top .top_lm .bt h2 {
  font-size: 58px;
  line-height: 80px;
  position: relative;
  z-index: 1;
  padding-top: 15px;
  font-family: "宋体";
  font-weight: bold;
}
.ny_top .top_lm .bt h2::before {
  content: "";
  height: 3px;
  background-color: #ec6f4d;
  width: 1.5em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.ny_top .top_lm .bt p {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ny_top .top_lm .dqwz {
  color: #fff;
}
.ny_top .top_lm .dqwz .bi {
  margin-right: 10px;
}
.ny_top .top_lm .dqwz a {
  color: #fff;
}
.ny_top .top_lm .dqwz a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ny_top .top_lm .ny_main .bt h2 {
    font-size: 44px;
  }
  .ny_top .top_lm .ny_main .lmnav1 li a {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1200px) {
  .ny_top .top_lm {
    height: 200px;
  }
  .ny_top .top_lm .top_lm_box {
    display: none;
  }
  .ny_top .top_lm .ny_main .lmnr {
    display: none;
  }
  .ny_top .top_lm .ny_main .lmnav1 {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .ny_top .top_lm {
    height: 150px;
  }
}
.ny_top .lmnav1 {
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.ny_top .lmnav1 .ny_main {
  width: 96%;
}
.ny_top .lmnav1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0;
}
.ny_top .lmnav1 ul li {
  margin: 5px 5px;
}
.ny_top .lmnav1 ul li a {
  line-height: 45px;
  font-size: 20px;
  padding: 0 22px;
  display: inline-block;
  border-radius: 45px;
}
.ny_top .lmnav1 ul li a.active, .ny_top .lmnav1 ul li a:hover {
  color: #fff;
  background-color: #ec6f4d;
}

.ny_box {
  width: 100%;
  padding: 70px 0 80px 0;
  min-height: 500px;
}
.ny_box.bg_ab {
  background-image: url(../images/ab/abbg.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.ny_box.ny_bg1 {
  background-image: url(../images/indexnew/abbg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
@media only screen and (max-width: 1200px) {
  .ny_box {
    min-height: 300px;
    min-height: 300px;
    padding: 20px 0;
  }
}

.ab1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ab1 .dl {
  width: 46%;
}
.ab1 .dl .bt {
  color: #ec6f4d;
}
.ab1 .dl .bt h2 {
  font-size: 32px;
  margin-bottom: 5px;
}
.ab1 .dl .bt p {
  font-size: 13.5px;
  text-transform: uppercase;
}
.ab1 .dr {
  width: 50%;
}
.ab1 .dr .img_content {
  border-radius: 10px;
}

.jj_carousel {
  width: 100%;
  position: relative;
}
.jj_carousel .swiper-container {
  overflow: hidden;
}
.jj_carousel .swiper-container .swiper-slide {
  padding: 10px 0;
}
.jj_carousel .swiper-container .swiper-slide a {
  display: flex;
  position: relative;
  width: 100%;
  text-align: center;
  height: 180px;
  background-color: #ffcdcd;
  font-size: 16px;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background-image: url(../images/ab/x1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 10px;
}
.jj_carousel .swiper-container .swiper-slide a .ms {
  color: #000;
}
.jj_carousel .swiper-container .swiper-slide a .bt {
  color: #fc8585;
}
.jj_carousel .swiper-container .swiper-slide a .bt b {
  font-size: 58px;
  font-weight: bold;
  font-family: "宋体";
}
.jj_carousel .swiper-container .swiper-slide a.a2 {
  background-color: #b0e7f9;
  background-image: url(../images/ab/x2.png);
}
.jj_carousel .swiper-container .swiper-slide a.a2 .bt {
  color: #fab369;
}
.jj_carousel .swiper-container .swiper-slide a.a3 {
  background-color: #b0e7f9;
  background-image: url(../images/ab/x3.png);
}
.jj_carousel .swiper-container .swiper-slide a.a3 .bt {
  color: #3ac7f5;
}
.jj_carousel .swiper-container .swiper-slide a.a4 {
  background-color: #fff0ee;
  background-image: url(../images/ab/x4.png);
}
.jj_carousel .swiper-container .swiper-slide a.a4 .bt {
  color: #ff9081;
}
@media only screen and (min-width: 1440px) {
  .jj_carousel .swiper-container .swiper-slide a:hover {
    margin-top: -10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  }
}
.jj_carousel .swiper-button-prev,
.jj_carousel .swiper-button-next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border-radius: 0%;
  font-size: 0px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/ab/jt.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s linear;
}
.jj_carousel .swiper-button-prev:hover,
.jj_carousel .swiper-button-next:hover {
  margin-top: -30px;
}
.jj_carousel .swiper-button-prev::after,
.jj_carousel .swiper-button-next::after {
  display: none !important;
}
.jj_carousel .swiper-button-prev {
  left: -75px;
}
.jj_carousel .swiper-button-next {
  right: -75px;
  transform: rotate(180deg);
}
.jj_carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 12px;
}
@media only screen and (max-width: 1200px) {
  .jj_carousel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.jj_carousel .swiper-pagination-bullet-active {
  width: 40px;
}
.jj_carousel .pan-doctor {
  bottom: -45px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}
.jj_carousel .pan-doctor span {
  margin: 0 5px;
}
@media only screen and (max-width: 1200px) {
  .jj_carousel .swiper-container .swiper-slide {
    padding: 0;
  }
  .jj_carousel .swiper-container .swiper-slide a {
    height: 100px;
    font-size: 13px;
    border-radius: 10px;
  }
  .jj_carousel .swiper-container .swiper-slide a .bt b {
    font-size: 24px;
  }
  .jj_carousel .swiper-button-prev,
  .jj_carousel .swiper-button-next {
    display: none !important;
  }
  .jj_carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 1200px) {
  .jj_carousel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .jj_carousel .pan-doctor {
    bottom: -40px;
    display: none !important;
  }
}

.lmnav2 {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .lmnav2 {
    display: none !important;
  }
}
.lmnav2 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lmnav2 ul li {
  margin: 10px 25px;
  vertical-align: top;
}
.lmnav2 ul li a {
  display: block;
  font-size: 24px;
  line-height: 40px;
  padding: 10px 20px;
  background-color: #feedd2;
  border-radius: 5px;
  min-width: 200px;
}
.lmnav2 ul li a.active, .lmnav2 ul li a:hover {
  background-color: #f4bb63;
  color: #fff;
}
.lmnav2 ul li a:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.ysfc_box {
  width: 100%;
}
.ysfc_box .dl {
  width: 65%;
  float: left;
}
.ysfc_box .dl .bt {
  font-weight: bold;
  color: #ec6f4d;
  font-size: 32px;
}
.ysfc_box .dr {
  width: 30%;
  float: right;
  margin-top: 30px;
}
@media only screen and (max-width: 760px) {
  .ysfc_box .dl {
    width: 100%;
  }
  .ysfc_box .dr {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .ysfc_box .dr img {
    max-width: 60%;
  }
}

.yywh_box {
  width: 100%;
}
.yywh_box .ul1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.yywh_box .ul1 li {
  background-color: #ec7150;
  height: 260px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.yywh_box .ul1 li:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
}
.yywh_box .ul1 li:nth-of-type(2) {
  background-color: #8fc9d8;
}
.yywh_box .ul1 li:nth-of-type(3) {
  background-color: #f3ccc5;
  color: #ec7150;
}
.yywh_box .ul1 li a {
  display: block;
  text-align: center;
}
.yywh_box .ul1 li .bt {
  margin-bottom: 20px;
  font-weight: bold;
}
.yywh_box .ul1 li i {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-image: url(../images/wh/a1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 15px;
}
.yywh_box .ul1 li i.i2 {
  background-image: url(../images/wh/a2.png);
}
.yywh_box .ul1 li i.i3 {
  background-image: url(../images/wh/a3.png);
}
.yywh_box .ul1 li + li {
  margin-left: 25px;
}
@media only screen and (max-width: 1200px) {
  .yywh_box .ul1 li {
    height: 160px;
    font-size: 13px;
    padding: 15px;
  }
  .yywh_box .ul1 li .bt {
    margin-bottom: 10px;
  }
  .yywh_box .ul1 li i {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
  }
  .yywh_box .ul1 li + li {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .yywh_box .ul1 {
    display: block;
  }
  .yywh_box .ul1 li {
    height: auto;
  }
  .yywh_box .ul1 li + li {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.yywh_box .nr_box {
  width: 100%;
  position: relative;
}
.yywh_box .nr_box .bt {
  background-image: url(../images/wh/btbg.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  color: #fff;
  padding-left: 40px;
}
.yywh_box .nr_box .nr {
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.yywh_box .nr_box .nr i {
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #ec7150;
  left: 0;
  top: 0;
  z-index: 1;
}
.yywh_box .nr_box .nr i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #b0e7f8;
  left: 0;
  bottom: 0;
}
.yywh_box .nr_box .nr .wh_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.yywh_box .nr_box .nr .wh_box .img_content {
  width: 310px;
  margin-right: 50px;
}
.yywh_box .nr_box .nr .wh_box .text_content {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .yywh_box .nr_box .bt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 20px;
  }
  .yywh_box .nr_box .nr {
    padding: 20px;
  }
  .yywh_box .nr_box .nr .wh_box .img_content {
    width: 150px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .yywh_box .nr_box .nr .wh_box {
    display: block;
  }
  .yywh_box .nr_box .nr .wh_box .img_content {
    width: 150px;
    margin: 0 auto 15px auto;
  }
}

.etyy_lxwm {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 350px;
}
.etyy_lxwm .lx_lb p.p1::before {
  background-image: url(../images/index/f1_d.png);
}
.etyy_lxwm .lx_lb p.p2::before {
  background-image: url(../images/index/f2_d.png);
}
.etyy_lxwm .lx_lb p.p4::before {
  background-image: url(../images/index/f3_d.png);
}
.etyy_lxwm .lx_lb p.p3::before {
  background-image: url(../images/index/f4_d.png);
}
.etyy_lxwm .lx_lb p.p6::before {
  background-image: url(../images/index/f6_d.png);
  background-size: auto 17px;
}
.etyy_lxwm .item {
  width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.2s linear;
}
.etyy_lxwm .item:hover {
  z-index: 3 !important;
}
.etyy_lxwm .item .text_content {
  height: 100%;
  background-image: url(../images/index/lx1bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
}
.etyy_lxwm .item .text_content .bt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.etyy_lxwm .item .text_content.lx_lb p + p {
  margin-top: 15px;
}
.etyy_lxwm .item .img_content {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  right: -7%;
  top: 0;
}
@media only screen and (min-width: 1200px) {
  .etyy_lxwm .item:nth-of-type(2) {
    z-index: 1;
  }
  .etyy_lxwm .item:nth-of-type(2) .img_content {
    right: auto;
    left: -7%;
  }
  .etyy_lxwm .item:nth-of-type(2) .text_content {
    height: 100%;
    background-image: url(../images/index/lx2bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .etyy_lxwm {
    display: block;
    min-height: inherit;
  }
  .etyy_lxwm .item + .item {
    margin-top: 20px;
  }
  .etyy_lxwm .item .text_content {
    background-image: none;
  }
  .etyy_lxwm .item .text_content .bt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .etyy_lxwm .item .text_content.lx_lb p + p {
    margin-top: 10px;
  }
  .etyy_lxwm .item .img_content {
    display: none;
  }
}

.pg {
  width: 100%;
  overflow: hidden;
}
.pg img {
  width: 1920px;
  max-width: 1920px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.meau_box {
  left: 0%;
  height: 100%;
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 888;
  background-color: rgba(236, 111, 77, 0.95);
  padding: 30px 50px;
  display: none;
}
.meau_box.open {
  opacity: 1;
}
.meau_box .meau_box_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 102px;
  margin-bottom: 40px;
  padding: 0 0%;
}
.meau_box .meau_box_top .logo {
  width: 445px;
  height: 93px;
  background-position: left center;
  background-image: url(../images/indexnew/logo_w.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.meau_box .meau_box_top .top_r_box1 {
  display: flex;
  justify-content: right;
  flex: 1;
  margin-bottom: 5px;
}
.meau_box .meau_box_top .top_r_box1 a.cdSearch,
.meau_box .meau_box_top .top_r_box1 a.cdOa {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/index/t_ss.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: 20px;
}
.meau_box .meau_box_top .top_r_box1 a.cdOa {
  background-image: url(../images/index/t_oa.png);
  background-color: #c89983;
}
@media only screen and (max-width: 1200px) {
  .meau_box .meau_box_top {
    display: none;
  }
}
.meau_box a.nav_close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
}
.meau_box a.nav_close:hover {
  background-color: #ffa202;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1200px) {
  .meau_box a.nav_close {
    right: 15px;
    top: 15px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.meau_box .meau_box_bottom {
  width: 100%;
  height: calc(100% - 130px);
  overflow-y: auto;
}
.meau_box .meau_box_bottom ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.meau_box .meau_box_bottom ul li {
  width: 100%;
}
.meau_box .meau_box_bottom ul li a {
  text-align: left;
  display: inline-block;
  padding: 0 5px;
}
.meau_box .meau_box_bottom ul li a.dbt {
  font-size: 24px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.meau_box .meau_box_bottom ul li a.dbt::after {
  content: "";
  width: 0%;
  position: absolute;
  height: 3px;
  left: 50%;
  background-color: #fff;
  bottom: -5px;
  transform: translateX(-50%);
}
.meau_box .meau_box_bottom ul li a.dbt:hover::after {
  width: 4em;
}
.meau_box .meau_box_bottom ul li a.dbt + dl {
  margin-top: 20px;
}
.meau_box .meau_box_bottom ul li dl {
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 40px;
}
.meau_box .meau_box_bottom ul li dl a {
  font-size: 18px;
  text-align: left;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
  border-radius: 5px;
}
.meau_box .meau_box_bottom ul li dl a:hover {
  color: white;
  background-color: #ffa202;
}
@media only screen and (max-width: 1200px) {
  .meau_box .meau_box_bottom {
    height: auto;
  }
  .meau_box .meau_box_bottom ul {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 0;
  }
  .meau_box .meau_box_bottom ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding: 10px 0;
  }
  .meau_box .meau_box_bottom ul li a.dbt {
    font-size: 16px;
  }
  .meau_box .meau_box_bottom ul li a.dbt + dl {
    margin-top: 0px;
  }
  .meau_box .meau_box_bottom ul li dl {
    line-height: 24px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
  }
  .meau_box .meau_box_bottom ul li dl dd {
    width: 50%;
  }
  .meau_box .meau_box_bottom ul li dl a {
    font-size: 14px;
  }
}
.meau_box .meau_box_bottom .d_ewm {
  width: 450px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}
.meau_box .meau_box_bottom .d_ewm .ditem {
  width: 100%;
  text-align: center;
}
.meau_box .meau_box_bottom .d_ewm .ditem + .ditem {
  margin-left: 40px;
}
.meau_box .meau_box_bottom .d_ewm .ditem img {
  margin-bottom: 10px;
  height: 120px;
}
@media only screen and (max-width: 1200px) {
  .meau_box .meau_box_bottom .d_ewm {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .meau_box {
    padding: 15px;
    overflow-y: auto;
  }
}

.nav_mobbt {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #ec6f4d;
  font-size: 15px;
  width: 100%;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav_mobbt a {
  width: 100%;
  height: 40px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #fff;
}
.nav_mobbt a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 0px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z' clip-rule='evenodd' fill='%23ffffff'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 22px;
}
.nav_mobbt a.on:before {
  transform: rotate(180deg);
}

.nav_list {
  display: none;
  top: 100%;
  background-color: #ffffff;
  width: 100%;
}
.nav_list > li {
  border-bottom: solid 1px #e9e9e9;
}
.nav_list li {
  display: block;
  margin: 0;
  font-size: 14px;
  width: 100%;
}
.nav_list li a {
  line-height: 1.6;
  height: auto;
  padding: 8px 3%;
  text-align: left;
  width: 100%;
  color: #333;
  display: block;
}
.nav_list li ul {
  padding-left: 1em;
  display: block;
}

.nblist {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.nblist li {
  width: 23%;
  margin: 1%;
  vertical-align: top;
}
.nblist li a {
  display: block;
  width: 100%;
  text-align: center;
}
.nblist li a .img_content {
  position: relative;
  padding-top: 135%;
  overflow: hidden;
  transition: all 0.2s linear;
}
.nblist li a .img_content img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.nblist li a .text_content {
  height: 60px;
  position: relative;
}
.nblist li a .text_content::after, .nblist li a .text_content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #f4bb63;
  bottom: 0;
  left: 0;
}
.nblist li a .text_content::before {
  background-color: #ec6f4d;
  z-index: 1;
  width: 20%;
}
.nblist li a .text_content .pbt {
  font-size: 20px;
  line-height: 58px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nblist li a:hover .text_content::before {
  width: 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .nblist li a .text_content .pbt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .nblist li {
    width: 31.3333%;
  }
  .nblist li a .text_content::after, .nblist li a .text_content::before {
    height: 2px;
  }
  .nblist li a .text_content .pbt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .nblist li {
    width: 48%;
  }
  .nblist li a .text_content {
    height: 40px;
  }
  .nblist li a .text_content .pbt {
    line-height: 38px;
    font-size: 14px;
  }
}

.ny_bt {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #e1e1e1;
  text-transform: uppercase;
}
.ny_bt .sbt {
  font-size: 38px;
  font-weight: bold;
}
.ny_bt .sen {
  font-size: 20px;
  background-image: url(../images/btx.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-left: 5px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ny_bt {
    padding-bottom: 15px;
  }
  .ny_bt .sbt {
    font-size: 34px;
  }
  .ny_bt .sen {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .ny_bt {
    display: none;
  }
}

.newslist {
  width: 100%;
}
.newslist li {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: solid 1px #e1e1e1;
}
.newslist li + li {
  padding-top: 40px;
}
.newslist li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.newslist li a .img_content {
  width: 400px;
  height: 250px;
  margin-right: 40px;
  border-radius: 10px;
}
.newslist li a .img_content img {
  min-height: 100%;
}
.newslist li a .sTime {
  background-image: url(../images/sjbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  margin-top: 30px;
  width: 72px;
  height: 75px;
  padding-top: 5px;
  text-align: center;
  margin-right: 40px;
}
.newslist li a .sTime p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.newslist li a .sTime b {
  display: block;
  line-height: 45px;
  font-size: 36px;
  color: #212121;
}
.newslist li a .text_content {
  flex: 1;
  margin-top: 30px;
}
.newslist li a .text_content .bt {
  font-weight: bold;
  margin-bottom: 20px;
}
.newslist li a .text_content p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
  margin-bottom: 30px;
}
.newslist li a .text_content .sMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #9f9f9f;
  padding-top: 2px;
}
.newslist li a .text_content .sMore .bi {
  font-size: 21px;
  color: #505050;
}
.newslist li a .text_content .sMore:hover .bi {
  color: #fff;
}
.newslist li a .text_content .sMore:hover {
  background-color: #ec6f4d;
  border-color: #ec6f4d;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .newslist li {
    padding-bottom: 35px;
  }
  .newslist li + li {
    padding-top: 35px;
  }
  .newslist li a .img_content {
    width: 360px;
    height: 225px;
    margin-right: 35px;
  }
  .newslist li a .sTime {
    margin-right: 35px;
  }
  .newslist li a .sTime b {
    font-size: 32px;
  }
  .newslist li a .text_content p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .newslist li {
    padding-bottom: 20px;
  }
  .newslist li + li {
    padding-top: 20px;
  }
  .newslist li a .img_content {
    width: 300px;
    height: 187px;
    margin-right: 30px;
  }
  .newslist li a .sTime {
    margin-top: 20px;
    margin-right: 30px;
  }
  .newslist li a .sTime p {
    font-size: 12px;
  }
  .newslist li a .text_content {
    margin-top: 20px;
  }
  .newslist li a .text_content .bt {
    margin-bottom: 10px;
  }
  .newslist li a .text_content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .newslist li a .text_content .sMore {
    width: 30px;
    height: 30px;
  }
  .newslist li a .text_content .sMore .bi {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .newslist li {
    padding-bottom: 15px;
  }
  .newslist li + li {
    padding-top: 15px;
  }
  .newslist li a {
    display: block;
  }
  .newslist li a .img_content {
    width: 100%;
    height: calc((100vw / 1 - 30px) / 400 * 250);
    height: -webkit-calc((100vw / 1 - 30px) / 400 * 250);
    margin-right: 0px;
  }
  .newslist li a .sTime {
    margin-top: 15px;
    margin-right: 0px;
    height: auto;
    background-image: none;
    display: flex;
  }
  .newslist li a .sTime p {
    font-size: 13px;
    color: #212121;
    line-height: 24px;
  }
  .newslist li a .sTime b {
    font-size: 13px;
    display: inline-block;
    line-height: 24px;
  }
  .newslist li a .sTime b::before {
    content: ".";
  }
  .newslist li a .text_content {
    margin-top: 10px;
  }
  .newslist li a .text_content .bt {
    margin-bottom: 10px;
  }
  .newslist li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
}

.yygh_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yygh_box .yygh_dl {
  width: 288px;
  margin-right: 55px;
}
.yygh_box .yygh_dl .bt {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/jy/bg1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 237px;
  background-color: #fed7d7;
}
.yygh_box .yygh_dl .nr {
  font-size: 16px;
  background-image: url(../images/jy/bg2.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.yygh_box .yygh_dr {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .yygh_box {
    display: block;
  }
  .yygh_box .yygh_dl {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .yygh_box .yygh_dl .bt {
    font-size: 18px;
    height: 80px;
  }
  .yygh_box .yygh_dl .nr {
    font-size: 14px;
  }
  .yygh_box .yygh_dr {
    width: 100%;
  }
}

.dhyy {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dhyy .ditem {
  width: 100%;
  background-color: #fed7d7;
  padding: 25px;
  border-radius: 10px;
}
.dhyy .ditem:nth-of-type(2) {
  background-color: #d7eefe;
}
.dhyy .ditem:nth-of-type(3) {
  background-color: #fef3d7;
}
.dhyy .ditem p.p_tel, .dhyy .ditem p.p_sj {
  position: relative;
  padding-left: 30px;
  line-height: 35px;
}
.dhyy .ditem p.p_tel::before, .dhyy .ditem p.p_sj::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../images/jy/tel.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.dhyy .ditem p.p_sj::before {
  background-image: url(../images/jy/sj.png);
}
.dhyy .ditem + .ditem {
  margin-left: 4%;
}
@media only screen and (max-width: 1200px) {
  .dhyy {
    display: block;
  }
  .dhyy .ditem {
    padding: 20px;
  }
  .dhyy .ditem + .ditem {
    margin-left: 0%;
    margin-top: 15px;
  }
}

.tzgglist {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.tzgglist li {
  width: 48%;
  vertical-align: top;
  margin: 1%;
}
.tzgglist li a {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #f9f9f9;
  height: 115px;
  border-radius: 10px;
  overflow: hidden;
}
.tzgglist li a .sTime {
  width: 125px;
  text-align: right;
  padding: 0px 15px 0 0;
  background-color: #fbf0dc;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  font-size: 16px;
}
.tzgglist li a .sTime span {
  display: block;
}
.tzgglist li a .sTime span.smd {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 5px;
}
.tzgglist li a .bt {
  flex: 1;
  padding: 10px 30px;
}
.tzgglist li a .bt p {
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 70px;
  height: auto !important;
  line-height: 35px;
}
.tzgglist li a:hover {
  background-color: #ec6f4d;
  color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.tzgglist li a:hover .sTime {
  background-color: #ffba6e;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .tzgglist li a {
    height: 110px;
  }
  .tzgglist li a .sTime {
    width: 120px;
    padding: 0px 15px 0 0;
    font-size: 15px;
  }
  .tzgglist li a .sTime span.smd {
    font-size: 32px;
    line-height: 35px;
  }
  .tzgglist li a .bt p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 64px;
    height: auto !important;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .tzgglist {
    display: block;
    width: 100%;
    margin-left: auto;
  }
  .tzgglist li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .tzgglist li a {
    height: 80px;
  }
  .tzgglist li a .sTime {
    width: 80px;
    padding: 0px 12px 0 0;
    font-size: 13px;
  }
  .tzgglist li a .sTime span.smd {
    font-size: 20px;
    line-height: 24px;
  }
  .tzgglist li a .bt {
    padding: 5px 15px;
  }
  .tzgglist li a .bt p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}

.tzgglist2 {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.tzgglist2 li {
  width: 48%;
  vertical-align: top;
  margin: 1%;
}
.tzgglist2 li a {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #fff;
  height: 115px;
  overflow: hidden;
}
.tzgglist2 li a .sTime {
  width: 125px;
  text-align: right;
  padding: 0px 15px 0 0;
  background-color: #ec6f4d;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  font-size: 16px;
}
.tzgglist2 li a .sTime span {
  display: block;
}
.tzgglist2 li a .sTime span.smd {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 5px;
}
.tzgglist2 li a .bt {
  flex: 1;
  padding: 10px 30px;
}
.tzgglist2 li a .bt p {
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 70px;
  height: auto !important;
  line-height: 35px;
}
.tzgglist2 li a:hover {
  background-color: #ec6f4d;
  color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.tzgglist2 li a:hover .sTime {
  background-color: #ffba6e;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .tzgglist2 li a {
    height: 110px;
  }
  .tzgglist2 li a .sTime {
    width: 120px;
    padding: 0px 15px 0 0;
    font-size: 15px;
  }
  .tzgglist2 li a .sTime span.smd {
    font-size: 32px;
    line-height: 35px;
  }
  .tzgglist2 li a .bt p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 64px;
    height: auto !important;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .tzgglist2 {
    display: block;
    width: 100%;
    margin-left: auto;
  }
  .tzgglist2 li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .tzgglist2 li a {
    height: 80px;
  }
  .tzgglist2 li a .sTime {
    width: 80px;
    padding: 0px 12px 0 0;
    font-size: 13px;
  }
  .tzgglist2 li a .sTime span.smd {
    font-size: 20px;
    line-height: 24px;
  }
  .tzgglist2 li a .bt {
    padding: 5px 15px;
  }
  .tzgglist2 li a .bt p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}

.datatitlelist {
  width: 100%;
}
.datatitlelist li {
  width: 100%;
  padding: 35px 0;
  border-bottom: solid 1px #e1e1e1;
}
.datatitlelist li a {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.datatitlelist li a .sTime {
  background-image: url(../images/sjbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  width: 72px;
  height: 75px;
  padding-top: 5px;
  text-align: center;
  margin-right: 30px;
}
.datatitlelist li a .sTime p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.datatitlelist li a .sTime b {
  display: block;
  line-height: 45px;
  font-size: 36px;
  color: #212121;
}
.datatitlelist li a .bt {
  flex: 1;
  padding-left: 30px;
  position: relative;
}
.datatitlelist li a .bt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 75px;
  background-color: #e1e1e1;
}
.datatitlelist li a .bt p {
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 70px;
  height: auto !important;
  line-height: 35px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .datatitlelist li a .sTime b {
    font-size: 32px;
  }
  .datatitlelist li a .bt p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 64px;
    height: auto !important;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .datatitlelist li {
    width: 100%;
    padding: 15px 0;
  }
  .datatitlelist li a .sTime {
    margin-right: 15px;
  }
  .datatitlelist li a .sTime p {
    font-size: 12px;
  }
  .datatitlelist li a .sTime b {
    font-size: 30px;
  }
  .datatitlelist li a .bt {
    padding-left: 0px;
  }
  .datatitlelist li a .bt::before {
    display: none;
  }
  .datatitlelist li a .bt p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: auto !important;
    line-height: 24px;
  }
}

#modal_pt {
  padding-right: 0 !important;
}
@media only screen and (max-width: 1200px) {
  #modal_pt .modal-dialog-centered {
    min-height: inherit;
  }
  #modal_pt .modal-dialog-scrollable {
    max-height: inherit;
  }
  #modal_pt .modal-dialog {
    margin: 0;
  }
}
#modal_pt .modal-dialog {
  max-width: 1180px;
}
#modal_pt .modal-dialog .modal-content {
  border: 0;
  height: 600px;
  border-radius: 0px;
  overflow: inherit;
}
#modal_pt .modal-dialog .modal-content .dbt {
  background-image: url(../images/btbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 195px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding-right: 10px;
  left: 0;
  top: -48px;
  position: absolute;
}
#modal_pt .modal-dialog .modal-content .modal-body {
  padding: 50px 50px 50px 295px;
  position: relative;
  overflow: hidden;
}
#modal_pt .modal-dialog .modal-content .modal-body .btn {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  background-image: url(../images/close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 32px;
  height: 32px;
  right: 30px;
  top: 35px;
  outline: 0;
}
#modal_pt .modal-dialog .modal-content .modal-body .btn:hover {
  background-image: url(../images/close_on.png);
}
#modal_pt .modal-dialog .modal-content .modal-body .img_content {
  width: 195px;
  position: absolute;
  left: 50px;
  top: 50px;
  overflow: hidden;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .btl #d_name {
  font-size: 30px;
  font-weight: bold;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .btl .b_zc {
  font-size: 18px;
  margin-left: 20px;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb {
  font-size: 16px;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb span {
  padding-left: 30px;
  color: #666;
  position: relative;
  line-height: 22px;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb span + span {
  margin-left: 20px;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb span::before {
  content: "";
  background-image: url(../images/t_ld_tel.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb span.pmail::before {
  background-image: url(../images/t_ld_mail.png);
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content {
  height: 380px;
  overflow-y: auto;
  padding-right: 20px;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content #d_zc,
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content p {
  text-indent: 2em !important;
}
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content #d_zc,
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content p,
#modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content span {
  font-size: 16px !important;
  line-height: 30px !important;
}
#modal_pt .modal-dialog .modal-content .modal-body .btn {
  border-radius: 8px;
}
@media only screen and (max-width: 1200px) {
  #modal_pt .modal-dialog .modal-content {
    height: 100%;
  }
  #modal_pt .modal-dialog .modal-content .modal-body {
    padding: 30px 30px 30px 250px;
    position: relative;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .btn {
    right: 20px;
    top: 20px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .img_content {
    width: 180px;
    position: absolute;
    left: 30px;
    top: 30px;
    height: 295px;
    overflow: hidden;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .btl #d_name {
    font-size: 20px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .btl .b_zc {
    font-size: 16px;
    margin-left: 15px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb {
    font-size: 14px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb span {
    padding-left: 25px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb span + span {
    margin-left: 15px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content {
    padding-right: 10px;
    height: calc(100vh - 160px);
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content #d_zc,
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content p,
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content span {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
@media only screen and (max-width: 760px) {
  #modal_pt .modal-dialog .modal-content .modal-body {
    padding: 20px;
    overflow-y: auto;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .btn {
    position: fixed;
    right: 20px;
    top: 20px;
    background-color: #fff;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .img_content {
    width: 180px;
    position: inherit;
    right: auto;
    top: auto;
    left: 0px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt {
    display: block;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .btl #d_name {
    font-size: 18px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .btl .b_zc {
    font-size: 14px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .bt .nrlb {
    font-size: 14px;
  }
  #modal_pt .modal-dialog .modal-content .modal-body .text_content .info_content {
    padding-right: 0px;
    height: auto;
  }
}

.dep_channel_box {
  margin-top: -20px;
}
@media only screen and (max-width: 1200px) {
  .dep_channel_box {
    margin-top: 0px;
  }
}
.dep_channel_box .item {
  margin-bottom: 30px;
}
.dep_channel_box .item .dep_fbt {
  height: 60px;
  border-bottom: solid 1px #e5e5e5;
}
.dep_channel_box .item .dep_fbt .bt {
  height: 60px;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.dep_channel_box .item .dep_fbt .bt img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #eb6f4d;
}
.dep_channel_box .item .dep_fbt .bt::before {
  display: none;
}
.dep_channel_box .item .dep_flist {
  width: 101.6%;
  float: left;
  margin-left: -0.8%;
}
.dep_channel_box .item .dep_flist li {
  width: 18.4%;
  float: left;
  margin: 0.8%;
}
.dep_channel_box .item .dep_flist li a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  justify-content: space-between;
  background-color: #f6f6f8;
  border-radius: 10px;
  overflow: hidden;
}
.dep_channel_box .item .dep_flist li a .tb {
  width: 70px;
  text-align: center;
  border-right: dashed 1.5px #e1e1e1;
  margin-right: 15px;
}
.dep_channel_box .item .dep_flist li a .tb img {
  background-color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.dep_channel_box .item .dep_flist li a .bt {
  flex: 1;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dep_channel_box .item .dep_flist li a:hover {
  background-color: #eb6f4d;
  color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}
.dep_channel_box .item .dep_flist li a:hover .tb {
  border-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .dep_channel_box .item .dep_fbt .bt {
    font-size: 25px;
  }
  .dep_channel_box .item .dep_flist li {
    width: 23.4%;
  }
  .dep_channel_box .item .dep_flist li a {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .dep_channel_box .item .dep_fbt {
    height: 40px;
  }
  .dep_channel_box .item .dep_fbt .bt {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  .dep_channel_box .item .dep_fbt .bt img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
  }
  .dep_channel_box .item .dep_flist {
    margin-bottom: 0px;
    width: 101%;
    margin-left: -0.5%;
  }
  .dep_channel_box .item .dep_flist li {
    width: 32.3333%;
    margin: 0.5%;
  }
  .dep_channel_box .item .dep_flist li a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
  }
  .dep_channel_box .item .dep_flist li a .tb {
    width: 50px;
    margin-right: 10px;
  }
  .dep_channel_box .item .dep_flist li a .tb img {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 760px) {
  .dep_channel_box .item .dep_flist li {
    width: 48%;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 550px) {
  .dep_channel_box .item .dep_flist li {
    width: 98%;
  }
}

.ky_sy1 {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .ky_sy1 {
    padding: 20px 0;
  }
}
.ky_sy1 .kybox1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ky_sy1 .kybox1 .dl {
  width: 60%;
}
.ky_sy1 .kybox1 .dl .sy_bt1 {
  padding-right: 9%;
}
.ky_sy1 .kybox1 .dl .kyxw_box {
  width: 100%;
  padding-right: 9%;
  padding-left: 17%;
  background-color: #f6f6f9;
  padding-bottom: 40px;
  position: relative;
}
.ky_sy1 .kybox1 .dl .kyxw_box::after {
  background-color: #f6f6f9;
  content: "";
  width: 5000px;
  top: 0;
  bottom: 0;
  right: 100%;
  position: absolute;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top {
  width: 100%;
  position: relative;
  top: -25px;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top a {
  display: block;
  font-size: 16px;
  width: 100%;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .img_content {
  max-height: 380px;
  overflow: hidden;
  border-radius: 10px;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content {
  padding: 20px 0;
  border-bottom: solid 1px #c4c4c6;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .sTime {
  position: absolute;
  width: 100px;
  left: -135px;
  top: 40px;
  color: #ec6f4d;
  text-align: right;
  font-weight: bold;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .sTime b {
  font-size: 36px;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .sTime b::after {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #ec6f4d;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .bt {
  font-weight: bold;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 15px;
  font-size: 22px;
}
.ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content p {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
}
.ky_sy1 .kybox1 .dr {
  width: 40%;
}
.ky_sy1 .kybox1 .dr .drbox {
  width: 100%;
  position: relative;
  padding: 30px 50px 35px 30px;
  margin-top: -15px;
}
.ky_sy1 .kybox1 .dr .drbox::before, .ky_sy1 .kybox1 .dr .drbox::after {
  background-color: #94c8e0;
  position: absolute;
  content: "";
  left: 160px;
  right: 0;
  top: 0;
  height: 15px;
  border-radius: 10px 10px 0 0;
}
.ky_sy1 .kybox1 .dr .drbox::after {
  width: 15px;
  height: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top {
    top: -20px;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .sTime {
    width: 100px;
    left: -125px;
    top: 40px;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .sTime b {
    font-size: 32px;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .bt {
    font-size: 20px;
  }
  .ky_sy1 .kybox1 .dr .drbox {
    padding: 20px 40px 30px 30px;
  }
  .ky_sy1 .kybox1 .dr .drbox::before, .ky_sy1 .kybox1 .dr .drbox::after {
    height: 12px;
  }
  .ky_sy1 .kybox1 .dr .drbox::after {
    width: 12px;
    height: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .ky_sy1 .kybox1 {
    display: block;
  }
  .ky_sy1 .kybox1 .dl {
    width: 100%;
    margin-bottom: 15px;
  }
  .ky_sy1 .kybox1 .dl .sy_bt1 {
    padding-right: 0%;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box {
    padding-right: 0%;
    padding-left: 0%;
    background-color: #fff;
    padding-bottom: 0px;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box::after {
    display: none;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top {
    top: auto;
    margin-bottom: 15px;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top a {
    font-size: 13px;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .img_content {
    max-height: inherit;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content {
    padding: 15px 0;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .sTime {
    display: none;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content .bt {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .ky_sy1 .kybox1 .dl .kyxw_box .ky_news_top .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
  .ky_sy1 .kybox1 .dr {
    width: 100%;
  }
  .ky_sy1 .kybox1 .dr .drbox {
    width: 100%;
    padding: 0px;
    margin-top: 0;
  }
  .ky_sy1 .kybox1 .dr .drbox::before, .ky_sy1 .kybox1 .dr .drbox::after {
    display: none;
  }
  .ky_sy1 .kybox1 .dr .drbox::after {
    width: 15px;
    height: 100%;
    left: auto;
    right: 0;
    border-radius: 0px 0px 10px 0;
  }
}

.kylist1 {
  width: 100%;
}
.kylist1 li + li {
  margin-top: 10px;
}
.kylist1 li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 30px;
}
.kylist1 li a .bt {
  flex: 1;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kylist1 li a .bt::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e1e1e1;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.kylist1 li a .sTime {
  color: #999899;
  margin-left: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .kylist1 li + li {
    margin-top: 5px;
  }
  .kylist1 li a {
    font-size: 14px;
    line-height: 24px;
  }
  .kylist1 li a .bt::before {
    width: 4px;
    height: 4px;
    margin-right: 6px;
  }
  .kylist1 li a .sTime {
    margin-left: 20px;
    font-size: 13px;
  }
}

.kylist2 {
  width: 100%;
}
.kylist2 li {
  width: 100%;
  padding: 25px 0;
  border-bottom: solid 1px #e1e1e1;
}
.kylist2 li a {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.kylist2 li a .sTime {
  background-image: url(../images/sjbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  width: 72px;
  height: 75px;
  padding-top: 5px;
  text-align: center;
  margin-right: 30px;
}
.kylist2 li a .sTime p {
  font-size: 13px;
  color: #fff;
  line-height: 24px;
}
.kylist2 li a .sTime b {
  display: block;
  line-height: 45px;
  font-size: 32px;
  color: #ec7959;
}
.kylist2 li a .bt {
  flex: 1;
  position: relative;
}
.kylist2 li a .bt p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .kylist2 li a .sTime {
    margin-right: 25px;
  }
  .kylist2 li a .sTime b {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .kylist2 li {
    width: 100%;
    padding: 15px 0;
  }
  .kylist2 li a .sTime {
    margin-right: 15px;
  }
  .kylist2 li a .sTime p {
    font-size: 12px;
  }
  .kylist2 li a .sTime b {
    font-size: 30px;
  }
  .kylist2 li a .bt p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: auto !important;
    line-height: 24px;
  }
}

.ky_sy2 {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 1200px) {
  .ky_sy2 {
    padding: 20px 0;
  }
}

.kyptList {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.kyptList li {
  width: 18%;
  margin: 1%;
}
.kyptList li a {
  width: 100%;
  display: block;
  padding: 40px 20px;
  text-align: center;
  background-color: #f6f6f8;
  border-radius: 10px;
  height: 340px;
}
.kyptList li a i {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/kx/a1.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.kyptList li a i.i2 {
  background-image: url(../images/kx/a2.png);
}
.kyptList li a i.i3 {
  background-image: url(../images/kx/a3.png);
}
.kyptList li a i.i4 {
  background-image: url(../images/kx/a4.png);
}
.kyptList li a i.i5 {
  background-image: url(../images/kx/a5.png);
}
.kyptList li a .pic {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kyptList li a .pic .svg_small_thin {
  margin-bottom: 0;
}
.kyptList li a .bt {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.kyptList li a p {
  color: #999999;
  font-size: 12px;
}
.kyptList li a:hover {
  background-color: #ec6f4d;
  color: #fff;
  margin-top: -5px;
}
.kyptList li a:hover p {
  color: #fff;
}
.kyptList li a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .kyptList li a {
    height: 330px;
  }
  .kyptList li a i {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
  }
  .kyptList li a .bt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .kyptList li {
    width: 31.3333%;
    margin: 1%;
  }
  .kyptList li a {
    padding: 30px 15px;
    height: 250px;
  }
  .kyptList li a i {
    width: 100px;
    height: 100px;
    background-size: auto 70%;
    margin: 0 auto 15px;
  }
  .kyptList li a .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 760px) {
  .kyptList li {
    width: 48%;
  }
  .kyptList li a {
    padding: 20px 5px;
    height: 240px;
  }
  .kyptList li a i {
    width: 80px;
    height: 80px;
  }
  .kyptList li a .bt {
    font-size: 15px;
  }
}

.kybox2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kybox2 .dl {
  width: 65%;
}
.kybox2 .dr {
  width: 31.2%;
}
@media only screen and (max-width: 1200px) {
  .kybox2 .dl {
    width: 100%;
    margin-bottom: 15px;
  }
  .kybox2 .dr {
    width: 100%;
  }
}

.kyxzbox {
  width: 100%;
  border: solid 1px #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
}
.kyxzbox .pic {
  width: 100%;
  overflow: hidden;
}
.kyxzbox .kydownlist {
  padding: 25px 30px 60px 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .kyxzbox .kydownlist {
    padding: 15px 25px 40px 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .kyxzbox .pic {
    display: none;
  }
  .kyxzbox .kydownlist {
    padding: 10px 15px 20px 15px;
  }
}

.kydownlist {
  width: 100%;
}
.kydownlist li {
  width: 100%;
  border-bottom: solid 1px #e1e1e1;
}
.kydownlist li a {
  display: block;
  padding: 20px 0;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-right: 40px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kydownlist li a .bi {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 20px;
}
.kydownlist li a:hover .bi {
  color: #ec6f4d;
}
@media only screen and (max-width: 1200px) {
  .kydownlist li a {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    padding-right: 30px;
  }
  .kydownlist li a .bi {
    font-size: 16px;
  }
}

.kylist3 {
  width: 100%;
}
.kylist3 li + li {
  margin-top: 30px;
}
.kylist3 li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.kylist3 li a .img_content {
  width: 400px;
  height: 250px;
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.kylist3 li a .img_content img {
  min-height: 100%;
}
.kylist3 li a .text_content {
  flex: 1;
}
.kylist3 li a .text_content .bt {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 72px;
  height: auto !important;
  line-height: 36px;
  margin-bottom: 15px;
}
.kylist3 li a .text_content p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
  color: #999;
  margin-bottom: 15px;
}
.kylist3 li a .text_content .sTime {
  color: #666;
}
.kylist3 li a .text_content .sTime b {
  color: #ec6f4d;
  font-size: 22px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .kylist3 li a .img_content {
    width: 350px;
    height: 218px;
    margin-right: 30px;
  }
  .kylist3 li a .text_content .bt {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 70px;
    height: auto !important;
    line-height: 35px;
  }
  .kylist3 li a .text_content .sTime b {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .kylist3 li + li {
    margin-top: 15px;
  }
  .kylist3 li a .img_content {
    width: 200px;
    height: 125px;
    margin-right: 20px;
  }
  .kylist3 li a .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .kylist3 li a .text_content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .kylist3 li a .text_content .sTime b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .kylist3 li a {
    display: block;
  }
  .kylist3 li a .img_content {
    width: 100%;
    margin-right: 0px;
    height: calc((100vw / 1 - 30px) / 400 * 250);
    height: -webkit-calc((100vw / 1 - 30px) / 400 * 250);
    margin-bottom: 15px;
    border-radius: 5px;
  }
}

.xzlist {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.xzlist li {
  width: 48%;
  vertical-align: top;
  margin: 1%;
}
.xzlist li a {
  display: flex;
  width: 100%;
  padding: 10px 30px;
  height: 130px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.xzlist li a p {
  flex: 1;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 70px;
  height: auto !important;
  line-height: 35px;
}
.xzlist li a .bi {
  color: #999999;
  font-size: 30px;
  background-color: #f6f6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.xzlist li a:hover .bi {
  background-color: #ec6f4d;
  color: #fff;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .xzlist li a {
    padding: 10px 25px;
    height: 120px;
  }
  .xzlist li a p {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: auto !important;
    line-height: 30px;
  }
  .xzlist li a .bi {
    font-size: 28px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .xzlist {
    width: 100%;
    margin-left: 0;
  }
  .xzlist li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .xzlist li a {
    padding: 10px 15px;
    height: auto;
  }
  .xzlist li a p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
    height: auto !important;
    line-height: 24px;
  }
  .xzlist li a .bi {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }
}

.yx_sy1 {
  width: 100%;
  padding: 100px 0 80px 0;
}
@media only screen and (max-width: 1200px) {
  .yx_sy1 {
    padding: 20px 0;
  }
}

.yxlist1 {
  width: 100%;
}
.yxlist1 li {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 35px;
}
.yxlist1 li + li {
  margin-top: 35px;
}
.yxlist1 li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.yxlist1 li a .img_content {
  width: 400px;
  height: 250px;
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.yxlist1 li a .img_content img {
  min-height: 100%;
}
.yxlist1 li a .text_content {
  flex: 1;
}
.yxlist1 li a .text_content .bt {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 72px;
  height: auto !important;
  line-height: 36px;
  margin-bottom: 15px;
}
.yxlist1 li a .text_content p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
  color: #999;
  margin-bottom: 15px;
}
.yxlist1 li a .text_content .sTime {
  color: #666;
}
.yxlist1 li a .text_content .sTime b {
  color: #ec6f4d;
  font-size: 22px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .yxlist1 li a .img_content {
    width: 350px;
    height: 218px;
    margin-right: 30px;
  }
  .yxlist1 li a .text_content .bt {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 70px;
    height: auto !important;
    line-height: 35px;
  }
  .yxlist1 li a .text_content .sTime b {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .yxlist1 li + li {
    margin-top: 15px;
  }
  .yxlist1 li a .img_content {
    width: 200px;
    height: 125px;
    margin-right: 20px;
  }
  .yxlist1 li a .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .yxlist1 li a .text_content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .yxlist1 li a .text_content .sTime b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .yxlist1 li a {
    display: block;
  }
  .yxlist1 li a .img_content {
    width: 100%;
    margin-right: 0px;
    height: calc((100vw / 1 - 30px) / 400 * 250);
    height: -webkit-calc((100vw / 1 - 30px) / 400 * 250);
    margin-bottom: 15px;
    border-radius: 5px;
  }
}

.yxjyList {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.yxjyList li {
  width: 14.6666%;
  margin: 1%;
}
.yxjyList li a {
  width: 100%;
  display: block;
  padding: 40px 10px;
  text-align: center;
  background-color: #f6f6f8;
  border-radius: 10px;
  height: 320px;
}
.yxjyList li a i {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/kx/a1.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 30px;
}
.yxjyList li a i.i2 {
  background-image: url(../images/kx/a2.png);
}
.yxjyList li a i.i3 {
  background-image: url(../images/kx/a3.png);
}
.yxjyList li a i.i4 {
  background-image: url(../images/kx/a4.png);
}
.yxjyList li a i.i5 {
  background-image: url(../images/kx/a5.png);
}
.yxjyList li a .pic {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yxjyList li a .pic .svg_small_thin {
  margin-bottom: 0;
}
.yxjyList li a .bt {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.yxjyList li a p {
  color: #999999;
  font-size: 12px;
}
.yxjyList li a:hover {
  background-color: #ec6f4d;
  color: #fff;
  margin-top: -10px;
}
.yxjyList li a:hover p {
  color: #fff;
}
.yxjyList li a:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .yxjyList li a {
    height: 300px;
  }
  .yxjyList li a i {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
  }
  .yxjyList li a .bt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .yxjyList li {
    width: 31.3333%;
    margin: 1%;
  }
  .yxjyList li a {
    padding: 30px 10px;
    height: 240px;
  }
  .yxjyList li a i {
    width: 100px;
    height: 100px;
    background-size: auto 70%;
    margin: 0 auto 15px;
  }
  .yxjyList li a .bt {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 760px) {
  .yxjyList li {
    width: 48%;
  }
  .yxjyList li a {
    padding: 20px 5px;
    height: 200px;
  }
  .yxjyList li a i {
    width: 80px;
    height: 80px;
  }
  .yxjyList li a .bt {
    font-size: 15px;
  }
}

.yxmyzx {
  width: 100%;
  background-color: #f6f6f9;
  height: 340px;
  position: relative;
}
.yxmyzx .img_content {
  width: 873px;
  height: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.yxmyzx .img_content img {
  height: 100%;
}
.yxmyzx .text_content {
  width: 756px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/yx/textbg.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
  padding: 50px 200px 50px 50px;
}
.yxmyzx .text_content .bt {
  font-weight: bold;
  margin-bottom: 20px;
}
.yxmyzx .text_content .nr {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 120px;
  height: auto !important;
  line-height: 30px;
  margin-bottom: 25px;
}
.yxmyzx .text_content .sMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #9f9f9f;
  padding-top: 2px;
}
.yxmyzx .text_content .sMore .bi {
  font-size: 21px;
  color: #505050;
}
.yxmyzx .text_content .sMore:hover .bi {
  color: #fff;
}
.yxmyzx .text_content .sMore:hover {
  background-color: #ec6f4d;
  border-color: #ec6f4d;
}
@media only screen and (max-width: 1200px) {
  .yxmyzx {
    height: auto;
  }
  .yxmyzx .img_content {
    width: 100%;
    position: inherit;
    right: auto;
    top: auto;
  }
  .yxmyzx .text_content {
    width: 100%;
    position: inherit;
    left: auto;
    top: auto;
    padding: 20px;
  }
  .yxmyzx .text_content .bt {
    margin-bottom: 10px;
  }
  .yxmyzx .text_content .nr {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 88px;
    height: auto !important;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .yxmyzx .text_content .sMore {
    width: 30px;
    height: 30px;
  }
  .yxmyzx .text_content .sMore .bi {
    font-size: 16px;
  }
}

.sy_pt1 {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 1200px) {
  .sy_pt1 {
    padding: 20px 0;
  }
}

.pt_bt1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 10px;
}
.pt_bt1 .bt {
  color: #000;
  font-size: 36px;
  font-weight: bold;
}
.pt_bt1 a.more::before {
  content: "";
  display: inline-block;
  background-image: url(../images/pt/more.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 52px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .pt_bt1 .bt {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt_bt1 .bt {
    font-size: 16px;
  }
  .pt_bt1 a.more::before {
    width: 43px;
    height: 12px;
    margin-right: 5px;
  }
}

.ptlist1 {
  width: 103%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
}
@media only screen and (max-width: 1200px) {
  .ptlist1 {
    width: 102%;
    margin: 0 -1%;
  }
}
.ptlist1 li {
  width: 30.3333%;
  margin: 0 1.5%;
  vertical-align: top;
}
.ptlist1 li a {
  display: block;
  width: 100%;
}
.ptlist1 li a .img_content {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-top: 62.6%;
  margin-bottom: 20px;
}
.ptlist1 li a .img_content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.ptlist1 li a .text_content {
  flex: 1;
}
.ptlist1 li a .text_content .bt {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
  line-height: 35px;
  margin-bottom: 10px;
}
.ptlist1 li a .text_content p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 78px;
  line-height: 26px;
  color: #999;
  margin-bottom: 10px;
}
.ptlist1 li a .text_content .sTime {
  color: #666;
}
.ptlist1 li a .text_content .sTime b {
  color: #ec6f4d;
  font-size: 22px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ptlist1 li a .text_content .bt {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 70px;
    height: auto !important;
    line-height: 35px;
  }
  .ptlist1 li a .text_content .sTime b {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .ptlist1 li {
    width: 48%;
    margin: 1%;
  }
  .ptlist1 li a .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .ptlist1 li a .text_content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .ptlist1 li a .text_content .sTime b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .ptlist1 li {
    width: 98%;
    margin-bottom: 15px;
  }
  .ptlist1 li a .text_content .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
  .ptlist1 li a .text_content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
}

.ptlist2 {
  width: 100%;
}
.ptlist2 li {
  width: 100%;
}
.ptlist2 li + li {
  margin-top: 30px;
}
.ptlist2 li a {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.ptlist2 li a .sTime {
  background-color: #f6f2ef;
  display: inline-block;
  width: 72px;
  height: 75px;
  text-align: center;
  margin-right: 20px;
  padding: 5px 0;
  border-radius: 5px;
}
.ptlist2 li a .sTime p {
  font-size: 13px;
  line-height: 24px;
}
.ptlist2 li a .sTime b {
  display: block;
  line-height: 40px;
  font-size: 32px;
  color: #ec7959;
}
.ptlist2 li a .bt {
  flex: 1;
  position: relative;
}
.ptlist2 li a .bt p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  height: auto !important;
  line-height: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ptlist2 li + li {
    margin-top: 25px;
  }
  .ptlist2 li a .sTime b {
    font-size: 30px;
  }
  .ptlist2 li a .bt p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .ptlist2 li + li {
    margin-top: 15px;
  }
  .ptlist2 li a .sTime {
    margin-right: 15px;
    width: 62px;
    height: 65px;
  }
  .ptlist2 li a .sTime b {
    font-size: 24px;
    line-height: 30px;
  }
  .ptlist2 li a .sTime p {
    font-size: 12px;
  }
  .ptlist2 li a .bt p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}

.ptlist3 {
  width: 102%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.ptlist3 li {
  width: 23%;
  margin: 1%;
  vertical-align: top;
}
.ptlist3 li a {
  display: block;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.ptlist3 li a .img_content {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 62.4%;
}
.ptlist3 li a .img_content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.ptlist3 li a .text_content {
  flex: 1;
  padding: 20px;
}
.ptlist3 li a .text_content .bt {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
  line-height: 35px;
  margin-bottom: 15px;
}
.ptlist3 li a .text_content p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 33px;
  line-height: 33px;
  color: #666666;
}
.ptlist3 li a:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ptlist3 li a .text_content .bt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .ptlist3 li {
    width: 48%;
  }
  .ptlist3 li a .text_content .bt {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .ptlist3 li a .text_content p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .ptlist3 li {
    width: 98%;
    margin-bottom: 15px;
  }
  .ptlist3 li a .text_content .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}

.ny {
  min-height: 500px;
}
@media only screen and (max-width: 1200px) {
  .ny {
    min-height: 300px;
  }
}

.cd_sy_nav2 {
  width: 100%;
  position: relative;
  height: 775px;
}
.cd_sy_nav2 .pic_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cd_sy_nav2 .pic {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  padding: 36px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.cd_sy_nav2 .pic .img_content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.cd_sy_nav2 .pic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: dashed 1px #ec6f4d;
}
.cd_sy_nav2 .pic:hover::before {
  transform: rotate(360deg);
  transition: all 3.5s linear;
}
.cd_sy_nav2 ul li {
  position: absolute;
  width: 248px;
  height: 250px;
  left: 0;
  top: 0;
  z-index: 1;
}
.cd_sy_nav2 ul li.l2 {
  top: 270px;
}
.cd_sy_nav2 ul li.l2 a {
  background-color: #f59776;
}
.cd_sy_nav2 ul li.l3 {
  top: 90px;
  left: 268px;
  height: 500px;
}
.cd_sy_nav2 ul li.l3 a {
  background-color: #f5a236;
}
.cd_sy_nav2 ul li.l4 {
  top: 90px;
  left: auto;
  right: 268px;
  height: 500px;
}
.cd_sy_nav2 ul li.l4 a {
  background-color: #f8c385;
}
.cd_sy_nav2 ul li.l5 {
  top: 0px;
  right: 0;
  left: auto;
}
.cd_sy_nav2 ul li.l5 a {
  background-color: #fa7e24;
}
.cd_sy_nav2 ul li.l6 {
  top: 270px;
  right: 0;
  left: auto;
}
.cd_sy_nav2 ul li.l6 a {
  background-color: #f9b480;
}
.cd_sy_nav2 ul li a {
  width: 100%;
  display: flex;
  height: 100%;
  background-color: #ec6f4d;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  text-align: center;
}
.cd_sy_nav2 ul li a .nr {
  position: relative;
  z-index: 1;
}
.cd_sy_nav2 ul li a .nr .bt {
  font-size: 26px;
  font-weight: bold;
}
.cd_sy_nav2 ul li a .nr p {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 1200px) {
  .cd_sy_nav2 ul li a:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.24);
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .cd_sy_nav2 {
    height: 675px;
  }
  .cd_sy_nav2 .pic {
    width: 600px;
    height: 600px;
    padding: 30px;
  }
  .cd_sy_nav2 ul li {
    width: 218px;
    height: 220px;
  }
  .cd_sy_nav2 ul li.l2 {
    top: 240px;
  }
  .cd_sy_nav2 ul li.l3 {
    top: 60px;
    left: 238px;
    height: 460px;
  }
  .cd_sy_nav2 ul li.l4 {
    top: 60px;
    right: 238px;
    height: 460px;
  }
  .cd_sy_nav2 ul li.l6 {
    top: 240px;
  }
  .cd_sy_nav2 ul li a {
    padding: 20px;
  }
  .cd_sy_nav2 ul li a .nr .bt {
    font-size: 22px;
  }
}
.sy2_dep {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.sy2_dep .dep_navbox {
  position: absolute;
  height: 100%;
  width: 25%;
  z-index: 30;
  padding: 55px 0;
  border-radius: 0 160px 0 0;
  background-image: url(../images/indexnew/kslmbg.jpg);
}
.sy2_dep .dep_navbox .sy_bt3 {
  padding-left: 30%;
  text-align: left;
}
.sy2_dep .dep_navbox .sy_bt3 .bt {
  color: #fff;
  width: 240px;
  text-align: center;
}
.sy2_dep .dep_navbox .sy_bt3 .bt h2::before {
  background-color: #f4bb63;
}
.sy2_dep .dep_navbox .sy_dep_nav {
  width: 100%;
}
.sy2_dep .dep_navbox .sy_dep_nav dd {
  width: 100%;
  position: relative;
  transition: all 0.2s linear;
  height: 90px;
}
.sy2_dep .dep_navbox .sy_dep_nav dd + dd {
  margin-top: 40px;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt {
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 32%;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox {
  position: relative;
  transition: all 0.2s linear;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox i {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  background-image: url(../images/indexnew/t_ks1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox i.i2 {
  background-image: url(../images/indexnew/t_ks2.png);
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox i.i3 {
  background-image: url(../images/indexnew/t_ks3.png);
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox i.i4 {
  background-image: url(../images/indexnew/t_ks4.png);
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox i.i5 {
  background-image: url(../images/indexnew/t_ks5.png);
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox {
  padding-left: 70px;
  padding-top: 2px;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox h2 {
  font-size: 26px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox p {
  line-height: 20px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  line-height: 20px;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbox {
  position: absolute;
  height: 100%;
  width: 0%;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: rgba(255, 255, 255, 0.8);
  left: 100%;
  top: 0;
  opacity: 0;
  border-radius: 0 160px 160px 0;
  background-image: url(../images/indexnew/ks_tm_bg.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 88%;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbox::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 100%;
  background-color: #f4bb63;
  border-radius: 0 50% 50% 0;
  left: -90px;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbox ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 170px 40px 120px;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbox ul li {
  width: 16.6666%;
  margin: 2px 0;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbox ul li a {
  display: inline-block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
}
.sy2_dep .dep_navbox .sy_dep_nav dd .dbox ul li a:hover {
  color: #fff;
  background-color: #ec6f4d;
}
.sy2_dep .dep_navbox .sy_dep_nav dd.active {
  height: 170px;
}
.sy2_dep .dep_navbox .sy_dep_nav dd.active .dbt {
  padding-top: 40px;
  background-color: #f4bb63;
}
.sy2_dep .dep_navbox .sy_dep_nav dd.active .dbt h2 {
  font-size: 30px;
  font-weight: bold;
  width: 120%;
}
.sy2_dep .dep_navbox .sy_dep_nav dd.active .dbox {
  width: 270%;
  opacity: 1;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy2_dep .dep_navbox {
    width: 350px;
    padding: 55px 0;
  }
  .sy2_dep .dep_navbox .sy_bt3 {
    padding-left: 16%;
  }
  .sy2_dep .dep_navbox .sy_bt3 .bt {
    width: 240px;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd .dbt {
    padding-left: 18%;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd .dbt .nbox h2 {
    font-size: 24px;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd .dbox::before {
    width: 150px;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd .dbox ul {
    padding: 30px 140px 30px 80px;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd .dbox ul li a {
    font-size: 18px;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd.active {
    height: 155px;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd.active .dbt {
    padding-top: 35px;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd.active .dbt h2 {
    font-size: 28px;
  }
  .sy2_dep .dep_navbox .sy_dep_nav dd.active .dbox p {
    font-size: 13px;
  }
}

.sy_newsbox {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.sy_newsbox .sy_newsan {
  text-align: center;
  background-color: #f7f7fd;
  padding-top: 20px;
}
.sy_newsbox .sy_newslist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sy_newsbox .sy_newslist::before, .sy_newsbox .sy_newslist::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.sy_newsbox .sy_newslist::after {
  top: auto;
  bottom: -74px;
  background-color: #f7f7fd;
}
.sy_newsbox .sy_newslist ul {
  width: 100.8%;
  margin-left: -0.4%;
  display: flex;
  flex-wrap: wrap;
}
.sy_newsbox .sy_newslist ul li {
  height: 450px;
  padding: 0.4%;
}
.sy_newsbox .sy_newslist ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sy_newsbox .sy_newslist ul li a .img_content {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sy_newsbox .sy_newslist ul li a .text_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  color: white;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.sy_newsbox .sy_newslist ul li a .text_content .bt {
  position: relative;
  z-index: 2;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 68px;
  line-height: 34px;
  text-align: left;
}
.sy_newsbox .sy_newslist ul li a .text_content .sTime {
  position: absolute;
  width: 85px;
  top: 0;
  left: 0;
  background-color: #ec6f4d;
  text-align: center;
  padding: 10px 0;
}
.sy_newsbox .sy_newslist ul li a .text_content .sTime b {
  display: block;
  font-size: 36px;
  line-height: 45px;
}
.sy_newsbox .sy_newslist ul li a .text_content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
}
.sy_newsbox .sy_newslist ul li a:hover .text_content .sTime {
  background-color: #f4bb63;
}
.sy_newsbox .sy_newslist ul li:nth-of-type(1), .sy_newsbox .sy_newslist ul li:nth-of-type(3) {
  width: 35%;
}
.sy_newsbox .sy_newslist ul li:nth-of-type(2) {
  width: 30%;
}
.sy_newsbox .sy_newslist ul li:nth-of-type(4), .sy_newsbox .sy_newslist ul li:nth-of-type(6) {
  width: 30%;
}
.sy_newsbox .sy_newslist ul li:nth-of-type(5) {
  width: 40%;
}
.sy_newsbox .sy_newslist ul li:nth-of-type(1) .text_content .sTime, .sy_newsbox .sy_newslist ul li:nth-of-type(2) .text_content .sTime, .sy_newsbox .sy_newslist ul li:nth-of-type(3) .text_content .sTime {
  top: 35px;
}
.sy_newsbox .sy_newslist ul li:nth-of-type(4) .text_content, .sy_newsbox .sy_newslist ul li:nth-of-type(5) .text_content, .sy_newsbox .sy_newslist ul li:nth-of-type(6) .text_content {
  padding-bottom: 60px;
}

.sy_news {
  width: 100%;
  overflow: hidden;
}
.sy_news .swiper-slide {
  text-align: center;
  width: 100%;
  position: relative;
}
.sy_news .swiper-slide-active .img_item {
  transform: scale(1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}
.sy_news .swiper_btn .swiper-button-prev,
.sy_news .swiper_btn .swiper-button-next {
  width: 60px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  z-index: 30;
  border: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.sy_news .swiper_btn .swiper-button-prev::before,
.sy_news .swiper_btn .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: dashed 1px #fff;
}
.sy_news .swiper_btn .swiper-button-prev .bi,
.sy_news .swiper_btn .swiper-button-next .bi {
  font-size: 24px;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sy_news .swiper_btn .swiper-button-prev::after,
.sy_news .swiper_btn .swiper-button-next::after {
  display: none !important;
}
.sy_news .swiper_btn .swiper-button-prev:hover,
.sy_news .swiper_btn .swiper-button-next:hover {
  background-color: #f4bb63;
}
.sy_news .swiper_btn .swiper-button-prev:hover::before,
.sy_news .swiper_btn .swiper-button-next:hover::before {
  transform: rotate(360deg);
  transition: all 3.5s linear;
}
.sy_news .swiper_btn .swiper-button-prev {
  left: 0px;
}
.sy_news .swiper_btn .swiper-button-next {
  right: 0px;
}
.sy_news:hover .swiper_btn .swiper-button-prev,
.sy_news:hover .swiper_btn .swiper-button-next {
  opacity: 1;
}
.sy_news:hover .swiper_btn .swiper-button-prev {
  left: 30px;
}
.sy_news:hover .swiper_btn .swiper-button-next {
  right: 30px;
}
a.cd_more1 {
  display: inline-block;
  height: 36px;
  line-height: 35px;
  background-color: #fff;
  padding: 0 20px;
  border: solid 1px #a1a1a1;
  border-radius: 30px;
}
a.cd_more1 i {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  border: solid 4px #333333;
  margin-right: 10px;
  position: relative;
  top: -1.5px;
  vertical-align: middle;
}
a.cd_more1:hover {
  border-color: #ec6f4d;
}
a.cd_more1:hover i {
  border-color: rgba(255, 255, 255, 0.9);
  background-color: #ec6f4d;
}

.sy5 {
  width: 100%;
  padding: 80px 0 110px 0;
  background-color: #f7f7fd;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sy5 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .sy5 {
    padding: 20px 0;
  }
}

.sy_navbox1 {
  width: 660px;
  margin: 0 auto;
  max-width: 100%;
}

.gd_sy_nav1 {
  width: 100%;
  position: relative;
  padding: 0 35px;
}
.gd_sy_nav1 .swiper-container {
  width: 100%;
  overflow: hidden;
}
.gd_sy_nav1 .swiper-container .swiper-slide {
  text-align: center;
  width: 100%;
}
.gd_sy_nav1 .swiper-container .swiper-slide a {
  display: flex;
  width: 100%;
  align-items: flex-end;
  height: 110px;
}
.gd_sy_nav1 .swiper-container .swiper-slide a .sy_bt3 .bt p {
  display: none;
}
.gd_sy_nav1 .swiper-container .swiper-slide a .sy_bt3 .bt h2 {
  color: #666;
  font-size: 32px;
}
.gd_sy_nav1 .swiper-container .swiper-slide a .sy_bt3 .bt h2::before {
  display: none;
}
.gd_sy_nav1 .swiper-container .swiper-slide-active a .sy_bt3 .bt p {
  display: block;
}
.gd_sy_nav1 .swiper-container .swiper-slide-active a .sy_bt3 .bt h2 {
  color: #212121;
  font-size: 46px;
}
.gd_sy_nav1 .swiper-container .swiper-slide-active a .sy_bt3 .bt h2::before {
  display: block;
}
.gd_sy_nav1 .swiper_btn .swiper-button-prev,
.gd_sy_nav1 .swiper_btn .swiper-button-next {
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  z-index: 25;
  border: 0;
  top: auto;
  bottom: 15px;
}
.gd_sy_nav1 .swiper_btn .swiper-button-prev::before,
.gd_sy_nav1 .swiper_btn .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: dashed 1px #a3a3a3;
}
.gd_sy_nav1 .swiper_btn .swiper-button-prev .bi,
.gd_sy_nav1 .swiper_btn .swiper-button-next .bi {
  font-size: 16px;
  position: relative;
  z-index: 1;
  color: #ec6f4d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gd_sy_nav1 .swiper_btn .swiper-button-prev::after,
.gd_sy_nav1 .swiper_btn .swiper-button-next::after {
  display: none !important;
}
.gd_sy_nav1 .swiper_btn .swiper-button-prev:hover::before,
.gd_sy_nav1 .swiper_btn .swiper-button-next:hover::before {
  border-color: #ec6f4d;
  transform: rotate(360deg);
  transition: all 3.5s linear;
}
.gd_sy_nav1 .swiper_btn .swiper-button-prev {
  left: 0%;
}
.gd_sy_nav1 .swiper_btn .swiper-button-next {
  right: 0%;
}

.sy3 {
  width: 100%;
  padding: 50px 0 0 0;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.sy3::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.gd_sy_mtjj {
  width: 100%;
  position: relative;
  margin-top: -7.5px;
}
.gd_sy_mtjj .swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 7.5px 0;
}
.gd_sy_mtjj .swiper-container .swiper-slide {
  text-align: center;
  width: 100%;
  padding: 45px 0;
}
.gd_sy_mtjj .swiper-container .swiper-slide i {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px #fff;
  left: 40px;
  top: -7.5px;
}
.gd_sy_mtjj .swiper-container .swiper-slide i::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: #fff;
}
.gd_sy_mtjj .swiper-container .swiper-slide:hover i {
  border-color: #f4bb63;
}
.gd_sy_mtjj .swiper-container .swiper-slide:hover i::before {
  background-color: #f4bb63;
}
.gd_sy_mtjj .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  color: #fff;
  position: relative;
}
.gd_sy_mtjj .swiper-container .swiper-slide a::before {
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  position: absolute;
  left: 40px;
  top: -7px;
  background-color: #ffffff;
}
.gd_sy_mtjj .swiper-container .swiper-slide a.img_scale {
  overflow: inherit;
}
.gd_sy_mtjj .swiper-container .swiper-slide a .img_content {
  position: relative;
  background-color: #fff;
  border: solid 5px #fff;
  padding-top: 62%;
  margin-bottom: 15px;
  z-index: 1;
}
.gd_sy_mtjj .swiper-container .swiper-slide a .img_content img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
.gd_sy_mtjj .swiper-container .swiper-slide a .text_content {
  transition: all 0.2s linear;
  border-radius: 5px;
  padding: 5px 0;
}
.gd_sy_mtjj .swiper-container .swiper-slide a .text_content .bt {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
  line-height: 35px;
  font-size: 19px;
}
.gd_sy_mtjj .swiper-container .swiper-slide a:hover::before {
  background-color: #f4bb63;
}
.gd_sy_mtjj .swiper-container .swiper-slide a:hover .text_content {
  background-color: #f4bb63;
  padding: 5px 15px;
}
.gd_sy_mtjj .swiper-container .swiper-slide a:hover .img_content {
  border-color: #f4bb63;
}
.gd_sy_mtjj .swiper_btn .swiper-button-prev,
.gd_sy_mtjj .swiper_btn .swiper-button-next {
  width: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  z-index: 25;
  border: 0;
  top: 40%;
  opacity: 0;
}
.gd_sy_mtjj .swiper_btn .swiper-button-prev::before,
.gd_sy_mtjj .swiper_btn .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: dashed 1px #fff;
}
.gd_sy_mtjj .swiper_btn .swiper-button-prev .bi,
.gd_sy_mtjj .swiper_btn .swiper-button-next .bi {
  font-size: 24px;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gd_sy_mtjj .swiper_btn .swiper-button-prev::after,
.gd_sy_mtjj .swiper_btn .swiper-button-next::after {
  display: none !important;
}
.gd_sy_mtjj .swiper_btn .swiper-button-prev:hover,
.gd_sy_mtjj .swiper_btn .swiper-button-next:hover {
  background-color: #f4bb63;
}
.gd_sy_mtjj .swiper_btn .swiper-button-prev:hover::before,
.gd_sy_mtjj .swiper_btn .swiper-button-next:hover::before {
  transform: rotate(360deg);
  transition: all 3.5s linear;
}
.gd_sy_mtjj .swiper_btn .swiper-button-prev {
  left: -90px;
}
.gd_sy_mtjj .swiper_btn .swiper-button-next {
  right: -90px;
}
.gd_sy_mtjj:hover .swiper_btn .swiper-button-prev,
.gd_sy_mtjj:hover .swiper_btn .swiper-button-next {
  opacity: 1;
}
.gd_sy_mtjj:hover .swiper_btn .swiper-button-prev {
  left: -80px;
}
.gd_sy_mtjj:hover .swiper_btn .swiper-button-next {
  right: -80px;
}

/* 计数器数字样式 */
.count-number {
  font-weight: bold;
  transition: all 0.3s ease;
}

.counter-item.animated .count-number {
  animation: counterAnimation 0.5s ease-out;
}

@keyframes counterAnimation {
  from {
    transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 确保计数器区域在滚动时正确触发 */
.jj_carousel {
  position: relative;
}

.yqfb_box {
  padding: 40px 590px 40px 40px;
  background-image: url(../images/indexnew/yq_ld.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.yqfb_box.yqfb_bj {
  background-image: url(../images/indexnew/yq_bj.png);
}
.yqfb_box .nrbox {
  font-size: 16px;
  line-height: 1.8;
}
.yqfb_box .nrbox .nr1 {
  font-size: 19px;
}
.yqfb_box .nrbox .nr1 p.p1, .yqfb_box .nrbox .nr1 p.p2, .yqfb_box .nrbox .nr1 p.p3, .yqfb_box .nrbox .nr1 p.p5, .yqfb_box .nrbox .nr1 p.p4 {
  padding-left: 40px;
  position: relative;
}
.yqfb_box .nrbox .nr1 p.p1::before, .yqfb_box .nrbox .nr1 p.p2::before, .yqfb_box .nrbox .nr1 p.p3::before, .yqfb_box .nrbox .nr1 p.p5::before, .yqfb_box .nrbox .nr1 p.p4::before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-position: center center;
  background-repeat: no-repeat;
}
.yqfb_box .nrbox .nr1 p.p1 + p, .yqfb_box .nrbox .nr1 p.p2 + p, .yqfb_box .nrbox .nr1 p.p3 + p, .yqfb_box .nrbox .nr1 p.p5 + p, .yqfb_box .nrbox .nr1 p.p4 + p {
  margin-top: 15px;
}
.yqfb_box .nrbox .nr1 p.p1::before {
  background-image: url(../images/indexnew/t_ad1.png);
}
.yqfb_box .nrbox .nr1 p.p2::before {
  background-image: url(../images/indexnew/t_ad2.png);
}
.yqfb_box .nrbox .nr1 p.p3::before {
  background-image: url(../images/indexnew/t_ad3.png);
}
.yqfb_box .nrbox .nr1 p.p4::before {
  background-image: url(../images/indexnew/t_ad4.png);
}
.yqfb_box .nrbox .nr1 p.p5::before {
  background-image: url(../images/indexnew/t_ad5.png);
  background-size: auto 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .yqfb_box {
    padding: 40px 560px 40px 40px;
  }
  .yqfb_box .nrbox {
    font-size: 15px;
  }
  .yqfb_box .nrbox .nr1 {
    font-size: 18px;
  }
}

.yygh_bt {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 12px;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.yygh_bt::before {
  content: "";
  width: 4px;
  background-color: #ec6f4d;
  height: 25px;
  position: absolute;
  left: 0;
  top: 8px;
}

.info_box1 {
  width: 100%;
  background-color: #fdfbf8;
  padding-bottom: 60px;
}
.info_box1 .info_content {
  padding: 0 60px;
}

.nydepsearch {
  position: relative;
  border: solid 1px #e1e1e1;
  padding: 20px 20px 20px 210px;
  border-radius: 5px;
}
.nydepsearch .bt {
  font-size: 20px;
  position: absolute;
  left: 30px;
  top: 20px;
  line-height: 50px;
}
.nydepsearch .txk1 {
  float: left;
  padding-right: 1%;
  width: 22%;
}
.nydepsearch .txk2 {
  float: left;
  padding-right: 1%;
  width: 50%;
}
.nydepsearch .txk_an {
  width: 15%;
  float: right;
}
.nydepsearch .form-control {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 0 0 20px;
  border-color: #e5e5e5;
  border-radius: 5px;
}
.nydepsearch .form-control:hover {
  border-color: #ec6f4d;
}
.nydepsearch .btn {
  height: 50px;
  width: 100%;
  background-color: #ec6f4d;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
  .nydepsearch {
    padding-left: 0px;
    padding-top: 30px;
    margin-top: 0px;
  }
  .nydepsearch .bt {
    font-size: 14px;
    line-height: 24px;
  }
  .nydepsearch .txk_an {
    width: 16%;
  }
  .nydepsearch .form-control {
    font-size: 13px;
    padding: 0 0 0 15px;
  }
  .nydepsearch .an_ss {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 760px) {
  .nydepsearch .txk1 {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .nydepsearch .txk_an {
    width: 100%;
  }
}

.pbsearch {
  position: relative;
  border: solid 1px #e1e1e1;
  padding: 20px 20px 20px 260px;
  border-radius: 5px;
}
.pbsearch .bt {
  font-size: 20px;
  position: absolute;
  left: 30px;
  top: 20px;
  line-height: 50px;
}
.pbsearch .txk2 {
  float: left;
  padding-right: 1%;
  width: 80%;
}
.pbsearch .txk_an {
  width: 15%;
  float: right;
}
.pbsearch .form-control {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 0 0 20px;
  border-color: #e5e5e5;
  border-radius: 5px;
}
.pbsearch .form-control:hover {
  border-color: #ec6f4d;
}
.pbsearch .btn {
  height: 50px;
  width: 100%;
  background-color: #ec6f4d;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
  .pbsearch {
    padding-left: 0px;
    padding-top: 30px;
    margin-top: 0px;
  }
  .pbsearch .bt {
    font-size: 14px;
    line-height: 24px;
  }
  .pbsearch .txk_an {
    width: 16%;
  }
  .pbsearch .form-control {
    font-size: 13px;
    padding: 0 0 0 15px;
  }
  .pbsearch .an_ss {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 760px) {
  .pbsearch .txk1 {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .pbsearch .txk_an {
    width: 100%;
  }
}

.pb_nav {
  display: flex;
}
.pb_nav a {
  display: inline-block;
  width: 160px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #f6f6f8;
  font-size: 20px;
  color: #666;
}
.pb_nav a + a {
  margin-left: 40px;
}
.pb_nav a.active, .pb_nav a:hover {
  background-color: #ec6f4d;
  color: #fff;
}

.pb_nc_tab .bi {
  font-size: 18px;
  color: #ec6f4d;
}

.lspic {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.lxbox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.lxbox .lxpic {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  perspective: 1600px;
  /* 启用 3D 透视效果 */
}
.lxbox .lxpic .ditem {
  width: 100%;
  transform-style: preserve-3d;
  /* 保留 3D 变换效果 */
  position: relative;
}
.lxbox .lxpic .ditem .bt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70%;
  display: flex;
  z-index: 1;
  align-items: end;
  padding: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(236, 111, 77) 100%);
}
.lxbox .lxpic .ditem .bt a.cddt {
  font-size: 20px;
  color: #fff;
}
.lxbox .lxpic .ditem .bt a.cddt::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #f4bb63;
  border-radius: 50%;
  margin-right: 10px;
  background-image: url(../images/indexnew/t_dt_b.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  position: relative;
  top: -2px;
}
.lxbox .lxpic .ditem .bt a.cddt:hover::before {
  background-color: #ec6f4d;
}
.lxbox .lxpic .ditem:first-child {
  transform: rotateY(30deg) translateX(0px);
  width: 111%;
  /* 向右倾斜并稍微右移 */
}
.lxbox .lxpic .ditem:last-child {
  transform: rotateY(-30deg) translateX(0px);
  width: 111%;
  /* 向左倾斜并稍微左移 */
}
.lxbox .lxpic .ditem:nth-child(2) {
  transform: none;
  /* 不应用任何变换 */
}
.lxbox .lxpic .ditem + .ditem {
  margin-left: 40px;
}
.lxbox .lxpic .ditem img {
  width: 100%;
}
.lxbox .lx_nr {
  width: 560px;
  max-width: 90%;
  margin: 0 auto 80px;
  font-size: 19px;
  line-height: 35px;
}
.lxbox .lx_nr .bt {
  font-size: 26px;
  color: #ec6f4d;
  margin-bottom: 20px;
}
.lxbox .lx_nr .nr {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
}
.lxbox .lx_nr p.p1, .lxbox .lx_nr p.p2, .lxbox .lx_nr p.p3, .lxbox .lx_nr p.p4 {
  padding-left: 35px;
  position: relative;
}
.lxbox .lx_nr p.p1 + p, .lxbox .lx_nr p.p2 + p, .lxbox .lx_nr p.p3 + p, .lxbox .lx_nr p.p4 + p {
  margin-top: 10px;
}
.lxbox .lx_nr p.p1::before, .lxbox .lx_nr p.p2::before, .lxbox .lx_nr p.p3::before, .lxbox .lx_nr p.p4::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/lx/t_add.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
.lxbox .lx_nr p.p2::before {
  background-image: url(../images/lx/t_mail.png);
}
.lxbox .lx_nr p.p3::before {
  background-image: url(../images/lx/t_tel.png);
}
.lxbox .lx_nr p.p4::before {
  background-image: url(../images/lx/t_tel2.png);
}

.pg_kjnav {
  position: fixed;
  z-index: 5555;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 95px;
}
@media only screen and (max-width: 1200px) {
  .pg_kjnav {
    display: none;
  }
}
.pg_kjnav ul {
  display: block;
  width: 100%;
}
.pg_kjnav ul li {
  display: block;
  width: 100%;
}
.pg_kjnav ul li + li {
  margin-top: 1px;
}
.pg_kjnav ul li a {
  display: block;
  background-color: rgba(255, 243, 240, 0.95);
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.pg_kjnav ul li a::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 5px;
  background-image: url(../images/r1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.pg_kjnav ul li a:hover {
  background-color: #ec6f4d;
  color: #fff;
}
.pg_kjnav ul li a:hover::before {
  background-image: url(../images/r1on.png);
}
.pg_kjnav ul li a.a2::before {
  background-image: url(../images/r2.png);
}
.pg_kjnav ul li a.a2:hover::before {
  background-image: url(../images/r2on.png);
}
.pg_kjnav ul li a.a3::before {
  background-image: url(../images/r3.png);
}
.pg_kjnav ul li a.a3:hover::before {
  background-image: url(../images/r3on.png);
}

.ksjy_box {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-image: url(../images/ksjy/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.ksjy_box .ny_main {
  height: 100%;
  position: relative;
}
.ksjy_box .ksjy_top {
  width: 100%;
  margin-top: 40px;
}
.ksjy_box .ksjy_top .logo {
  height: 70px;
  background-image: url(../images/indexnew/logo_w.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 345px;
  display: block;
}
.ksjy_box .ksjy_nr {
  width: 100%;
  height: calc(100vh - 280px);
  display: flex;
  align-items: center;
}
.ksjy_box .ksjy_nr .ksjy_nav {
  width: 103%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
}
.ksjy_box .ksjy_nr .ksjy_nav li {
  width: 22%;
  margin: 1.5%;
}
.ksjy_box .ksjy_nr .ksjy_nav li a {
  display: block;
  width: 100%;
  background-color: #ec6f4d;
  height: 210px;
  border-radius: 15px;
  padding: 30px 35px;
  color: #fff;
}
.ksjy_box .ksjy_nr .ksjy_nav li a i {
  display: block;
  background-image: url(../images/ksjy/t1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 64px;
  height: 64px;
  margin-bottom: 15px;
}
.ksjy_box .ksjy_nr .ksjy_nav li a i.i2 {
  background-image: url(../images/ksjy/t2.png);
}
.ksjy_box .ksjy_nr .ksjy_nav li a i.i3 {
  background-image: url(../images/ksjy/t3.png);
}
.ksjy_box .ksjy_nr .ksjy_nav li a i.i4 {
  background-image: url(../images/ksjy/t4.png);
}
.ksjy_box .ksjy_nr .ksjy_nav li a i.i5 {
  background-image: url(../images/ksjy/t5.png);
}
.ksjy_box .ksjy_nr .ksjy_nav li a i.i6 {
  background-image: url(../images/ksjy/t6.png);
}
.ksjy_box .ksjy_nr .ksjy_nav li a i.i7 {
  background-image: url(../images/ksjy/t7.png);
}
.ksjy_box .ksjy_nr .ksjy_nav li a i.i8 {
  background-image: url(../images/ksjy/t8.png);
}
.ksjy_box .ksjy_nr .ksjy_nav li a .dbt {
  font-size: 25px;
  font-weight: bold;
}
.ksjy_box .ksjy_nr .ksjy_nav li a:hover {
  background-color: #ffa202;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}
.ksjy_box .ksjy_nr .ksjy_nav li a:hover i {
  transform: rotate(15deg);
}
.ksjy_box .ksjy_btn {
  background-image: url(../images/ksjy/bybg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 350px;
  height: 160px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ksjy_box .ksjy_btn a.nav_close {
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  display: inline-block;
}
.ksjy_box .ksjy_btn a.nav_close:hover {
  background-color: #ffa202;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1200px) {
  .ksjy_box .ksjy_btn a.nav_close {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}