﻿@charset "UTF-8";
A {
  color: #333333;
  outline: none;
  text-decoration: none;
}

A:visited, A:active {
  color: #333333;
}

A:hover {
  color: #49069b;
}

BODY {
  margin: 0px;
  padding: 0;
  font-family: Arial, "微软雅黑";
  background: #fff;
  line-height: 1.6;
  font-size: 16px;
  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;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  height: auto;
}

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

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

b,
label {
  font-weight: normal;
}

input,
button,
select,
textarea {
  outline: none;
  font-family: Arial, "微软雅黑";
  font-size: 16px;
}

.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: 40px;
  padding: 0 30px;
  border-radius: 40px;
  border: solid 2px #49069b;
}

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: 29px;
    height: 30px;
    padding: 0 15px;
    border: solid 1px #49069b;
    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: 760px) {
  .top_jg {
    display: block;
    height: 55px;
  }
}

@media only screen and (max-width: 1230px) {
  .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;
}

.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: calc($num / 100);
  opacity: calc($num / 100);
}

@media only screen and (min-width: 1230px) {
  .btn-ani-show:hover .bi {
    right: 20px;
    filter: alpha(opacity=100);
    -moz-opacity: calc($num / 100);
    opacity: calc($num / 100);
  }
}

@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;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  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;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  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%;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  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: #49069b;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  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 .8s .1s ease both;
  -webkit-animation: fadeIn .8s .1s ease both;
  -moz-animation: fadeIn .8s .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;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@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: #49069b;
  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 {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

.btn-ani-anim:hover .anim {
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
  cursor: pointer;
}

.btn-ani-anim:hover .anim {
  -webkit-transform: translateY(-50%) translateX(-50%);
  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 {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

.btn-ani-anim:hover .anim:after {
  -webkit-animation: anim-out-pseudo 0.75s;
  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;
}

@-webkit-keyframes anim-out {
  0% {
    width: 0%;
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    width: 100%;
    background: transparent;
  }
}

@keyframes anim-out {
  0% {
    width: 0%;
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    width: 100%;
    background: transparent;
  }
}

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

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

.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;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          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;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.sy_top {
  width: 100%;
  position: relative;
}

.top_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
  background-image: url("../images/topbg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 230px;
}

@media only screen and (max-width: 1230px) {
  .top_box {
    position: fixed;
    height: 55px;
    background-color: #49069b;
  }
}

.top_box .top {
  width: 100%;
  height: 120px;
  position: relative;
}

.top_box .top .logo {
  position: absolute;
  left: 0;
  height: 110px;
  top: 40%;
  margin-top: -32px;
}

.top_box .top .logo img {
  height: 100%;
}

.top_box .top .top_lr {
  line-height: 24px;
  position: absolute;
  right: 105px;
  top: 52px;
  color: rgba(255, 255, 255, 0.5);
}

.top_box .top .top_lr a {
  color: #fff;
  margin: 0 10px;
}

.top_box .top .top_lr a:hover {
  text-decoration: underline;
}

.top_box .top .cdSs,
.top_box .top .cdWx {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../images/t_ss.png);
  background-position: center center;
  background-repeat: no-repeat;
  right: 50px;
  top: 40px;
  border-radius: 50%;
  z-index: 1;
}

.top_box .top .cdWx {
  right: -5px;
  background-image: url(../images/t_wx.png);
}

.top_box .top .cdWx:hover {
  background-color: #49069b;
}

.top_box .top .cdWx .ewm {
  width: 160px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 60px;
  display: none;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.top_box .top .cdWx .ewm img {
  max-width: 120px;
}

.top_box .top .cdWx .ewm::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top_box .top .cdWx:hover .ewm {
  display: block;
}

@media only screen and (min-width: 1230px) {
  .top_box .top .cdSs .txtk {
    position: absolute;
    overflow: hidden;
    height: 45px;
    right: 0px;
    top: 0px;
    width: 0%;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .top_box .top .cdSs .txtk .form-control {
    width: 100%;
    height: 45px;
    line-height: 44px;
    border: 0;
    padding: 0 50px 0 12px;
    background: #49069b;
    color: #ffffff;
  }
  .top_box .top .cdSs .txtk .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .top_box .top .cdSs .txtk .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .top_box .top .cdSs .txtk .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .top_box .top .cdSs .txtk .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .top_box .top .cdSs .txtk .an_ss {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 0;
    right: 2px;
    top: 2px;
    background: url(../images/t_ss.png) center center no-repeat;
  }
  .top_box .top .cdSs .txtk .an_ss:hover {
    background: url(../images/t_ss.png) rgba(255, 255, 255, 0.15) center center no-repeat;
  }
  .top_box .top .cdSs:hover .txtk {
    width: 280px;
    border-color: #fff;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 1230px) {
  .top_box .top .cdSs {
    height: 55px !important;
    border-radius: 0;
    top: 0 !important;
    margin: 0 !important;
    width: 40px !important;
  }
  .top_box .top .cdSs .txtk {
    position: fixed;
    overflow: hidden;
    height: 40px;
    right: 0px;
    top: 55px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    display: none;
  }
  .top_box .top .cdSs .txtk .form-control {
    width: 100%;
    height: 40px;
    line-height: 44px;
    border: 0;
    font-size: 14px;
    padding: 0 70px 0 12px;
    background: rgba(255, 255, 255, 0);
    color: #333;
  }
  .top_box .top .cdSs .txtk .form-control::-webkit-input-placeholder {
    color: #999;
  }
  .top_box .top .cdSs .txtk .form-control:-ms-input-placeholder {
    color: #999;
  }
  .top_box .top .cdSs .txtk .form-control::-ms-input-placeholder {
    color: #999;
  }
  .top_box .top .cdSs .txtk .form-control::placeholder {
    color: #999;
  }
  .top_box .top .cdSs .txtk .an_ss {
    position: absolute;
    width: 60px;
    height: 40px;
    border: 0;
    right: 0px;
    top: 0px;
    background: url(../images/t_ss.png) #49069b center center no-repeat;
    background-size: auto 20px;
  }
  .top_box .top .cdSs:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .top_box .top .cdSs:hover .txtk {
    display: block;
  }
}

@media only screen and (max-width: 1230px) {
  .top_box .top {
    height: 55px;
  }
  .top_box .top .logo {
    height: 30px;
    margin-top: -15px;
    left: 15px;
  }
  .top_box .top .top_lr {
    right: 125px;
    top: 15px;
  }
  .top_box .top .top_lr a {
    margin: 0 6px;
  }
  .top_box .top .cdSs,
  .top_box .top .cdWx {
    width: 35px;
    height: 35px;
    right: 87px;
    top: 10px;
    background-size: auto 22px;
  }
  .top_box .top .cdWx {
    right: 50px;
  }
  .top_box .top .cdWx .ewm {
    width: 120px;
    padding: 10px;
    margin-left: -60px;
    top: 50px;
  }
  .top_box .top .cdWx .ewm img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .top_box .top .logo {
    width: 35px;
    overflow: hidden;
  }
  .top_box .top .logo img {
    max-width: none;
  }
}

@media only screen and (min-width: 1230px) {
  .top_box .nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_box .nav li > a {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    position: relative;
    line-height: 40px;
    height: 43px;
  }
  .top_box .nav li > a::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 0%;
    height: 3px;
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .top_box .nav li > a:hover::after {
    width: 100%;
    left: 0%;
  }
}

@media only screen and (max-width: 1230px) {
  .top_box .navk {
    display: none;
    width: 100%;
    display: none;
    position: fixed;
    height: calc(100vh - 55px);
    height: -webkit-calc(100vh - 55px);
    background-color: #49069b;
    overflow-y: auto;
    left: 100%;
    top: 55px;
    z-index: 29;
  }
  .top_box .navk .nav li {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .top_box .navk .nav li a {
    display: block;
    width: 100%;
    text-align: left;
    color: #fff;
  }
  .top_box .navk .nav li a.dbt {
    font-size: 13px;
    padding: 10px 3%;
    line-height: 1.6;
    font-weight: bold;
  }
  .top_box .navk .nav li dl {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 0;
  }
  .top_box .navk .nav li dl dd {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .top_box .navk .nav li dl dd dl {
    padding-left: 15px;
  }
  .top_box .navk .nav li dl dd dl dd {
    width: 50%;
  }
  .top_box .navk .nav li dl dd a {
    padding: 5px 0px;
    padding-left: 15px;
    font-size: 13px;
    text-align: left;
    color: #333;
  }
}

.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%;
}

@media only screen and (min-width: 1230px) {
  .swi_banner .swiper-slide img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
            transform: translate3d(0, 0, 0) scale(1.2);
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0s ease 1s;
    transition: opacity 0.8s ease, -webkit-transform 0s ease 1s;
    transition: opacity 0.8s ease, transform 0s ease 1s;
    transition: opacity 0.8s ease, transform 0s ease 1s, -webkit-transform 0s ease 1s;
  }
}

.swi_banner .swiper-slide-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}

.swi_banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8);
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 10px;
  border: 0;
}

.swi_banner .swiper-pagination-bullet-active {
  background-color: white;
  width: 70px;
}

.swi_banner .pa_ban {
  bottom: 40px !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;
  }
}

.sy1 {
  width: 100%;
  padding: 60px 0;
}

@media only screen and (max-width: 1230px) {
  .sy1 {
    padding: 20px 15px;
  }
}

.sy_bt1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sy_bt1 .bt_left .bt_top {
  color: #49069b;
  font-style: italic;
  font-family: Marion, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 30px;
  position: relative;
  padding-left: 60px;
}

.sy_bt1 .bt_left .bt_top::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #dee5ff;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

.sy_bt1 .bt_left .bt_top b {
  font-size: 36px;
}

.sy_bt1 .bt_left .bt {
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  position: relative;
  padding-left: 55px;
  color: #000;
}

.sy_bt1 .bt_left .bt::before {
  content: "";
  background-image: url(../images/t_a1.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 50px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 5px;
}

.sy_bt1 .bt_left .bt.bt_zxjs::before {
  background-image: url(../images/t_a3.png);
}

.sy_bt1 .bt_left .bt.bt_fzrjj::before {
  background-image: url(../images/t_a4.png);
}

.sy_bt1 .bt_left .bt.bt_yjtd::before {
  background-image: url(../images/t_a6.png);
}

.sy_bt1 .bt_left .bt.bt_zxzx::before {
  background-image: url(../images/t_a5.png);
}

@media only screen and (max-width: 1230px) {
  .sy_bt1 .bt_left .bt_top {
    line-height: 22px;
    padding-left: 30px;
    font-size: 12px;
  }
  .sy_bt1 .bt_left .bt_top::before {
    width: 20px;
    height: 3px;
    top: 5px;
  }
  .sy_bt1 .bt_left .bt_top b {
    font-size: 22px;
  }
  .sy_bt1 .bt_left .bt {
    font-size: 22px;
    line-height: 30px;
    padding-left: 30px;
  }
  .sy_bt1 .bt_left .bt::before {
    width: 30px;
    height: 20px;
    top: 5px;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 760px) {
  .sy_bt1 .bt_left .bt_top b {
    font-size: 18px;
  }
  .sy_bt1 .bt_left .bt {
    font-size: 18px;
  }
}

.zyList {
  width: 102%;
  margin-left: -1%;
  font-size: 0;
}

.zyList li {
  width: 31.3333%;
  display: inline-block;
  margin: 0 1% 30px 1%;
  vertical-align: top;
}

.zyList li a {
  display: block;
  width: 100%;
  border: solid 2px #49069b33;
  padding: 10px;
}

.zyList li a .text_content {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.zyList li a .text_content .pic {
  height: 51px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}

.zyList li a .text_content .pic img {
  max-height: 100%;
}

.zyList li a .text_content .bt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.zyList li a .text_content p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
}

.zyList li a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.zyList li a:hover .text_content {
  background-color: #f3f5ff;
}

.zyList li a:hover .text_content .bt,
.zyList li a:hover .text_content p {
  color: #49069b;
}

@media only screen and (max-width: 1230px) {
  .zyList li {
    margin: 0 1% 20px 1%;
  }
  .zyList li a {
    border: solid 1px #49069b33;
    padding: 8px;
  }
  .zyList li a .text_content {
    height: 200px;
    padding: 10px;
  }
  .zyList li a .text_content .pic {
    height: 45px;
    margin-bottom: 15px;
  }
  .zyList li a .text_content .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .zyList li a .text_content p {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 760px) {
  .zyList {
    width: 100%;
    margin-left: 0;
  }
  .zyList li {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .zyList li a {
    padding: 5px;
  }
  .zyList li a .text_content {
    height: auto;
  }
  .zyList li a .text_content .pic {
    height: 35px;
  }
  .zyList li a .text_content .bt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .zyList li a .text_content p {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: auto !important;
    line-height: 20px;
  }
}

.sy2 {
  position: relative;
  height: 540px;
}

.sy2::before, .sy2::after {
  content: "";
  height: 410px;
  background-color: #f3f5ff;
  position: absolute;
  left: 0;
  width: 55%;
  bottom: 0;
  z-index: -1;
}

.sy2::after {
  width: 45%;
  right: 0;
  left: auto;
  background-color: #fdfaff;
}

.sy2 .d1 {
  width: 64%;
}

.sy2 .d1 .d1_box {
  padding: 55px 0;
}

.sy2 .d1 .sy_ab {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 40px 50px;
  background-color: #fff;
}

.sy2 .d1 .sy_ab .nr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  height: 216px;
  line-height: 24px;
}

.sy2 .d2 {
  width: 32%;
}

.sy2 .d2 .fzr_nr {
  text-align: center;
  background-image: url(../images/fzrbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 420px;
  width: 330px;
  margin: 0 auto;
  padding: 15px 20px;
}

.sy2 .d2 .fzr_nr a {
  display: block;
  height: 388px;
  position: relative;
}

.sy2 .d2 .fzr_nr a img {
  min-height: 100%;
}

.sy2 .d2 .fzr_nr a .text_content {
  position: absolute;
  padding: 15px 0;
  left: 0;
  bottom: -2px;
  background-image: url(../images/fzrbtbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
}

.sy2 .d2 .fzr_nr a .text_content b {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1230px) {
  .sy2 {
    height: auto;
    padding: 0 15px;
  }
  .sy2::before, .sy2::after {
    display: none;
  }
  .sy2 .d1 {
    width: 65%;
  }
  .sy2 .d1 .d1_box {
    padding: 0px 0;
  }
  .sy2 .d1 .sy_ab {
    padding: 20px;
  }
  .sy2 .d1 .sy_ab .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    max-height: 216px;
    height: auto !important;
    line-height: 24px;
  }
  .sy2 .d2 .fzr_nr {
    height: 350px;
    width: 280px;
    margin: 0 auto;
    padding: 15px 15px;
  }
  .sy2 .d2 .fzr_nr a {
    height: 320px;
  }
  .sy2 .d2 .fzr_nr a .text_content {
    padding: 10px 0;
    font-size: 13px;
  }
  .sy2 .d2 .fzr_nr a .text_content b {
    font-size: 16px;
  }
}

@media only screen and (max-width: 760px) {
  .sy2 .d1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .sy2 .d1 .sy_ab {
    padding: 15px;
  }
  .sy2 .d1 .sy_ab .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: 192px;
    height: auto !important;
    line-height: 24px;
  }
  .sy2 .d2 {
    width: 100%;
  }
  .sy2 .d2 .fzr_nr {
    height: 350px;
    width: 280px;
    margin: 0 auto;
    padding: 15px 15px;
  }
  .sy2 .d2 .fzr_nr a {
    height: 320px;
  }
  .sy2 .d2 .fzr_nr a .text_content {
    padding: 10px 0;
    font-size: 13px;
  }
  .sy2 .d2 .fzr_nr a .text_content b {
    font-size: 16px;
  }
}

.sy3 {
  width: 100%;
  padding: 0 0 10px 0;
}

@media only screen and (max-width: 1230px) {
  .sy3 {
    padding: 20px 15px;
  }
}

.syYjtd {
  width: 100%;
}

.syYjtd .d1 {
  width: 55%;
  position: relative;
  background-color: #fdfaff;
}

.syYjtd .d1::after {
  content: "";
  position: absolute;
  height: 100%;
  background-image: url(../images/tdbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 300px;
  right: -300px;
  top: 0;
}

.syYjtd .d2 {
  width: 39%;
  position: relative;
  z-index: 1;
}

.syYjtd .d2 .nr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 192px;
  height: auto !important;
  line-height: 24px;
}

@media only screen and (max-width: 1230px) {
  .syYjtd .d1 {
    width: 55%;
  }
  .syYjtd .d1::after {
    display: none;
  }
  .syYjtd .d2 {
    width: 42%;
    position: relative;
    z-index: 1;
  }
  .syYjtd .d2 .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: 192px;
    height: auto !important;
    line-height: 24px;
  }
}

@media only screen and (max-width: 760px) {
  .syYjtd .d1 {
    display: none;
  }
  .syYjtd .d2 {
    width: 100%;
  }
  .syYjtd .d2 .nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 144px;
    height: auto !important;
    line-height: 24px;
  }
}

.syNews {
  width: 100%;
}

.syNews .d1 {
  width: 720px;
  height: 470px;
  position: relative;
}

.syNews .d1 .img_content {
  position: absolute;
  width: 680px;
  right: 0;
  top: 0;
  z-index: 1;
  height: 430px;
}

.syNews .d1 .img_content img {
  min-height: 100%;
}

.syNews .d1::after {
  content: "";
  background-image: url(../images/c.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 300px;
  height: 240px;
  left: 0;
  bottom: 0;
}

.syNews .d2 {
  width: 480px;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

@media only screen and (max-width: 1230px) {
  .syNews .d1 {
    display: none;
  }
  .syNews .d2 {
    width: 100%;
    margin-top: 0;
  }
}

.syNews_top {
  width: 560px;
  position: relative;
  left: -80px;
  background-image: url(../images/nbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 180px;
  margin-bottom: 15px;
}

.syNews_top a {
  display: block;
  width: 100%;
  padding: 30px;
}

.syNews_top a .dTitle {
  position: relative;
  padding-left: 75px;
  margin-bottom: 15px;
}

.syNews_top a .dTitle .bt {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
}

.syNews_top a .dTitle .sTime {
  width: 60px;
  height: 60px;
  background-color: #49069b;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-family: marion, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  padding: 10px 0;
}

.syNews_top a .dTitle .sTime b {
  display: block;
  font-size: 26px;
  line-height: 25px;
  font-weight: bold;
}

.syNews_top a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  line-height: 24px;
  color: #666;
}

@media only screen and (max-width: 1230px) {
  .syNews_top {
    width: 100%;
    left: auto;
    height: auto;
    min-height: 120px;
  }
  .syNews_top a {
    padding: 25px 20px;
  }
  .syNews_top a .dTitle {
    padding-left: 60px;
    margin-bottom: 10px;
  }
  .syNews_top a .dTitle .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
  }
  .syNews_top a .dTitle .sTime {
    width: 48px;
    height: 48px;
    font-size: 13px;
    padding: 5px 0;
  }
  .syNews_top a .dTitle .sTime b {
    font-size: 20px;
    line-height: 22px;
  }
  .syNews_top a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
  }
}

@media only screen and (max-width: 760px) {
  .syNews_top a {
    padding: 20px 15px;
  }
}

.syNewlist li a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 80px;
  height: 42px;
  line-height: 42px;
}

.syNewlist li a::before {
  content: "";
  background-image: url(../images/timebg.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 18px;
  position: absolute;
  left: 50px;
}

.syNewlist li a .sTime {
  position: absolute;
  font-family: marion, Arial, Helvetica, sans-serif;
  left: 0;
  top: 0;
  font-style: italic;
}

.syNewlist li a p {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 1230px) {
  .syNewlist li a {
    padding-left: 60px;
    height: 30px;
    line-height: 30px;
  }
  .syNewlist li a::before {
    left: 37px;
    background-size: 100% auto;
  }
  .syNewlist li a .sTime {
    position: absolute;
    font-family: marion, Arial, Helvetica, sans-serif;
    left: 0;
    top: 0;
    font-style: italic;
  }
}

.foot {
  width: 100%;
  background-image: url(../images/footbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
}

.foot a {
  color: #fff;
}

.foot a:hover {
  text-decoration: underline;
}

.foot .foot_nr {
  text-align: center;
  padding: 40px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}

.foot .foot_top {
  padding: 45px 0;
}

.foot .foot_top .d1 {
  width: 350px;
}

.foot .foot_top .d1 .bt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1230px) {
  .foot {
    font-size: 13px;
  }
  .foot .foot_nr {
    padding: 20px 15px;
  }
  .foot .foot_top {
    padding: 20px 15px;
  }
  .foot .foot_top .d1 {
    width: 300px;
  }
  .foot .foot_top .d1 .bt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 760px) {
  .foot .foot_nr {
    text-align: left;
  }
}

.footList li {
  padding-left: 30px;
  position: relative;
}

.footList li::before {
  content: "";
  background-image: url(../images/t_add.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}

.footList li.l2::before {
  background-image: url(../images/t_tel.png);
}

.footList li.l3::before {
  background-image: url(../images/t_mail.png);
}

.footList li + li {
  margin-top: 10px;
}

.footNav li {
  float: left;
  width: 110px;
}

.footNav li .bt {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footNav li dl dd {
  line-height: 24px;
}

.footNav li dl dd + dd {
  margin-top: 5px;
}

.footNav li + li {
  margin-left: 60px;
}

@media only screen and (max-width: 1230px) {
  .footNav {
    width: calc(100vw - 350px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footNav li {
    width: 100%;
  }
  .footNav li .bt {
    font-size: 16px;
    padding-bottom: 7.5px;
    margin-bottom: 7.5px;
  }
  .footNav li dl dd {
    line-height: 22px;
  }
  .footNav li dl dd + dd {
    margin-top: 5px;
  }
  .footNav li + li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .footNav {
    display: none;
  }
}

.ny {
  width: 100%;
  padding: 60px 0;
}

@media only screen and (max-width: 1230px) {
  .ny {
    padding: 15px;
  }
}

.dqwz {
  border-bottom: solid 1px #e1e1e1;
}

.dqwz .ny_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  line-height: 60px;
}

.dqwz .ny_main a.cdHome {
  color: #3f5bb0;
  font-size: 22px;
}

.dqwz .ny_main a.cdHome:hover {
  color: #49069b;
}

@media only screen and (max-width: 1230px) {
  .dqwz .ny_main {
    display: block;
    height: auto;
    line-height: normal;
  }
}

@media only screen and (min-width: 1230px) {
  .lmNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 19px;
  }
  .lmNav li a {
    display: block;
    height: 60px;
    position: relative;
  }
  .lmNav li a.active {
    color: #49069b;
  }
  .lmNav li a.active::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #49069b;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .lmNav li + li {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1230px) {
  .lmNav {
    display: none;
    background-color: #f9f9f9;
  }
  .lmNav li {
    display: block;
    font-size: 14px;
  }
  .lmNav li + li {
    border-top: solid 1px #e1e1e1;
  }
  .lmNav li a {
    display: block;
    line-height: 1.6;
    height: auto;
    padding: 8px 3%;
    text-align: left;
  }
}

.ny_bt1 .bt {
  font-size: 32px;
  color: #49069b;
  font-weight: bold;
}

@media only screen and (max-width: 1230px) {
  .ny_bt1 .bt {
    font-size: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .ny_bt1 .bt {
    font-size: 16px;
  }
}

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

.news_info .infoTitle {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}

.news_info .infoAtt {
  text-align: center;
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 40px;
  color: #666;
}

.news_info .infoAtt .sItem {
  margin: 0 30px;
  display: inline-block;
}

.news_info .infoAtt .sItem .sItem_nr {
  display: inline-block;
}

.news_info .dLocation {
  margin-bottom: 30px;
  color: #999;
  margin-top: -20px;
}

.news_info .dLocation a:last-child {
  color: #49069b;
}

.news_info .infoUpdown {
  border-top: solid 1px #e9e9e9;
  padding: 20px 0 10px 0;
  font-size: 16px;
}

.news_info .infoUpdown .s_left,
.news_info .infoUpdown .s_right {
  width: 48%;
  display: block;
  float: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news_info .infoUpdown .s_right {
  float: right;
  text-align: right;
}

@media only screen and (max-width: 1230px) {
  .news_info .infoTitle {
    margin-bottom: 15px;
  }
  .news_info .infoAtt {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news_info .infoAtt .sItem {
    margin: 0 10px;
  }
  .news_info .dLocation {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .news_info .infoUpdown {
    padding: 15px 0 10px 0;
    font-size: 13px;
  }
  .news_info .infoUpdown .s_left,
  .news_info .infoUpdown .s_right {
    width: 100%;
  }
  .news_info .infoUpdown .s_right {
    float: left;
    text-align: left;
  }
  .news_info .infoUpdown .s_left {
    margin-bottom: 5px;
  }
  .news_info span.s_mob_ewm {
    display: none !important;
  }
}

@media only screen and (max-width: 760px) {
  .news_info .infoTitle {
    font-size: 16px;
  }
}

.info_content {
  width: 100%;
  font-size: 18px;
  line-height: 1.9;
  overflow-x: auto;
  min-height: 300px;
}

.info_content table td {
  padding: 10px;
  border: solid 1px #ddd;
}

@media only screen and (max-width: 1230px) {
  .info_content {
    font-size: 14px;
    overflow-x: auto;
    line-height: 1.6;
    min-height: 100px;
  }
}

.newsList li {
  border-bottom: solid 1px #ddd;
}

.newsList li a {
  padding: 35px 0;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 80px;
  min-height: 140px;
}

.newsList li a .bt {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 70px;
  height: auto !important;
  line-height: 35px;
  margin-bottom: 20px;
  font-size: 22px;
}

.newsList li a .sTime {
  position: absolute;
  left: 0;
  top: 35px;
  color: #666;
  font-family: marion, Arial, Helvetica, sans-serif;
}

.newsList li a .sTime b {
  display: block;
  font-size: 24px;
  position: relative;
  margin-bottom: 10px;
}

.newsList li a .sTime b::after {
  content: "";
  background-color: #666;
  width: 1em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.newsList li a p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 72px;
  height: auto !important;
  line-height: 26px;
}

.newsList li.lPic a {
  min-height: 270px;
  padding-left: 420px;
}

.newsList li.lPic a .sTime {
  top: 55px;
}

.newsList li.lPic a .img_content {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 80px;
  top: 35px;
}

.newsList li.lPic a .img_content img {
  min-height: 100%;
}

.newsList li.lPic a .text_content {
  margin-top: 20px;
}

@media only screen and (max-width: 1230px) {
  .newsList li a {
    padding: 20px 0;
    padding-left: 80px;
    min-height: 48px;
  }
  .newsList li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: auto !important;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .newsList li a .sTime {
    top: 20px;
  }
  .newsList li a .sTime b {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .newsList li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    height: auto !important;
    line-height: 22px;
  }
  .newsList li.lPic a {
    min-height: 170px;
    padding-left: 280px;
  }
  .newsList li.lPic a .sTime {
    top: 30px;
  }
  .newsList li.lPic a .img_content {
    width: 200px;
    height: 130px;
    left: 60px;
    top: 20px;
  }
  .newsList li.lPic a .text_content {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .newsList li a {
    padding: 15px 0;
    padding-left: 0px;
  }
  .newsList li a .bt {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .newsList li a .sTime {
    display: none;
  }
  .newsList li.lPic a {
    min-height: auto;
    padding-left: 0px;
  }
  .newsList li.lPic a .img_content {
    width: 100%;
    left: auto;
    top: auto;
    position: inherit;
    height: calc((100vw / 1 - 30px) / 4 * 2.5);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 2.5);
  }
  .newsList li.lPic a .text_content {
    margin-top: 10px;
  }
}

.pageStyle {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.pageStyle a,
.pageStyle .sel_fy {
  padding: 0px 12px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 3px;
  margin: 0px 4px;
  background: #fff;
  font-size: 16px;
  border: solid 1px #ddd;
}

.pageStyle a:hover, .pageStyle a.active, .pageStyle a.fdq,
.pageStyle .sel_fy:hover,
.pageStyle .sel_fy.active,
.pageStyle .sel_fy.fdq {
  background-color: #49069b;
  color: #ffffff;
  border-color: #49069b;
}

@media only screen and (max-width: 1230px) {
  .pageStyle a {
    width: 23%;
    margin: 0 1%;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
  }
  .pageStyle .s1,
  .pageStyle .sel_fy {
    display: none;
  }
}

.ktList li {
  border-bottom: solid 1px #ddd;
}

.ktList li a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 80px;
  height: 100px;
  padding: 20px 20px 20px 95px;
}

.ktList li a .bt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  line-height: 30px;
  font-size: 19px;
  border-left: solid 1px #ddd;
  padding-left: 30px;
}

.ktList li a .sTime {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #666;
  font-family: marion, Arial, Helvetica, sans-serif;
}

.ktList li a .sTime b {
  display: block;
  font-size: 24px;
  position: relative;
  margin-bottom: 5px;
}

.ktList li a .sTime b::after {
  content: "";
  background-color: #666;
  width: 1em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1230px) {
  .ktList li a {
    padding-left: 80px;
    height: 78px;
    padding: 15px 15px 15px 55px;
  }
  .ktList li a .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 20px;
  }
  .ktList li a .sTime {
    left: 0px;
    top: 15px;
  }
  .ktList li a .sTime b {
    font-size: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .ktList li a {
    padding-left: 80px;
    height: 78px;
    padding: 15px 15px 15px 55px;
  }
  .ktList li a .bt {
    font-size: 15px;
    padding-left: 15px;
  }
  .ktList li a .sTime b {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1230px) {
  .ktList li a:hover {
    background-color: #f3f5ff;
  }
}

.dt_box {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

.dt_box .dMap {
  background-color: #f2f2f2;
  overflow: hidden;
}

.dt_box .dMap img {
  width: 100%;
}

@media only screen and (max-width: 1230px) {
  .dt_box {
    padding: 0;
  }
  .dt_box .dMap {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1230px) {
  .dt_box .maplx {
    position: absolute;
    right: 50%;
    margin-right: -850px;
    top: -30px;
    z-index: 50;
    bottom: -30px;
  }
  .dt_box .maplx .lxBox {
    position: absolute;
    height: 100%;
    width: 900px;
    right: 0;
    top: 0;
    background-image: url(../images/lxbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dt_box .maplx .lxBox .nr {
    max-width: 320px;
  }
  .dt_box .maplx .lxBox .nr .bt {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1230px) {
  .dt_box .maplx {
    height: auto;
    background-image: url(../images/lxbgmob.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
  }
  .dt_box .maplx .lxBox {
    color: #fff;
  }
  .dt_box .maplx .lxBox .nr .bt {
    margin-bottom: 15px;
  }
}

.ab_jj_box .d1 {
  width: 53%;
}

.ab_jj_box .d2 {
  width: 40%;
}

.ab_jj_box .d2 img {
  width: 100%;
}

@media only screen and (max-width: 1230px) {
  .ab_jj_box .d1 {
    width: 56%;
  }
}

@media only screen and (max-width: 760px) {
  .ab_jj_box .d1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .ab_jj_box .d2 {
    width: 100%;
  }
}

.ab_ys_box {
  background-image: url(../images/abbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 160px 0 80px 0;
}

.ab_ys_box .ny_bt1 .bt {
  color: #fff;
}

.ab_ys_box .d1 {
  width: 35%;
}

.ab_ys_box .d2 {
  width: 55%;
}

@media only screen and (max-width: 1230px) {
  .ab_ys_box {
    padding: 80px 15px 20px 15px;
  }
  .ab_ys_box .d1 {
    width: 38%;
  }
  .ab_ys_box .d2 {
    width: 58%;
  }
}

@media only screen and (max-width: 760px) {
  .ab_ys_box {
    padding: 20px 15px;
    background-image: none;
    background-color: #051a6b;
  }
  .ab_ys_box .d1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .ab_ys_box .d2 {
    width: 100%;
  }
}

.ny_bt2 {
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 1230px) {
  .ny_bt2 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 760px) {
  .ny_bt2 {
    font-size: 15px;
  }
}

.zjjgList {
  width: 103%;
  font-size: 0;
  margin-left: -1.5%;
}

.zjjgList li {
  width: 47%;
  margin: 0 1.5% 20px 1.5%;
  display: inline-block;
  vertical-align: top;
}

.zjjgList li a {
  display: block;
  width: 100%;
  background-color: #f3f5ff;
  position: relative;
  min-height: 255px;
  padding-left: 196px;
}

.zjjgList li a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.zjjgList li a .img_content {
  width: 196px;
  height: 255px;
  position: absolute;
  left: 0;
  top: 0;
}

.zjjgList li a .text_content {
  padding: 20px 30px 20px 30px;
  color: #666;
}

.zjjgList li a .text_content .bt {
  color: #194093;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px;
}

.zjjgList li a .text_content p {
  font-size: 16px;
}

@media only screen and (max-width: 1230px) {
  .zjjgList {
    width: 102%;
    margin-left: -1%;
  }
  .zjjgList li {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
  .zjjgList li a {
    min-height: 234px;
    padding-left: 180px;
  }
  .zjjgList li a .img_content {
    width: 180px;
    height: 234px;
  }
  .zjjgList li a .text_content {
    padding: 20px;
  }
  .zjjgList li a .text_content .bt {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .zjjgList li a .text_content p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 760px) {
  .zjjgList {
    width: 100%;
    margin-left: 0%;
  }
  .zjjgList li {
    width: 100%;
    margin: 0 0% 15px 0%;
  }
  .zjjgList li a {
    min-height: inherit;
    padding-left: 0px;
  }
  .zjjgList li a .img_content {
    width: 100%;
    height: auto;
    position: inherit;
    left: auto;
    top: auto;
  }
  .zjjgList li a .text_content {
    padding: 15px;
  }
  .zjjgList li a .text_content .bt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.zjjgnr {
  background-image: url(../images/bg588.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 50px 50px 10px 50px;
}

.zjjgnr h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

.zjjgnr a {
  color: #fff;
}

@media only screen and (max-width: 1230px) {
  .zjjgnr {
    padding: 30px;
  }
  .zjjgnr h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 760px) {
  .zjjgnr {
    padding: 20px;
  }
  .zjjgnr h3 {
    font-size: 15px;
  }
}

.fzr_box {
  position: relative;
  overflow: hidden;
  margin-top: -35px;
}

.fzr_box .ny_main {
  position: relative;
  height: 545px;
}

.fzr_box .ny_main::before {
  content: "";
  position: absolute;
  width: 3000px;
  height: 380px;
  background-image: url(../images/bg398.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 810px;
  bottom: 0;
}

.fzr_box .ny_main::after {
  content: "";
  position: absolute;
  width: 3000px;
  height: 380px;
  background-color: #fdf9ff;
  left: 680px;
  bottom: 0;
}

.fzr_box .ny_main .text_content {
  position: absolute;
  width: 900px;
  height: 510px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  padding: 60px 50px 30px 140px;
  right: 0;
  top: 20px;
  z-index: 10;
}

.fzr_box .ny_main .text_content .img_content {
  position: absolute;
  width: 340px;
  top: 60px;
  left: -250px;
}

.fzr_box .ny_main .text_content .bt {
  font-weight: bold;
  color: #06229b;
}

.fzr_box .ny_main .text_content .nr {
  overflow-y: auto;
  height: 370px;
}

@media only screen and (max-width: 1230px) {
  .fzr_box {
    margin-top: -15px;
  }
  .fzr_box .ny_main {
    position: inherit;
    height: auto;
  }
  .fzr_box .ny_main::before {
    display: none;
  }
  .fzr_box .ny_main::after {
    display: none;
  }
  .fzr_box .ny_main .text_content {
    position: inherit;
    width: 100%;
    height: auto;
    padding: 20px;
    right: auto;
    top: auto;
  }
  .fzr_box .ny_main .text_content .img_content {
    position: inherit;
    width: 100%;
    top: auto;
    left: auto;
    text-align: center;
    margin-bottom: 15px;
  }
  .fzr_box .ny_main .text_content .img_content img {
    max-width: 340px;
  }
  .fzr_box .ny_main .text_content .bt {
    text-align: center;
  }
  .fzr_box .ny_main .text_content .nr {
    height: auto;
  }
}

@media only screen and (max-width: 760px) {
  .fzr_box .ny_main .text_content {
    padding: 15px;
  }
  .fzr_box .ny_main .text_content .img_content img {
    max-width: 100%;
  }
}

.yjtd_box .img_content {
  width: 80%;
  margin: 0 auto;
  margin-bottom: -150px;
}

.yjtd_box .nr {
  background-color: #f3f5ff;
  padding: 190px 50px 50px 50px;
}

@media only screen and (max-width: 1230px) {
  .yjtd_box .img_content {
    width: 100%;
    margin-bottom: 0px;
  }
  .yjtd_box .nr {
    padding: 20px;
  }
}

.zhsysList {
  width: 102%;
  margin-left: -1%;
  font-size: 0;
}

.zhsysList li {
  display: inline-block;
  width: 31.3333%;
  font-size: 14px;
  margin: 1%;
  height:650px;
  overflow: inherit;
  background-color: #003399;
}

.zhsysList li a {
  display: block;
  width: 100%;
}

.zhsysList li a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.zhsysList li  .img_content {
  height: 245px;
}

.zhsysList li  .img_content img {
  min-height: 100%;
}

.zhsysList li  p {
  height: auto;
  background-image: url(../images/bg120.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media only screen and (max-width: 1230px) {
  .zhsysList {
    margin-top: -10px;
  }
  .zhsysList li a .img_content {
    height: calc((100vw / 3 - 30px) / 4 * 3);
    height: -webkit-calc((100vw / 3 - 30px) / 4 * 3);
  }
  .zhsysList li  p {
    font-size: 14px;
    padding: 10px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 760px) {
  .zhsysList li {
    width: 100%;
  }
  .zhsysList li a .img_content {
    height: calc((100vw / 1 - 30px) / 4 * 2.5);
    height: -webkit-calc((100vw / 1 - 30px) / 4 * 2.5);
  }
  .zhsysList li  p {
    padding: 5px;
    /* height: 200px; */
  }
}

.lg_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.lg_box .d1 {
  width: 350px;
  margin: auto;
}

.lg_box .d1 .bt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.lg_box .d2 {
  width: 50%;
  min-height: 500px;
}

.lg_box .d2 img {
  width: 100%;
  min-height: 100%;
}

@media only screen and (max-width: 1230px) {
  .lg_box .d1 {
    width: 50%;
    margin: auto;
    max-width: 400px;
    padding: 30px;
  }
  .lg_box .d1 .bt {
    margin-bottom: 20px;
  }
  .lg_box .d2 {
    min-height: 360px;
  }
  .lg_box .d2 img {
    width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .lg_box {
    display: block;
  }
  .lg_box .d1 {
    width: 100%;
    margin: auto;
    max-width: 400px;
    padding: 30px 20px;
  }
  .lg_box .d1 .bt {
    margin-bottom: 20px;
  }
  .lg_box .d2 {
    display: none;
  }
}

.from_lg {
  width: 100%;
}

.from_lg .text_bottom {
  color: #666;
}

.from_lg .text-secondary, .from_lg .text-primary {
  border-bottom: solid 1px #666;
  height: 28px;
  display: inline-block;
}

.from_lg .text-secondary:hover, .from_lg .text-primary:hover {
  color: #49069b !important;
  border-bottom: solid 1px #49069b !important;
}

.from_lg .text-primary {
  border-bottom: solid 1px #1358b2;
}

.from_lg li {
  line-height: 28px;
  width: 100%;
}

.from_lg li + li {
  margin-top: 20px;
}

.from_lg li.lZh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.from_lg li .form-control {
  border-radius: 5px;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
}

.from_lg li .form-control:hover {
  border-color: #49069b;
}

.from_lg li .btn {
  border-radius: 5px;
  font-size: 16px;
  padding: 0;
  text-align: center;
}

.from_lg li.lYzm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.from_lg li.lYzm .lr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-left: 15px;
}

@media only screen and (max-width: 1230px) {
  .from_lg .text-secondary, .from_lg .text-primary {
    height: 22px;
  }
  .from_lg li {
    line-height: 22px;
  }
  .from_lg li + li {
    margin-top: 15px;
  }
  .from_lg li .form-control {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
  }
  .from_lg li .btn {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
  }
  .from_lg li.lYzm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .from_lg li.lYzm .lr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 10px;
  }
}

.for_box {
  border-radius: 5px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 60px;
}

.for_box .for_nbox {
  max-width: 400px;
  margin: 0 auto;
}

.for_box .for_nbox .bt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1230px) {
  .for_box {
    padding: 30px;
  }
  .for_box .for_nbox .bt {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .for_box {
    padding: 20px;
  }
}

.from_for {
  width: 100%;
}

.from_for .text_bottom {
  color: #666;
}

.from_for .text-secondary, .from_for .text-primary {
  border-bottom: solid 1px #666;
  height: 28px;
  display: inline-block;
}

.from_for .text-secondary:hover, .from_for .text-primary:hover {
  color: #49069b !important;
  border-bottom: solid 1px #49069b !important;
}

.from_for .text-primary {
  border-bottom: solid 1px #1358b2;
}

.from_for li {
  line-height: 28px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.from_for li .sName {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  line-height: 40px;
}

.from_for li + li {
  margin-top: 20px;
}

.from_for li.lZh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.from_for li .form-control {
  border-radius: 5px;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
}

.from_for li .form-control:hover {
  border-color: #49069b;
}

.from_for li .btn {
  border-radius: 5px;
  font-size: 16px;
  padding: 0;
  text-align: center;
}

.from_for li.lYzm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.from_for li.lYzm .lr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-left: 15px;
}

@media only screen and (max-width: 1230px) {
  .from_for .text-secondary, .from_for .text-primary {
    height: 22px;
  }
  .from_for li {
    line-height: 22px;
  }
  .from_for li + li {
    margin-top: 15px;
  }
  .from_for li .sName {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    line-height: 35px;
  }
  .from_for li .form-control {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
  }
  .from_for li .btn {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
  }
  .from_for li.lYzm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .from_for li.lYzm .lr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .from_for li {
    display: block;
  }
  .from_for li .sName {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
  }
  .from_for li.lYzm {
    position: relative;
    padding-top: 30px;
  }
  .from_for li.lYzm .sName {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .from_for li.lYzm .lr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 10px;
  }
}

.reg_box {
  border-radius: 5px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 60px;
}

.reg_box .reg_nbox {
  max-width: 850px;
  margin: 0 auto;
}

.reg_box .reg_nbox .bt {
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 1230px) {
  .reg_box {
    padding: 30px;
  }
  .reg_box .for_nbox .bt {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .reg_box {
    padding: 20px;
  }
}

.from_re {
  width: 100%;
  font-size: 14px;
}

.from_re .xbt {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  font-weight: bold;
  color: #1358b2;
  font-size: 20px;
}

.from_re .btn-zc {
  width: 380px;
  border-radius: 5px;
}

.from_re .text_bottom {
  color: #666;
}

.from_re ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.from_re li {
  line-height: 28px;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top;
  margin: 0 1%;
  margin-bottom: 20px;
}

.from_re li .sName {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  line-height: 40px;
}

.from_re li.lZh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.from_re li .form-control {
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
}

.from_re li .form-control:hover {
  border-color: #49069b;
}

.from_re li .btn {
  border-radius: 5px;
  font-size: 14px;
  padding: 0;
  text-align: center;
}

.from_re li.lYzm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.from_re li.lYzm .lr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-left: 15px;
}

@media only screen and (max-width: 1230px) {
  .from_re .xbt {
    font-size: 16px;
  }
  .from_re .btn-zc {
    width: 100%;
  }
  .from_re li {
    line-height: 22px;
    width: 98%;
    margin-bottom: 15px;
  }
  .from_re li .sName {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    line-height: 35px;
  }
  .from_re li .form-control {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
  }
  .from_re li .btn {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
  }
  .from_re li.lYzm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .from_re li.lYzm .lr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 760px) {
  .from_re li {
    display: block;
  }
  .from_re li .sName {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
  }
  .from_re li.lYzm {
    position: relative;
    padding-top: 30px;
  }
  .from_re li.lYzm .sName {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .from_re li.lYzm .lr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-left: 10px;
  }
}

.zcnr {
  font-size: 14px;
}


.sy4 {
  width: 100%;
  padding: 40px 0 0 0;
}

@media only screen and (max-width: 1230px) {
  .sy4 {
    padding: 20px 15px;
  }
}

.sdList {
  width: 102%;
  margin-left: -1%;
  font-size: 0;
}

.sdList li {
  width: 31.3333%;
  display: inline-block;
  margin: 0 1% 20px 1%;
  vertical-align: top;
}

.sdList li a {
  display: block;
  width: 100%;
  border: solid 2px #49069b23;
  padding: 10px;
}

.sdList li a .text_content {
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.zyList li a .text_content .pic {
  height: 91px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}

.zyList li a .text_content .pic img {
  max-height: 100%;
}

.zyList li a .text_content .bt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* .zyList li a .text_content p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
} */

.sdList li a:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.sdList li a:hover .text_content {
  background-color: #f3f5ff;
}

.sdList li a:hover .text_content .bt,
.sdList li a:hover .text_content p {
  color: #49069b;
}

@media only screen and (max-width: 1230px) {
  .sdList li {
    margin: 0 1% 20px 1%;
  }
  .sdList li a {
    border: solid 1px #49069b23;
    padding: 8px;
  }
  .sdList li a .text_content {
    height: 200px;
    padding: 10px;
  }
  .sdList li a .text_content .pic {
    height: 145px;
    margin-bottom: 15px;
  }
  .sdList li a .text_content .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* .sdList li a .text_content p {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
    line-height: 22px;
  } */
}

@media only screen and (max-width: 760px) {
  .sdList {
    width: 100%;
    margin-left: 0;
  }
  .sdList li {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .sdList li a {
    padding: 5px;
  }
  .sdList li a .text_content {
    height: auto;
  }
  .sdList li a .text_content .pic {
    height: 135px;
  }
  .sdList li a .text_content .bt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  /* .sdList li a .text_content p {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 60px;
    height: auto !important;
    line-height: 20px;
  } */
}