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

A {
  color: #333333;
  outline: none;
  text-decoration: none;
}
A:visited, A:active {
  color: #333333;
}
A:hover {
  color: #00aa3a;
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "微软雅黑";
  background: #fff;
  line-height: 1.6;
  font-size: 14px;
  color: #333333;
  overflow-x: hidden;
}
@media only screen and (max-width: 1230px) {
  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, "微软雅黑";
  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: 1230px;
  margin: 0 auto;
}
@media only screen and (max-width: 1230px) {
  .ny_main {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u {
  text-decoration: underline;
}

a.more_arrow,
.more_arrow {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  background-color: #00aa3a;
  color: #fff;
  padding: 0 15px 0 20px;
  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: 1230px) {
  a.more_arrow,
  .more_arrow {
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 15px;
    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: 1230px) {
  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: 1230px) {
  .top_jg {
    display: block;
    height: 55px;
  }
  .menuMob {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    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='%23ffffff'/></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='%23ffffff'/><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='%23ffffff'/></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: #008bdc;
  -webkit-border-radius: 4px;
}

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

@font-face {
  font-family: "PlayfairDisplay";
  src: url("font/PlayfairDisplay.eot");
  src: url("font/PlayfairDisplay.eot?#iefix") format("embedded-opentype"), url("font/PlayfairDisplay.woff2") format("woff2"), url("font/PlayfairDisplay.woff") format("woff"), url("font/PlayfairDisplay.ttf") format("truetype"), url("font/PlayfairDisplay.svg#fzsuxinshiliukais-r-gbregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.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: 1230px) {
  .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: 1230px) {
  .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: 1230px) {
  .btn-ani-show:hover .bi {
    right: 20px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media only screen and (max-width: 1230px) {
  .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: 1230px) {
  .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: #00aa3a;
  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: 1230px) {
  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;
}
a:hover .ani_linear {
  stroke-dasharray: 6000;
  stroke-dashoffset: 6000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .ani_linear_small {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .ani_linear_big {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .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 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg_small .ani_linear_small {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg_small .ani_linear_m {
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
a:hover .svg_small .ani_linear_big {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: dash 2s linear forwards;
  -webkit-animation: dash 2s linear forwards;
}
@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: 1230px) {
  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 {
  stroke-width: 5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.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: #00aa3a;
  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);
}

.bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media only screen and (max-width: 1230px) {
  .bg video {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  .bg {
    background-image: url(../images/lead/bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.bg .box_nr {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  color: #fff;
  padding-top: 0%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 600px) {
  .bg .box_nr {
    padding-bottom: 5%;
  }
}
.bg .box_nr .logo {
  background-image: url(../images/index/logo_b.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 90px;
  width: 100%;
  margin-bottom: 8vh;
}
@media only screen and (max-width: 1230px) {
  .bg .box_nr .logo {
    height: 60px;
    margin-bottom: 6vh;
  }
}
@media only screen and (max-width: 600px) {
  .bg .box_nr .logo {
    height: 50px;
  }
}
.bg .box_nr .anq {
  text-align: center;
}
.bg .box_nr .anq a {
  display: inline-block;
  width: 200px;
  height: 55px;
  line-height: 54px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 18px;
  position: relative;
}
.bg .box_nr .anq a i {
  position: absolute;
  width: 10px;
  left: 0;
  bottom: 0px;
  top: 0px;
}
.bg .box_nr .anq a i.i2 {
  left: auto;
  right: 0;
}
.bg .box_nr .anq a i::after, .bg .box_nr .anq a i::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.bg .box_nr .anq a i::after {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1230px) {
  .bg .box_nr .anq a {
    width: 160px;
    height: 40px;
    line-height: 39px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bg .box_nr .anq a {
    width: 100px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
  }
}
.bg .foot {
  position: fixed;
  width: 100%;
  bottom: 5%;
  left: 0;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 22;
}
.bg .foot a {
  color: rgba(255, 255, 255, 0.8);
}
.bg .foot a:hover {
  color: white;
}