@charset "UTF-8";
#mediaplayer_logo {
  display: none;
}

A {
  color: #333333;
  outline: none;
  text-decoration: none;
}
A:visited, A:active {
  color: #333333;
}
A:hover {
  color: #012C8F;
}

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: #012C8F;
  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='%231e62ab'/></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='%231e62ab'/><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='%231e62ab'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}
.list-paddingleft-2 {
  padding-left: 20px;
}
.list-paddingleft-2 li p {
  margin: 0;
  background-color: black;
}

.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);
  }
}

.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-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: #012C8F;
  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_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: #012C8F;
  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-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);
}

@font-face {
  font-family: "EnglishFont";
  src: url("../css/font/abhayalibre-extrabold1-webfont.eot");
  src: url("../css/font/AbhayaLibre-ExtraBold.ttf") format("truetype");
  src: url("../css/font/abhayalibre-extrabold1-webfont.woff") format("woff");
  src: url("../css/font/abhayalibre-extrabold1-webfont.woff2") format("woff2");
}
.swi_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swi_banner .swiper-slide {
  text-align: center;
  width: 100%;
  position: relative;
}
.swi_banner .swiper-slide img {
  width: 100%;
}
.swi_banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 12px;
  border: 0;
  margin: 5px;
}
.swi_banner .swiper-pagination-bullet-active {
  background-color: rgba(1, 44, 143, 0.9);
  width: 70px;
}
.swi_banner .pa_ban {
  bottom: 30px !important;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1230px) {
  .swi_banner .pa_ban {
    bottom: 10px !important;
  }
  .swi_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.eye_index_top {
  width: 100%;
}
.eye_index_top .top {
  width: 100%;
}
.eye_index_top .top .ny_main {
  position: relative;
  height: 130px;
}
.eye_index_top .top .ny_main .logo {
  height: 86px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -43px;
}
.eye_index_top .top .ny_main .logo img {
  height: 100%;
}
@media only screen and (max-width: 1230px) {
  .eye_index_top .top {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 55px;
    position: fixed;
    z-index: 30;
    top: 0px;
    left: 0;
  }
  .eye_index_top .top .ny_main {
    height: 55px;
  }
  .eye_index_top .top .ny_main .logo {
    height: 30px;
    margin-top: -15px;
    left: 15px;
  }
  .eye_index_top .top .ny_main .top_right_wz {
    display: none;
  }
}
.eye_index_top .nav_mh {
  width: 100%;
  background-color: #012C8F;
  border-top: 1px solid #e1e1e1;
  position: relative;
  z-index: 30;
}
.eye_index_top .nav_mh .menu {
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eye_index_top .nav_mh .menu li {
  height: 60px;
  float: left;
  position: relative;
  text-align: center;
}
.eye_index_top .nav_mh .menu li a.dbt {
  font-size: 18px;
  display: block;
  line-height: 60px;
  color: #fff;
  transition: all ease 0.3s;
}
.eye_index_top .nav_mh .menu li a.dbt .bi {
  font-size: 24px;
}
@media only screen and (min-width: 1230px) {
  .eye_index_top .nav_mh .menu li a.dbt::after {
    content: "";
    width: 0%;
    position: absolute;
    height: 4px;
    left: 50%;
    background-color: #fff;
    bottom: 0;
  }
}
.eye_index_top .nav_mh .menu li.on a.dbt::after, .eye_index_top .nav_mh .menu li:hover a.dbt::after {
  width: 100%;
  left: 0%;
  height: 4px;
}
.eye_index_top .nav_mh .menu li dl {
  width: 220px;
  font-size: 16px;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 50%;
  margin-left: -110px;
  top: 60px;
  float: left;
}
.eye_index_top .nav_mh .menu li dl a {
  display: block;
  padding: 8px 10px;
  line-height: 26px;
  text-align: center;
}
.eye_index_top .nav_mh .menu li dl a:hover {
  background-color: #012C8F;
  color: #fff;
}
.eye_index_top .nav_mh .menu li:hover dl {
  display: block;
}
@media only screen and (max-width: 1230px) {
  .eye_index_top .nav_mh {
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    overflow-y: auto;
    left: 100%;
    top: 55px;
    z-index: 29;
  }
  .eye_index_top .nav_mh .menu {
    height: auto;
  }
  .eye_index_top .nav_mh .menu li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    height: auto;
  }
  .eye_index_top .nav_mh .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
  .eye_index_top .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;
  }
  .eye_index_top .nav_mh .menu li a.dbt .bi {
    font-size: 20px;
  }
  .eye_index_top .nav_mh .menu li dl {
    width: 100%;
    display: block;
    position: inherit;
    left: auto;
    top: auto;
    margin-left:auto;
  }
  .eye_index_top .nav_mh .menu li dl dd {
    width: 50%;
    float: left;
  }
  .eye_index_top .nav_mh .menu li dl a {
    padding: 5px 0px;
    padding-left: 6%;
    font-size: 13px;
    text-align: left;
  }
}
.eye_index_top .nav_mh .ny_main {
  position: relative;
}
.eye_index_top .nav_mh .ny_main .top_right {
  position: absolute;
  right: 0px;
  top: -105px;
  width: 140px;
  height: 38px;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
}
.eye_index_top .nav_mh .ny_main .top_right .top_right_public {
  border-radius: 50%;
  color: #012C8F;
  height: 100%;
  font-size: 20px;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.eye_index_top .nav_mh .ny_main .top_right .top_right_public .iconfont {
  font-size: 22px;
  width: 100%;
  line-height: 38px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
}
.eye_index_top .nav_mh .ny_main .top_right .top_right_public .ewm_box {
  display: none;
  position: absolute;
  width: 150px;
  background-color: #fff;
  padding: 10px;
  border: solid 1px #ddd;
  z-index: 99;
  font-size: 16px;
  color: #012C8F !important;
}
.eye_index_top .nav_mh .ny_main .top_right .top_right_public .ewm_box img {
  height: 100%;
  width: 100%;
}
.eye_index_top .nav_mh .ny_main .top_right .top_right_public .ewm_box:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 1px #ddd;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  transform: rotate(45deg);
}
.eye_index_top .nav_mh .ny_main .top_right .top_right_public .ewm_box:after {
  content: "";
  width: 40px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 0px;
}
.eye_index_top .nav_mh .ny_main .top_right .top_right_public:hover {
  background-color: #012C8F;
  color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}
.eye_index_top .nav_mh .ny_main .top_right .top_right_public:hover .ewm_box {
  display: block;
  top: 55px;
  left: 50%;
  margin-left: -75px;
  z-index: 99;
}
@media only screen and (max-width: 1230px) {
  .eye_index_top .nav_mh .ny_main .top_right {
    width: 100%;
    height: auto;
    line-height: 30px;
    position: initial;
    right: auto;
    top: auto;
    padding: 10px;
    display: block;
    text-align: center;
    border-bottom: 0.5px solid #e1e1e1;
  }
  .eye_index_top .nav_mh .ny_main .top_right .top_right_public {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    color: #fff;
    margin: 0px;
  }
  .eye_index_top .nav_mh .ny_main .top_right .top_right_public .iconfont {
    font-size: 18px;
    line-height: 30px;
  }
  .eye_index_top .nav_mh .ny_main .top_right .top_right_public .icon-weixin,
  .eye_index_top .nav_mh .ny_main .top_right .top_right_public .icon-yduidianhua2 {
    display: none;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 510px) {
  .eye_index_top .nav_mh .ny_main .top_right {
    display: block;
    text-align: center;
  }
  .eye_index_top .nav_mh .ny_main .top_right .top_right_public {
    display: inline-block;
  }
}
.eye_index_top .nav_mh .ny_main .top_right_bottom {
  position: absolute;
  right: 0px;
  top: -60px;
  width: 170px;
  height: 32px;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}
.eye_index_top .nav_mh .ny_main .top_right_bottom a {
  background-color: #012c8f;
  color: #fff;
  border-radius: 16px;
  width: 78px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.eye_index_top .nav_mh .ny_main .top_right_bottom a:last-child {
  background-color: #89643e;
}
.eye_index_top .nav_mh .ny_main .top_right_bottom a:hover {
  border: 1px solid #012c8f;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
  background-color: rgba(1, 44, 143, 0);
  color: #012c8f;
}
.eye_index_top .nav_mh .ny_main .top_right_bottom a:hover:last-child {
  border: 1px solid #89643e;
  color: #89643e;
}
@media only screen and (max-width: 1230px) {
  .eye_index_top .nav_mh .ny_main .top_right_bottom {
    width: 100%;
    height: auto;
    line-height: 30px;
    position: initial;
    right: auto;
    top: auto;
    padding: 10px;
    border-bottom: 0.5px solid #e1e1e1;
    display: block;
    text-align: center;
  }
  .eye_index_top .nav_mh .ny_main .top_right_bottom a {
    background-color: #fff;
    width: 68px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    color: #012C8F;
  }
  .eye_index_top .nav_mh .ny_main .top_right_bottom a:last-child {
    color: #89643e;
    background-color: #fff;
  }
}

.eye_index_foot {
  border-top: 1px #e1e1e1 solid;
}
.eye_index_foot .ny_main {
  padding: 45px 0 60px 0;
}
.eye_index_foot .ny_main .foot_nr {
  width: 670px;
  line-height: 36px;
  font-size: 15px;
}
.eye_index_foot .ny_main .foot_nr a {
  font-family: "EnglishFont";
  font-size: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.eye_index_foot .ny_main .foot_nr .foot_logo {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.eye_index_foot .ny_main .foot_nr .foot_logo a {
  height: 45px;
  margin-bottom: 0px;
}
.eye_index_foot .ny_main .foot_nr .foot_logo a img {
  height: 100%;
}
.eye_index_foot .ny_main .foot_ewm {
  width: 158px;
  height: 158px;
}
.eye_index_foot .ny_main .foot_ewm img {
  width: 100%;
  height: 100%;
}
.eye_index_foot .text-center {
  background-color: #999999;
  color: #ffffff;
  font-size: 16px;
  padding: 25px 0;
}
@media only screen and (max-width: 1230px) {
  .eye_index_foot .ny_main {
    padding: 15px;
  }
  .eye_index_foot .ny_main .foot_nr {
    width: 600px;
    line-height: 33px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .eye_index_foot .ny_main .foot_nr a {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .eye_index_foot .ny_main .foot_nr .foot_logo {
    margin-top: 15px;
  }
  .eye_index_foot .ny_main .foot_nr .foot_logo a {
    height: 30px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .eye_index_foot .ny_main .foot_nr {
    width: 100%;
    text-align: center;
  }
  .eye_index_foot .ny_main .foot_nr .foot_logo {
    display: block;
    margin-top: 15px;
  }
  .eye_index_foot .ny_main .foot_nr .foot_logo a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1230px) {
  .eye_index_foot .ny_main .foot_ewm {
    width: 118px;
    height: 118px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .eye_index_foot .ny_main .foot_ewm {
    width: 100%;
    height: 90px;
    text-align: center;
  }
  .eye_index_foot .ny_main .foot_ewm img {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 1230px) {
  .eye_index_foot .text-center {
    font-size: 13px;
    padding: 15px 0;
  }
}

.eye_public_bt {
  height: 80px;
  margin-bottom: 45px;
}
.eye_public_bt .bt {
  font-size: 42px;
  line-height: 60px;
  font-family: "EnglishFont";
  font-weight: 700;
  color: #000000;
  position: relative;
  padding-left: 30px;
}
.eye_public_bt .bt:before {
  position: absolute;
  width: 6px;
  height: 30px;
  background-color: #89643e;
  left: 0px;
  top: 50%;
  margin-top: -17px;
  content: " ";
}
.eye_public_bt .more_arrow_normal {
  height: 38px;
  line-height: 38px;
  margin-top: 10px;
}
.eye_public_bt .more_arrow_normal b {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}
.eye_public_bt .more_arrow_normal b .iconfont {
  margin-left: 10px;
  font-size: 14px;
}
.eye_public_bt .more_arrow_normal:hover {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1230px) {
  .eye_public_bt {
    height: 40px;
    margin-bottom: 15px;
  }
  .eye_public_bt .bt {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
  }
  .eye_public_bt .bt:before {
    width: 2px;
    height: 12px;
    margin-top: -6px;
  }
  .eye_public_bt .more_arrow_normal {
    line-height: 25px;
    height: 25px;
    margin-top: 5px;
    font-size: 12px;
    padding: 0 10px;
  }
  .eye_public_bt .more_arrow_normal {
    line-height: 25px;
    height: 25px;
    margin-top: 5px;
  }
  .eye_public_bt .more_arrow_normal b {
    font-size: 13px;
    line-height: 23px;
    height: 25px;
  }
  .eye_public_bt .more_arrow_normal b .iconfont {
    font-size: 12px;
  }
}

.index_one .ny_main {
  padding: 95px 0;
  position: relative;
  padding-right: 562px;
}
.index_one .ny_main .eye_about_us {
  width: 100%;
  height: 455px;
}
.index_one .ny_main .eye_about_us .eye_public_bt {
  height: 80px;
  border-bottom: 1px solid #666666;
}
.index_one .ny_main .eye_about_us .nr {
  font-size: 16px;
  color: #666666;
  font-family: Arial, Arial-Regular;
  text-align: justify;
}
.index_one .ny_main .eye_about_us .num_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.index_one .ny_main .eye_about_us .num_box::before {
  position: absolute;
  height: 122px;
  width: 200px;
  background-image: url(../images/about.png);
  content: "";
  left: -45px;
  bottom: -37px;
  z-index: -1;
}
.index_one .ny_main .eye_about_us .num_box p {
  font-size: 16px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  color: #666666;
}
.index_one .ny_main .eye_about_us .num_box p b {
  font-size: 88px;
  font-family: Arial, Arial-Bold;
  font-weight: 700;
  color: #89643e;
  margin: 0 5px;
}
.index_one .ny_main .video {
  position: absolute;
  right: 0;
  width: 522px;
  height: 392px;
}
.index_one .ny_main .video .con {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.index_one .ny_main .video .con .videolist {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  display: block;
}
.index_one .ny_main .video .con .videolist:before {
  content: "";
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  z-index: 10;
}
.index_one .ny_main .video .con .videolist:after {
  content: "";
  background-image: url("../images/pay.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 11;
  height: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index_one .ny_main .video .con .videolist img {
  height: 100%;
  width: 100%;
}
.index_one .ny_main .video .con .videolist:hover:before {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.index_one .ny_main .video .con .videolist:hover:after {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -khtml-opacity: 0;
  height: 0%;
}
.index_one .ny_main .video .masklayer {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.index_one .ny_main .video .masklayer .videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 100;
  width: 640px;
  height: 448px;
}
.index_one .ny_main .video .masklayer .videos video {
  width: 640px;
  height: 448px;
}
.index_one .ny_main .video .vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1230px) {
  .index_one .ny_main {
    padding: 15px;
    padding-right: 50%;
  }
  .index_one .ny_main .eye_about_us {
    width: 100%;
    height: 368px;
  }
  .index_one .ny_main .eye_about_us .eye_public_bt {
    height: 40px;
  }
  .index_one .ny_main .eye_about_us .nr {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .index_one .ny_main .eye_about_us .num_box p {
    font-size: 14px;
  }
  .index_one .ny_main .eye_about_us .num_box p b {
    font-size: 30px;
  }
  .index_one .ny_main .video {
    width: 48%;
    height: 368px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 1024px) {
  .index_one .ny_main {
    padding-right: 15px;
  }
  .index_one .ny_main .eye_about_us {
    height: auto;
    margin-bottom: 15px;
  }
  .index_one .ny_main .video {
    width: 100%;
    height: auto;
    position: relative;
  }
  .index_one .ny_main .video .masklayer .videos {
    height: auto;
    width: 96%;
    margin-left: 0%;
    margin-top: -150px;
    left: 2%;
  }
  .index_one .ny_main .video .masklayer .videos video {
    height: auto;
    width: 100%;
  }
  .index_one .ny_main .video .vclose {
    top: -30px;
    right: 0px;
  }
}

.index_two {
  background-color: #f2f4f5;
}
.index_two .ny_main {
  padding: 80px 0;
}
.index_two .ny_main .eye_three_item ul {
  width: 102%;
  float: left;
  margin-left: -1%;
}
.index_two .ny_main .eye_three_item ul li {
  width: 31.3333%;
  float: left;
  margin: 0 1% 0px 1%;
}
.index_two .ny_main .eye_three_item ul li a {
  padding: 30px;
  display: block;
  background-color: #ffffff;
}
.index_two .ny_main .eye_three_item ul li a .img_content {
  height: 423px;
}
.index_two .ny_main .eye_three_item ul li a .img_content img {
  min-height: 100%;
}
.index_two .ny_main .eye_three_item ul li a .text_content .bt {
  font-size: 26px;
  font-family: "EnglishFont";
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}
.index_two .ny_main .eye_three_item ul li a .text_content .bt .iconfont {
  font-size: 26px;
  color: #012C8F;
  font-weight: normal;
  margin-right: 20px;
}
.index_two .ny_main .eye_three_item ul li a .text_content .btn_more {
  text-align: right;
  width: 100%;
  display: flex;
  height: 38px;
  align-items: center;
}
.index_two .ny_main .eye_three_item ul li a .text_content .btn_more:before {
  content: "";
  width: calc(100% - 68px);
  height: 1px;
  background-color: #999999;
  display: inline-block;
  margin-right: 22px;
}
.index_two .ny_main .eye_three_item ul li a .text_content .btn_more .iconfont {
  font-size: 38px;
  display: inline-block;
}
@media only screen and (min-width: 1230px) {
  .index_two .ny_main .eye_three_item ul li a:hover {
    background-color: #012C8F;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  .index_two .ny_main .eye_three_item ul li a:hover .text_content .bt {
    color: #fff;
  }
  .index_two .ny_main .eye_three_item ul li a:hover .text_content .bt .iconfont {
    color: #fff;
  }
  .index_two .ny_main .eye_three_item ul li a:hover .btn_more {
    color: #fff;
  }
  .index_two .ny_main .eye_three_item ul li a:hover .btn_more .iconfont {
    color: #fff;
    font-size: 38px;
  }
}
@media only screen and (max-width: 1230px) {
  .index_two .ny_main {
    padding: 15px;
  }
  .index_two .ny_main .eye_three_item ul li {
    margin-bottom: 10px;
  }
  .index_two .ny_main .eye_three_item ul li:last-child {
    margin-bottom: 0px;
  }
  .index_two .ny_main .eye_three_item ul li a {
    padding: 15px;
  }
  .index_two .ny_main .eye_three_item ul li a .img_content {
    height: calc((100vw / 3 - 30px) / 110 * 141);
    height: -webkit-calc((100vw / 3 - 30px) / 110 * 141);
  }
  .index_two .ny_main .eye_three_item ul li a .text_content .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .index_two .ny_main .eye_three_item ul li a .text_content .bt .iconfont {
    font-size: 20px;
  }
  .index_two .ny_main .eye_three_item ul li a .text_content .btn_more {
    height: 30px;
  }
  .index_two .ny_main .eye_three_item ul li a .text_content .btn_more:before {
    width: calc(100% - 38px);
    margin-right: 22px;
  }
  .index_two .ny_main .eye_three_item ul li a .text_content .btn_more .iconfont {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 768px) {
  .index_two .ny_main .eye_three_item ul li {
    width: 98%;
  }
  .index_two .ny_main .eye_three_item ul li a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
}

.index_three .bg1920 {
  position: relative;
  padding: 80px 0 0 0;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
}
.index_three .bg1920 .two_item {
  width: 100%;
  height: 725px;
  position: relative;
  padding-right: 525px;
}
.index_three .bg1920 .two_item .eye_bottom_bt {
  width: 325px;
  position: absolute;
  left: 345px;
}
.index_three .bg1920 .two_item .eye_bottom_bt .bt {
  width: 100%;
  font-size: 42px;
  font-family: "EnglishFont";
  font-weight: 700;
  color: #000000;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  line-height: 46px;
}
.index_three .bg1920 .two_item .eye_bottom_bt:before {
  content: "";
  width: 6px;
  height: 80px;
  background-color: #89643e;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -40px;
}
.index_three .bg1920 .two_item .left_box {
  width: 1050px;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.index_three .bg1920 .two_item .left_box .bt_font {
  background-color: #89643e;
  width: 370px;
  height: 510px;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 26px;
  font-family: "EnglishFont";
  font-weight: 700;
  color: #f6f6f8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}
.index_three .bg1920 .two_item .left_box .bt_font:before {
  position: absolute;
  content: "";
  width: 305px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  left: -198px;
  top: 50%;
  margin-top: -0.5px;
  z-index: 2;
}
.index_three .bg1920 .two_item .left_box .bt_font::after {
  position: absolute;
  content: "";
  width: 39px;
  height: 39px;
  background-image: url(../images/yuan.png);
  display: inline-block;
  right: 550px;
  top: 50%;
  margin-top: -19.5px;
  z-index: 2;
}
.index_three .bg1920 .two_item .left_box .img_content {
  height: 510px;
  width: 680px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.index_three .bg1920 .two_item .left_box .img_content img {
  min-height: 100%;
}
.index_three .bg1920 .two_item .left_box:hover .bt_font::after, .index_three .bg1920 .two_item .left_box:hover .bt_font:before {
  opacity: 0;
}
.index_three .bg1920 .two_item .right_box {
  width: 870px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 0;
}
.index_three .bg1920 .two_item .right_box .img_content {
  font-family: "EnglishFont";
  font-weight: 700;
  height: 628px;
  width: 528px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.index_three .bg1920 .two_item .right_box .img_content .bt_font {
  color: #f6f6f8;
  font-size: 26px;
  z-index: 1;
  position: absolute;
}
.index_three .bg1920 .two_item .right_box .img_content img {
  min-height: 100%;
}
.index_three .bg1920 .two_item .right_box::before {
  position: absolute;
  content: "";
  width: 564px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  right: 0px;
  top: 330px;
  z-index: 2;
}
.index_three .bg1920 .two_item .right_box::after {
  background-color: #012c8f;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  height: 725px;
  width: 870px;
  z-index: -1;
}
.index_three .bg1920 .two_item .right_box:hover:before {
  opacity: 0;
}
@media only screen and (max-width: 1230px) {
  .index_three .bg1920 {
    padding: 15px;
    width: 100%;
    margin-left: 0px;
    left: 0%;
  }
  .index_three .bg1920 .two_item {
    width: 100%;
    height: 340px;
    position: relative;
    padding-right: 50%;
  }
  .index_three .bg1920 .two_item .eye_bottom_bt {
    width: 100%;
    position: relative;
    left: 0px;
  }
  .index_three .bg1920 .two_item .eye_bottom_bt .bt {
    width: 100%;
    font-size: 18px;
    padding-left: 10px;
    line-height: 40px;
  }
  .index_three .bg1920 .two_item .eye_bottom_bt:before {
    width: 2px;
    height: 12px;
    margin-top: -6px;
  }
  .index_three .bg1920 .two_item .left_box {
    width: 50%;
    height: 300px;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
  .index_three .bg1920 .two_item .left_box .bt_font {
    background-image: url(../images/b1.jpg);
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
  }
  .index_three .bg1920 .two_item .left_box .bt_font:before {
    display: none;
  }
  .index_three .bg1920 .two_item .left_box .bt_font::after {
    display: none;
  }
  .index_three .bg1920 .two_item .left_box .img_content {
    display: none;
  }
  .index_three .bg1920 .two_item .right_box {
    width: 50%;
    height: 300px;
    z-index: 0;
  }
  .index_three .bg1920 .two_item .right_box .img_content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .index_three .bg1920 .two_item .right_box .img_content .bt_font {
    color: #f6f6f8;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    text-align: center;
  }
  .index_three .bg1920 .two_item .right_box::before {
    display: none;
  }
  .index_three .bg1920 .two_item .right_box::after {
    display: none;
  }
}

.index_four {
  position: relative;
}
.index_four .bg1920 {
  position: relative;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  height: 815px;
  padding: 80px 0;
}
.index_four .bg1920::before {
  width: 945px;
  height: 410px;
  position: absolute;
  bottom: 80px;
  left: 0;
  background-color: #012C8F;
  content: "";
}
.index_four .bg1920::after {
  width: 960px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f6f6f8;
  content: "";
  z-index: -1;
}
.index_four .bg1920 .eye_public_bt {
  position: absolute;
  left: 345px;
  top: 80px;
  width: 1230px;
}
.index_four .bg1920 .item_box {
  position: absolute;
  height: 565px;
  left: 0;
  top: 190px;
}
.index_four .bg1920 .item_box .eye_news_carousel {
  width: 600px;
  position: absolute;
  left: 345px;
  top: 0px;
  transition: all 0.2s linear;
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container {
  overflow: hidden;
  width: 100%;
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .img_content {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .img_content img {
  min-height: 100%;
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content {
  position: relative;
  background-color: #012C8F;
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .bt {
  display: block;
  width: 100%;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
  height: auto !important;
  line-height: 28px;
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .nr {
  display: block;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
  height: auto !important;
  line-height: 28px;
  color: #fff;
}
@media only screen and (max-width: 1230px) {
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .bt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .nr {
    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;
  }
}
@media only screen and (max-width: 760px) {
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .bt {
    font-size: 14px;
  }
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .sTime {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 75px;
  height: 80px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #012C8F;
  border: 1px solid #012C8F;
}
.index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .sTime b {
  width: 100%;
  display: block;
  font-size: 38px;
  line-height: 50px;
  height: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 1230px) {
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .sTime {
    left: 0px;
    top: 10px;
    width: 55px;
    height: 60px;
    font-size: 12px;
  }
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content .sTime b {
    font-size: 24px;
    line-height: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 1230px) {
  .index_four .bg1920 .item_box .eye_news_carousel {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 15px;
  }
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container {
    width: 100%;
  }
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .text_content {
    padding: 10px;
  }
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1230px) and (max-width: 760px) {
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
}
@media only screen and (max-width: 1230px) and (max-width: 490px) {
  .index_four .bg1920 .item_box .eye_news_carousel .swiper-container .swiper-slide a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 3);
  }
}
.index_four .bg1920 .item_box .right_list {
  width: 550px;
  position: absolute;
  left: 1025px;
}
.index_four .bg1920 .item_box .right_list ul li a {
  padding-left: 106px;
  display: block;
  border-bottom: 1px solid #999;
  padding: 35px 0 35px 106px;
  position: relative;
}
.index_four .bg1920 .item_box .right_list ul li a .bt {
  font-size: 24px;
  font-family: Arial, Arial-Regular;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 56px;
  height: auto !important;
  line-height: 28px;
}
.index_four .bg1920 .item_box .right_list ul li a .nr {
  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;
  font-size: 16px;
  color: #666;
}
.index_four .bg1920 .item_box .right_list ul li a .sTime {
  height: 110px;
  width: 70px;
  position: absolute;
  left: 0px;
  top: 60px;
  text-align: center;
  font-size: 16px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  color: #666666;
}
.index_four .bg1920 .item_box .right_list ul li a .sTime b {
  width: 100%;
  font-size: 68px;
  font-family: Arial, Arial-Bold;
  font-weight: 700;
  color: #89643e;
  line-height: 38px;
  display: block;
  margin-bottom: 15px;
}
.index_four .bg1920 .item_box .right_list ul li a:hover .bt {
  color: #012C8F;
}
.index_four .bg1920 .item_box .right_list ul li:last-child a {
  border-bottom: 0px solid #999;
}
.index_four .bg1920 .item_box .right_list .list-ani-shadow-10 a {
  z-index: 1;
}
.index_four .bg1920 .item_box .right_list .list-ani-shadow-10 a:before {
  left: -15px;
  top: -1px;
  bottom: -1px;
  right: -15px;
}
@media only screen and (max-width: 1230px) {
  .index_four .bg1920 {
    width: 100%;
    margin-left: 0px;
    left: 0%;
    height: auto;
    padding: 0px 15px 15px 15px;
  }
  .index_four .bg1920::before {
    display: none;
  }
  .index_four .bg1920::after {
    display: none;
  }
  .index_four .bg1920 .eye_public_bt {
    position: relative;
    left: 0;
    top: 0px;
    width: 100%;
  }
  .index_four .bg1920 .item_box {
    position: relative;
    height: auto;
    left: 0;
    top: 0px;
  }
  .index_four .bg1920 .item_box .right_list {
    width: 100%;
    position: relative;
    left: 0px;
    background-color: #f6f6f8;
  }
  .index_four .bg1920 .item_box .right_list ul li a {
    padding-left: 80px;
    padding: 15px 0 15px 80px;
  }
  .index_four .bg1920 .item_box .right_list ul li a .bt {
    font-size: 16px;
  }
  .index_four .bg1920 .item_box .right_list ul li a .nr {
    font-size: 14px;
  }
  .index_four .bg1920 .item_box .right_list ul li a .sTime {
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -35px;
    font-size: 14px;
  }
  .index_four .bg1920 .item_box .right_list ul li a .sTime b {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0px;
  }
}

.banner {
  width: 100%;
  background-image: url(../images/nb.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
}
@media only screen and (max-width: 1230px) {
  .banner {
    height: 140px;
  }
}
@media only screen and (max-width: 760px) {
  .banner {
    height: 100px;
  }
}

.ny_location {
  background-color: #fff;
  border-bottom: solid 1px #e5e5e5;
  line-height: 30px;
}
.ny_location .ny_main {
  padding: 10px 120px 10px 0;
  position: relative;
}
.ny_location .ny_main .loc .iconfont {
  color: #916a41;
  margin-right: 10px;
  font-size: 20px;
}
.ny_location .ny_main .loc a:last-child {
  color: #916a41;
}
@media only screen and (max-width: 1230px) {
  .ny_location {
    line-height: 24px;
  }
  .ny_location .ny_main {
    padding: 10px 80px 10px 15px;
  }
  .ny_location .ny_main .loc .iconfont {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 760px) {
  .ny_location {
    display: none;
  }
}

.about_one .ny_main {
  padding: 70px 0;
}
.about_one .ny_main .item {
  margin-bottom: 70px;
}
.about_one .ny_main .item .d1 {
  width: 55%;
  float: left;
  padding: 90px 65px;
  background-image: url(../images/abg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 523px;
}
.about_one .ny_main .item .d1 .bt {
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
}
.about_one .ny_main .item .d1 .text_content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  max-height: 240px;
  height: auto !important;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}
.about_one .ny_main .item .d2 {
  width: 45%;
  float: right;
  height: 100%;
  position: relative;
  height: 523px;
}
.about_one .ny_main .item .d2 .bt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0px 25px;
  background-color: #916a41;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  font-family: "EnglishFont";
}
.about_one .ny_main .item .d2 img {
  height: 100%;
}
@media only screen and (max-width: 1230px) {
  .about_one .ny_main {
    padding: 15px;
  }
  .about_one .ny_main .item {
    margin-bottom: 15px;
  }
  .about_one .ny_main .item .d1 {
    width: 100%;
    padding: 15px;
    height: auto;
  }
  .about_one .ny_main .item .d1 .bt {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .about_one .ny_main .item .d1 .text_content {
    font-size: 14px;
  }
  .about_one .ny_main .item .d2 {
    width: 100%;
    height: auto;
  }
  .about_one .ny_main .item .d2 .bt {
    padding: 0px 15px;
    font-size: 20px;
  }
}

.ab_pic_carousel {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 70px;
}
.ab_pic_carousel .swiper-container {
  overflow: hidden;
}
.ab_pic_carousel .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.ab_pic_carousel .swiper-container .swiper-slide a .img_content {
  height: 300px;
}
.ab_pic_carousel .swiper-container .swiper-slide a .img_content img {
  min-height: 100%;
}
.ab_pic_carousel .swiper-container .swiper-slide a:hover {
  background-image: url(../images/jyb/bg_green1.jpg);
}
.ab_pic_carousel .swiper-button-prev,
.ab_pic_carousel .swiper-button-next {
  width: 50px;
  height: 40px;
  margin-top: -25px;
  border-radius: 0 20px 20px 0;
  font-size: 0px;
  line-height: 40px;
  top: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.ab_pic_carousel .swiper-button-prev .bi,
.ab_pic_carousel .swiper-button-next .bi {
  font-size: 24px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.ab_pic_carousel .swiper-button-prev::after,
.ab_pic_carousel .swiper-button-next::after {
  display: none !important;
}
.ab_pic_carousel .swiper-button-prev {
  left: 0px;
}
.ab_pic_carousel .swiper-button-next {
  right: 0px;
  border-radius: 20px 0px 0px 20px;
}
.ab_pic_carousel.ab_pic_carousel_two {
  margin-bottom: 0px;
}
.ab_pic_carousel.ab_pic_carousel_two .swiper-container .swiper-slide a .img_content {
  height: 450px;
}
@media only screen and (max-width: 1230px) {
  .ab_pic_carousel.ab_pic_carousel_two .swiper-container .swiper-slide a .img_content {
    height: auto;
  }
}
@media only screen and (max-width: 1230px) {
  .ab_pic_carousel {
    margin-bottom: 30px;
  }
  .ab_pic_carousel .swiper-container .swiper-slide a .img_contentbg {
    padding: 0 5px;
  }
  .ab_pic_carousel .swiper-container .swiper-slide a .img_content {
    height: auto;
  }
}

.text_content_box {
  margin-bottom: 70px;
  text-align: justify;
}
@media only screen and (max-width: 1230px) {
  .text_content_box {
    margin-bottom: 15px;
  }
}

.public_box .ny_main {
  padding: 70px 0;
}
@media only screen and (max-width: 1230px) {
  .public_box .ny_main {
    padding: 15px;
  }
}
.public_box .bt {
  font-size: 42px;
  font-family: "EnglishFont";
  font-weight: 900;
  color: #000000;
}
@media only screen and (max-width: 1230px) {
  .public_box .bt {
    font-size: 22px;
  }
}
.public_box .sbt {
  font-size: 32px;
  font-family: "EnglishFont";
  font-weight: 700;
  color: #916a41;
}
@media only screen and (max-width: 1230px) {
  .public_box .sbt {
    font-size: 16px;
  }
}
.public_box .ban {
  height: 300px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .public_box .ban {
    height: auto;
    margin-bottom: 15px;
  }
}
.public_box .President_bt {
  color: #012c8f;
}
.public_box .two_box_President {
  position: relative;
}
.public_box .two_box_President .img_content {
  float: left;
  height: 530px;
  width: 380px;
}
.public_box .two_box_President .text_content {
  width: calc(100% - 480px);
  float: right;
  font-size: 16px;
  text-align: justify;
}
.public_box .two_box_President .text_content p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1230px) {
  .public_box .two_box_President .img_content {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 15px;
  }
  .public_box .two_box_President .img_content img {
    width: 260px;
    height: 300px;
  }
  .public_box .two_box_President .text_content {
    float: left;
    width: 100%;
    font-size: 14px;
  }
  .public_box .two_box_President .text_content p {
    margin-bottom: 15px;
  }
}
.public_box .PicList_news {
  width: 100%;
}
.public_box .PicList_news li {
  width: 100%;
}
.public_box .PicList_news li:first-child {
  border-top: solid 1px #e9e9e9;
}
.public_box .PicList_news li:last-child {
  margin-bottom: 0;
}
.public_box .PicList_news li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-bottom: solid 1px #e9e9e9;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_news li a {
    padding: 15px;
  }
}
.public_box .PicList_news li a:hover {
  border-color: #012C8F;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}
.public_box .PicList_news li a:hover .more {
  right: 0px;
}
.public_box .PicList_news li.pic a {
  padding-left: 400px;
  min-height: 330px;
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_news li.pic a {
    padding-left: 175px;
    min-height: 115px;
  }
}
@media only screen and (max-width: 760px) {
  .public_box .PicList_news li.pic a {
    padding-left: 15px;
    min-height: auto;
  }
}
.public_box .PicList_news li.pic .img_content {
  position: absolute;
  width: 360px;
  height: 270px;
  left: 0px;
  top: 30px;
}
.public_box .PicList_news li.pic .img_content img {
  min-height: 270px;
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_news li.pic .img_content {
    width: 145px;
    height: 100px;
    overflow: hidden;
    left: 15px;
    top: 15px;
  }
  .public_box .PicList_news li.pic .img_content img {
    min-height: 100px;
  }
}
@media only screen and (max-width: 760px) {
  .public_box .PicList_news li.pic .img_content {
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    height: calc((100vw - 30px) / 4 * 3);
    height: -webkit-calc((100vw - 30px) / 4 * 3);
    margin-bottom: 15px;
  }
  .public_box .PicList_news li.pic .img_content img {
    min-height: calc((100vw - 30px) / 4 * 3);
    min-height: -webkit-calc((100vw - 30px) / 4 * 3);
  }
}
.public_box .PicList_news li .text_content .bt {
  display: block;
  width: 100%;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #916a41;
  margin-top: 30px;
  line-height: 32px;
}
.public_box .PicList_news li .text_content p {
  display: block;
  width: 100%;
  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;
  color: #666;
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_news li .text_content .bt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .public_box .PicList_news li .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;
  }
}
@media only screen and (max-width: 760px) {
  .public_box .PicList_news li .text_content .bt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_news li {
    margin-bottom: 15px;
  }
}
.public_box .PicList_PI {
  width: 100%;
}
.public_box .PicList_PI li {
  width: 100%;
}
.public_box .PicList_PI li:first-child {
  border-top: solid 1px #e9e9e9;
}
.public_box .PicList_PI li:last-child {
  margin-bottom: 0;
}
.public_box .PicList_PI li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-bottom: solid 1px #e9e9e9;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_PI li a {
    padding: 15px;
  }
}
.public_box .PicList_PI li a:hover {
  border-color: #012C8F;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
}
.public_box .PicList_PI li a:hover .more {
  right: 0px;
}
.public_box .PicList_PI li.pic a {
  padding-left: 185px;
  min-height: 245px;
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_PI li.pic a {
    padding-left: 135px;
    min-height: 115px;
  }
}
@media only screen and (max-width: 760px) {
  .public_box .PicList_PI li.pic a {
    padding-left: 15px;
    min-height: auto;
  }
}
.public_box .PicList_PI li.pic .img_content {
  position: absolute;
  width: 158px;
  height: 185px;
  left: 0px;
  top: 30px;
}
.public_box .PicList_PI li.pic .img_content img {
  min-height: 185px;
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_PI li.pic .img_content {
    width: 100px;
    height: auto;
    overflow: hidden;
    left: 15px;
    top: 15px;
  }
  .public_box .PicList_PI li.pic .img_content img {
    min-height: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .public_box .PicList_PI li.pic .img_content {
    position: inherit;
    left: auto;
    top: auto;
    width: 100%;
    height: calc((100vw / 1 - 30px) / 3 * 4);
    height: -webkit-calc((100vw / 1 - 30px) / 3 * 4);
    margin-bottom: 15px;
  }
}
.public_box .PicList_PI li .text_content .bt {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}
.public_box .PicList_PI li .text_content .p1 {
  color: #999999;
}
.public_box .PicList_PI li .text_content .p2 {
  color: #012c8f;
}
.public_box .PicList_PI li .text_content .p3 {
  display: block;
  width: 100%;
  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;
  color: #666;
}
@media only screen and (max-width: 1230px) {
  .public_box .PicList_PI li .text_content .bt {
    font-size: 16px;
    margin-bottom: 3px;
    margin-top: 5px;
  }
  .public_box .PicList_PI li .text_content .p3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 32px;
    height: auto !important;
    line-height: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .public_box .PicList_PI li .text_content .bt {
    font-size: 14px;
  }
}
.public_box .zjxx_box {
  height: 401px;
  margin-bottom: 55px;
}
.public_box .zjxx_box .img_content {
  width: 337px;
  height: 401px;
  float: left;
}
.public_box .zjxx_box .text_content {
  float: right;
  width: 893px;
  color: #fff;
  padding: 60px;
  height: 100%;
  background-color: #012c8f;
}
.public_box .zjxx_box .text_content .zj_bt {
  font-size: 32px;
  font-family: "EnglishFont";
  font-weight: 700;
}
.public_box .zjxx_box .text_content .zj_bt span {
  font-size: 20px;
}
.public_box .zjxx_box .text_content .zj_title,
.public_box .zjxx_box .text_content .class_content {
  font-size: 16px;
  margin-bottom: 25px;
}
.public_box .zjxx_box .text_content .dep_title,
.public_box .zjxx_box .text_content .Research_title {
  font-size: 20px;
  font-family: "EnglishFont";
  font-weight: 700;
}
.public_box .zjxx_box.sys_box .text_content {
  padding: 50px;
  height: 330px;
  margin-top: 40px;
}
@media only screen and (max-width: 1230px) {
  .public_box .zjxx_box {
    height: auto;
    margin-bottom: 15px;
  }
  .public_box .zjxx_box .img_content {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 15px;
  }
  .public_box .zjxx_box .img_content img {
    width: 260px;
    height: 300px;
  }
  .public_box .zjxx_box .text_content {
    float: left;
    width: 100%;
    padding: 15px;
  }
  .public_box .zjxx_box .text_content .zj_bt {
    font-size: 16px;
  }
  .public_box .zjxx_box .text_content .zj_title,
  .public_box .zjxx_box .text_content .class_content {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .public_box .zjxx_box .text_content .dep_title,
  .public_box .zjxx_box .text_content .Research_title {
    font-size: 16px;
  }
}
.public_box .grey_text_content {
  background-color: #f6f6f8;
  padding: 55px;
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width: 1230px) {
  .public_box .grey_text_content {
    padding: 15px;
    font-size: 14px;
  }
}
.public_box.lcks_box .d1 {
  width: 65%;
}
.public_box.lcks_box .d1 .dep_zmnav .bt {
  font-size: 42px;
  font-weight: bold;
}
.public_box.lcks_box .d1 .dep_zmnav .dep_navbox {
  width: 100%;
  padding: 15px 0;
  border-bottom: solid 1px #e5e5e5;
}
.public_box.lcks_box .d1 .dep_zmnav #dep_nav {
  width: 799.5px;
  background-color: #fff;
  z-index: 2;
}
.public_box.lcks_box .d1 .dep_zmnav #dep_nav.on {
  border-bottom: solid 1px #e5e5e5;
}
.public_box.lcks_box .d1 .dep_zmnav .zmlist {
  font-size: 0;
  margin-left: -7px;
  padding: 15px 0;
  transition: all 0.2s linear;
}
.public_box.lcks_box .d1 .dep_zmnav .zmlist li {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 7px;
}
.public_box.lcks_box .d1 .dep_zmnav .zmlist li:hover a, .public_box.lcks_box .d1 .dep_zmnav .zmlist li.current a {
  background-color: #916a41;
  color: #fff;
  border-color: #916a41;
}
.public_box.lcks_box .d1 .dep_zmnav .zmlist a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #916a41;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list {
  width: 100%;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item {
  width: 100%;
  position: relative;
  padding: 30px 0 30px 40px;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item + .zm_item {
  border-top: solid 1px #e5e5e5;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item .zmbt {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 20px;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item ul li {
  padding: 5px 0;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item ul li a {
  color: #916a41;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item ul li a::before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #916a41;
  display: inline-block;
  margin-right: 0px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item ul li a:hover {
  text-decoration: underline;
}
.public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item ul li a:hover::before {
  width: 20px;
  margin-right: 10px;
}
.public_box.lcks_box .d2 {
  width: 30%;
}
.public_box.lcks_box .d2 .find_dep_box {
  width: 100%;
  max-width: 369px;
  background-color: #916a41;
  color: #fff;
  padding: 50px 40px;
  transition: all 0.2s linear;
}
.public_box.lcks_box .d2 .find_dep_box.on {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.public_box.lcks_box .d2 .find_dep_box.on p {
  margin-bottom: 20px;
}
.public_box.lcks_box .d2 .find_dep_box.on .m-b-40 {
  margin-bottom: 20px;
}
.public_box.lcks_box .d2 .find_dep_box .bt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.public_box.lcks_box .d2 .find_dep_box p {
  margin-bottom: 30px;
}
.public_box.lcks_box .d2 .find_dep_box .dep_search {
  width: 100%;
  height: 45px;
  padding-right: 50px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s linear;
  background-color: #fff;
}
.public_box.lcks_box .d2 .find_dep_box .dep_search:hover {
  border-color: #916a41;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
.public_box.lcks_box .d2 .find_dep_box .dep_search .inp_search {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
}
.public_box.lcks_box .d2 .find_dep_box .dep_search .inp_search::-moz-placeholder {
  color: #916a41;
}
.public_box.lcks_box .d2 .find_dep_box .dep_search .inp_search::placeholder {
  color: #916a41;
}
.public_box.lcks_box .d2 .find_dep_box .dep_search .btn_search {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 5px;
  top: 0;
  text-align: center;
}
.public_box.lcks_box .d2 .find_dep_box .dep_search .btn_search:hover .bi {
  color: #916a41;
}
.public_box.lcks_box .d2 .find_dep_box .dep_search .btn_search .bi {
  font-size: 20px;
  color: #999999;
}
.public_box.lcks_box .d2 .find_dep_box .dropdown.show .btn.dropdown-toggle::after {
  transform: rotate(180deg);
}
.public_box.lcks_box .d2 .find_dep_box .dropdown .dropdown-menu {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 0;
  border-top: solid 1px #e5e5e5;
  max-height: 230px;
  overflow-y: auto;
}
.public_box.lcks_box .d2 .find_dep_box .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  border-bottom: solid 1px #e5e5e5;
}
.public_box.lcks_box .d2 .find_dep_box .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(145, 106, 65, 0.1);
  color: #916a41;
}
.public_box.lcks_box .d2 .find_dep_box .dropdown .btn {
  background-color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 20px;
  text-align: left;
  color: #916a41;
  font-size: 16px;
  position: relative;
}
.public_box.lcks_box .d2 .find_dep_box .dropdown .btn:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
.public_box.lcks_box .d2 .find_dep_box .dropdown .btn.dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 50%;
  border: 0;
  content: "";
  background-image: url(../images/navjt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 8px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0;
  margin-top: -7px;
}
@media only screen and (max-width: 1230px) {
  .public_box.lcks_box .d1 {
    width: 100%;
  }
  .public_box.lcks_box .d1 .dep_zmnav .bt {
    font-size: 20px;
  }
  .public_box.lcks_box .d1 .dep_zmnav .dep_navbox {
    width: 100%;
    padding: 10px 0;
  }
  .public_box.lcks_box .d1 .dep_zmnav #dep_nav {
    width: 100%;
  }
  .public_box.lcks_box .d1 .dep_zmnav .zmlist {
    padding: 5px 0;
  }
  .public_box.lcks_box .d1 .dep_zmnav .zmlist li {
    width: 30px;
    height: 30px;
    margin: 4px;
  }
  .public_box.lcks_box .d1 .dep_zmnav .zmlist a {
    line-height: 30px;
    font-size: 14px;
  }
  .public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item {
    padding: 15px 0 15px 20px;
  }
  .public_box.lcks_box .d1 .dep_zmnav .zm_content_list .zm_item .zmbt {
    top: 17px;
    font-size: 16px;
  }
  .public_box.lcks_box .d2 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .public_box.lcks_box .d2 .find_dep_box {
    max-width: 369px;
    padding: 15px;
  }
  .public_box.lcks_box .d2 .find_dep_box.on {
    padding: 15px;
  }
  .public_box.lcks_box .d2 .find_dep_box.on p {
    margin-bottom: 15px;
  }
  .public_box.lcks_box .d2 .find_dep_box.on .m-b-40 {
    margin-bottom: 15px;
  }
  .public_box.lcks_box .d2 .find_dep_box .bt {
    font-size: 16px;
  }
  .public_box.lcks_box .d2 .find_dep_box p {
    margin-bottom: 15px;
  }
  .public_box.lcks_box .d2 .find_dep_box .dep_search {
    height: 30px;
    padding-right: 20px;
  }
  .public_box.lcks_box .d2 .find_dep_box .dep_search .inp_search {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
  }
  .public_box.lcks_box .d2 .find_dep_box .dep_search .btn_search {
    width: 30px;
    height: 30px;
  }
  .public_box.lcks_box .d2 .find_dep_box .dep_search .btn_search .bi {
    font-size: 15px;
  }
  .public_box.lcks_box .d2 .find_dep_box .dropdown .dropdown-menu {
    max-height: 230px;
  }
  .public_box.lcks_box .d2 .find_dep_box .dropdown .dropdown-menu .dropdown-item {
    padding: 5px 10px;
  }
  .public_box.lcks_box .d2 .find_dep_box .dropdown .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
}
.public_box .two_box_Cataract {
  position: relative;
}
.public_box .two_box_Cataract .img_content {
  float: right;
  height: 360px;
  width: 480px;
}
.public_box .two_box_Cataract .text_content {
  width: 710px;
  float: left;
  font-size: 16px;
  text-align: justify;
}
@media only screen and (max-width: 1230px) {
  .public_box .two_box_Cataract .img_content {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 15px;
  }
  .public_box .two_box_Cataract .img_content img {
    width: 260px;
    height: 300px;
  }
  .public_box .two_box_Cataract .text_content {
    float: left;
    width: 100%;
    font-size: 14px;
  }
}