@charset "utf-8";
/* CSS Document */

/**common**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 2px;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #ececec;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #575ba6;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #575ba6;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle !important;
  border: 0;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.ttf");
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.ttf");
}

/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

.w1600 {
  width: 1600px;
}


/*头部 开始*/
.ly_top {
  width: 100%;
  padding: 0 50px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.subMenu .ly_top {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.subMenu.fxd .ly_top,
.subMenu:hover .ly_top {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.ly_top::after {
  content: '';
  width: 130px;
  height: 40px;
  overflow: hidden;
  background: url(../images/logo02.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.subMenu .ly_top::after {
  background: url(../images/logo2.png) center center no-repeat;
  background-size: 100% 100%;
}

.subMenu.fxd .ly_top::after,
.subMenu:hover .ly_top::after {
  background: url(../images/logo02.png) center center no-repeat;
  background-size: 100% 100%;
}

.ly_top .lyTop_left {
  float: left;
}

.ly_top .lyTop_right {
  float: right;
}

.lyTop_left .lyTop_logo {
  height: 50px;
  overflow: hidden;
  margin: 25px 40px 25px 0;
  float: left;
}

.lyTop_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.lyTop_logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.lyTop_logo a img.logo01 {
  display: inline-block;
}

.lyTop_logo a img.logo1 {
  display: none;
}

.subMenu .lyTop_logo a img.logo01 {
  display: none;
}

.subMenu .lyTop_logo a img.logo1 {
  display: inline-block;
}

.subMenu.fxd .lyTop_logo a img.logo01,
.subMenu:hover .lyTop_logo a img.logo01 {
  display: inline-block;
}

.subMenu.fxd .lyTop_logo a img.logo1,
.subMenu:hover .lyTop_logo a img.logo1 {
  display: none;
}

.lyTop_nav {
  float: left;
  position: relative;
}

.lyTop_nav a.topNav_fir {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #3d2323;
  font-size: 18px;
  margin: 30px 0;
  padding: 0 30px;
}

.subMenu .lyTop_nav a.topNav_fir {
  color: #fff;
}

.subMenu.fxd .lyTop_nav a.topNav_fir,
.subMenu:hover .lyTop_nav a.topNav_fir {
  color: #222;
}

.lyTop_nav a.topNav_fir i {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #bbb;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  margin: 2px 0 0 8px;
}

.subMenu .lyTop_nav a.topNav_fir i {
  border-top: 4px solid rgba(255, 255, 255, 0.25);
}

.subMenu.fxd .lyTop_nav a.topNav_fir i,
.subMenu:hover .lyTop_nav a.topNav_fir i {
  border-top: 4px solid #bbb;
}

.lyTop_nav:hover a.topNav_fir,
.lyTop_nav a.topNav_fir.active,
.subMenu .lyTop_nav:hover a.topNav_fir,
.subMenu .lyTop_nav a.topNav_fir.active {
  color: #fff;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

.lyTop_nav:hover a.topNav_fir i,
.lyTop_nav a.topNav_fir.active i,
.subMenu .lyTop_nav:hover a.topNav_fir i,
.subMenu .lyTop_nav a.topNav_fir.active i {
  border-top: 4px solid #fff;
}

.lyTop_nav .lyTopNav_sec {
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #5f57aa;
  position: absolute;
  top: 100%;
  left: 0;
  transition: none;
  display: none;
}

.lyTopNav_sec a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.lyTopNav_sec a:hover {
  color: #fff;
  background-color: #5f57aa;
}

.lyTop_menu {
  display: none;
}

/*头部 结束*/

.ly_title {
  margin-bottom: 40px;
  position: relative;
}

.ly_title span {
  display: block;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: -4px;
}

.ly_title span svg {
  display: block;
  width: 100%;
  height: 64px;
}

.ly_title p {
  line-height: 40px;
  color: #1a1a1a;
  font-size: 30px;
}

.ly_title1 p {
  color: #fff;
}

.ly_title p::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  background-image: linear-gradient(to right, #382162, #575ba6);
  vertical-align: middle;
  margin: -2px 0 0 20px;
}

.ly_title1 p::after {
  background-image: linear-gradient(to right, #fff, #fff);
}

.ly_title .lyTit_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


a.ly_more {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

a.ly_more i {
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url(../images/jtIco1.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

a.ly_more:hover i {
  margin: -2px 0 0 20px;
}


/* ly_foot start */
.ly_foot {
  overflow: hidden;
  background-color: #372162;
  position: relative;
}

.ly_foot::before,
.ly_foot::after {
  content: '';
  width: 480px;
  height: 480px;
  background: url(../images/ftbg.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
}

.ly_foot::before {
  left: -40px;
  top: -120px;
}

.ly_foot::after {
  right: -40px;
  bottom: -120px;
}

.ly_foot .lyFoot_main {
  margin: 0 auto;
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.lyFoot_main .lyFoot_left {
  float: left;
}

.lyFoot_left dl {
  padding-left: 120px;
  float: left;
}

.lyFoot_left dl:first-child {
  padding-left: 0;
}

.lyFoot_left dl dt {
  margin-bottom: 20px;
}

.lyFoot_left dl dt p {
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.lyFoot_left dl dt i {
  display: block;
  width: 124px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.lyFoot_left dl dt i::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.lyFoot_left dl dd a {
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyFoot_left dl dd:hover a {
  color: #fff;
}

.lyFoot_main .lyFoot_right {
  float: right;
}

.lyFoot_right .lyFoot_logo {
  height: 80px;
  overflow: hidden;
  text-align: right;
}

.lyFoot_logo a {
  display: inline-block;
  height: 80px;
  overflow: hidden;
}

.lyFoot_logo a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.lyFoot_right .lyFoot_tel {
  margin-top: 40px;
}

.lyFoot_tel p {
  line-height: 40px;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
}

.lyFoot_tel span {
  display: block;
  height: 28px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.35);
  text-align: right;
  margin-top: 10px;
}

.lyFoot_tel span i {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 6px 0 0;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.lyFoot_tel span i svg {
  display: block;
  width: 14px;
  height: 14px;
  margin: 6px auto;
}

.ly_foot .lyFoot_bottom {
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.lyFoot_contact {
  float: left;
}

.lyFoot_contact ul {
  float: left;
  margin-right: 80px;
}

.lyFoot_contact ul li {
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
}

.lyFoot_contact ul li svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}

.lyFoot_contact .lyFoot_Wechat {
  margin: 13px 0;
  float: left;
  position: relative;
}

.lyFoot_Wechat span {
  display: block;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  margin-right: 20px;
  float: left;
}

.lyFoot_Wechat i {
  display: block;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  float: left;
}

.lyFoot_Wechat i svg {
  display: block;
  width: 26px;
  height: 26px;
  margin: 13px auto;
}

.lyFoot_Wechat .Wechat_img {
  width: 160px;
  height: 160px;
  background-color: #fff;
  position: absolute;
  right: -52px;
  bottom: 62px;
  transition: none;
  display: none;
}

.Wechat_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyFoot_Wechat .Wechat_img::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
}

.ly_links {
  margin: 10px 0;
  float: right;
  position: relative;
}

.ly_links p {
  width: 330px;
  height: 60px;
  overflow: hidden;
  line-height: 40px;
  color: #372162;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.ly_links p i {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #372162;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}

.ly_links.cur p i {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #372162;
  margin-top: -9px;
}

.lyLinks_list {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  background-color: #fff;
  border-bottom: 1px solid #372162;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  bottom: 60px;
  transition: none;
  display: none;
}

.lyLinks_list a {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 42px;
  color: #222;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e6e6e6;
}

.lyLinks_list a:last-child {
  border-bottom: 1px solid #fff;
}

.lyLinks_list a::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #372162;
  margin: 18px 0 18px -10px;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyLinks_list a:hover {
  color: #372162;
}

.lyLinks_list a:hover::before {
  margin: 18px 5px 18px 0;
}

.ly_foot .lyFoot_copy {
  padding: 20px 0;
  background-color: #301d56;
  position: relative;
  z-index: 1;
}

.lyFoot_copy .lyFootCopy_main {
  margin: 0 auto;
}

.lyFootCopy_main p span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
  vertical-align: top;
  padding: 0 10px;
}

.lyFootCopy_main p span:first-child {
  padding: 0 10px 0 0;
}

.lyFootCopy_main p span:last-child {
  padding: 0 0 0 10px;
}

.lyFootCopy_main p span a {
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
}

.lyFootCopy_main p span a:hover {
  color: #fff;
}

/* ly_foot end */


/* ny_banner start */
.ny_banner {
  height: 620px;
  overflow: hidden;
  margin-top: 100px;
  position: relative;
}

.ny_banner img.nyBa_img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ny_banner .nyBa_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.nyBa_txt span {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.nyBa_txt p {
  line-height: 40px;
  color: #fff;
  font-size: 30px;
}

.nyBa_txt p i {
  display: inline-block;
  width: 40px;
  height: 2px;
  vertical-align: middle;
  margin: -2px 0 0 15px;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

/* ny_banner end */


/* ny_head start */
.ny_head {
  margin-top: -81px;
  position: relative;
  z-index: 1;
}

.ny_head .nyHead_main {
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ny_head1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ny_head1 .nyHead_main {
  border-top: 0;
}

.ny_location {
  max-width: 50%;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  text-overflow: ellipsis;
}

.ny_location i {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin: 24px 20px 24px 0;
  float: left;
}

.ny_location i svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 6px auto;
}

.ny_location a,
.ny_location span {
  display: inline-block;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  vertical-align: middle;
}

.ny_location span {
  color: rgba(255, 255, 255, 0.25);
}

.ny_location1 span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 55%;
}

.ny_location em {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 10px;
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 100% 100%;
}

.ny_menu {
  float: right;
}

.ny_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 80px;
}

.ny_menu ul li:first-child {
  margin-left: 0;
}

.ny_menu ul li a {
  display: block;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 18px;
  padding: 20px 0;
  position: relative;
}

.ny_menu ul li:hover a,
.ny_menu ul li.active a {
  color: #fff;
}

.ny_menu ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-image: linear-gradient(to right, #382162, #575ba6);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ny_menu ul li:hover a::after,
.ny_menu ul li.active a::after {
  width: 100%;
}

/* ny_head end */


/* ny_title start */
.ny_title {
  margin-bottom: 50px;
}

.ny_title span {
  display: block;
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.ny_title span svg {
  display: block;
  width: 100%;
  height: 64px;
  margin-bottom: -20px;
}

.ny_title span svg text {
  display: block;
  height: 50px;
  line-height: 50px;
}

.ny_title p {
  line-height: 40px;
  color: #222;
  font-size: 30px;
  text-align: center;
  margin: 10px auto 18px;
}

.ny_title i {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

.ny_title1 span {
  color: #fff;
}

.ny_title1 p {
  color: #fff;
}

/* ny_title end */


/* ny_page start */
.ny_page {
  margin: 0 auto;
  text-align: center;
}

.ny_page a {
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: top;
  margin: 0 4px;
  background-color: #f8f7fb;
}

.ny_page a:hover {
  background-color: inherit;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

.ny_page a.upPage i,
.ny_page a.downPage i {
  display: block;
  width: 100%;
  height: 100%;
}

.ny_page a.upPage i {
  background: url(../images/arrow_left02.png) center center no-repeat;
  background-size: 14px 14px;
}

.ny_page a.downPage i {
  background: url(../images/arrow_right02.png) center center no-repeat;
  background-size: 14px 14px;
}

.ny_page a.upPage:hover i {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 14px 14px;
}

.ny_page a.downPage:hover i {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 14px 14px;
}

.ny_page a.pnnum,
.ny_page a.pnnum1 {
  line-height: 44px;
  color: #555;
  font-size: 18px;
  text-align: center;
}

.ny_page a.pnnum:hover,
.ny_page a.pnnum1 {
  color: #fff;
  background-image: linear-gradient(to right, #382162, #575ba6);
}

/* ny_page end */


/* nyPrevNext start */
.nyPrevNext {
  background-color: #fff;
}

.nyPrevNext ul {
  margin: 0 auto;
}

.nyPrevNext ul li {
  padding: 50px 0 50px 132px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.nyPrevNext ul li:last-child {
  border-bottom: 0;
}

.nyPrevNext ul li i {
  display: block;
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  top: 50% !important;
  left: 44px !important;
  margin: -22px 0 0;
  border-radius: 50%;
  background-color: rgba(151, 151, 151, 0.2);
  background-image: none;
}


.nyPrevNext ul li:hover i {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(88, 93, 168, 1), rgba(56, 33, 98, 1));
  background-size: 100% 100%;
}

.nyPrevNext ul li i::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 12px auto;
}

.nyPrevNext ul li i.prev_ico::after {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 20px 20px;
}

.nyPrevNext ul li i.next_ico::after {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 20px 20px;
}

.nyPrevNext ul li span {
  display: block;
  line-height: 32px;
  color: #777;
  font-size: 24px;
  margin-bottom: 12px;
}

.nyPrevNext ul li p {
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  color: #222;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyPrevNext ul li p a {
  height: 40px;
  line-height: 40px;
  color: #222;
  font-size: 24px;
}

.nyPrevNext ul li:hover p a {
  background: linear-gradient(to right, #382162, #575ba6);
  /*设置渐变的方向从左到右 颜色从382162到575ba6*/
  background-clip: text;
  -webkit-background-clip: text;
  /*将设置的背景颜色限制在文字中*/
  -webkit-text-fill-color: transparent;
  /*给文字设置成透明*/
  text-decoration: underline;
}

/* nyPrevNext end */


@media (max-width:1680px) {
  .w1600 {
    width: 94%;
  }

  .ly_top {
    padding: 0 3%;
  }

  .ly_title span {
    line-height: 48px;
    font-size: 48px;
  }

  .ly_title span svg {
    height: 60px;
  }

  .ly_title p {
    line-height: 36px;
    font-size: 28px;
  }

  a.ly_more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .ny_banner {
    height: 544px;
  }

  .nyBa_txt span {
    line-height: 48px;
    font-size: 48px;
  }

  .nyBa_txt p {
    line-height: 32px;
    font-size: 26px;
  }

  .ny_title {
    margin-bottom: 40px;
  }

  .ny_title span {
    line-height: 48px;
    font-size: 48px;
  }

  .ny_title p {
    line-height: 36px;
    font-size: 28px;
  }

  .nyPrevNext ul li {
    padding: 40px 0 40px 104px;
  }

  .nyPrevNext ul li i {
    left: 30px !important;
  }

  .nyPrevNext ul li span,
  .nyPrevNext ul li p a {
    font-size: 22px;
  }
}

@media (max-width:1600px) {
  .lyTop_left .lyTop_logo {
    margin: 15px 30px 15px 0;
  }

  .lyTop_nav a.topNav_fir {
    font-size: 16px;
    margin: 20px 0;
  }

  a.ly_more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .ly_title span {
    line-height: 40px;
    font-size: 44px;
  }

  .ly_title p {
    line-height: 36px;
    font-size: 26px;
  }

  .ly_foot .lyFoot_main {
    padding: 50px 0;
  }

  .lyFoot_left dl {
    padding-left: 110px;
  }

  .lyFoot_left dl dt p {
    font-size: 18px;
  }

  .lyFoot_left dl dd a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .lyFoot_contact .lyFoot_Wechat {
    margin: 15px 0;
  }

  .lyFoot_Wechat span {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .lyFoot_Wechat i {
    width: 50px;
    height: 50px;
  }

  .lyFoot_Wechat i svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 12px auto;
  }

  .lyFoot_Wechat .Wechat_img {
    right: -54px;
    bottom: 60px;
  }

  .ly_links {
    margin: 15px 0;
  }

  .ly_links p {
    width: 300px;
    height: 50px;
    line-height: 30px;
    font-size: 15px;
  }

  .lyLinks_list {
    bottom: 50px;
  }

  .lyFoot_contact ul li,
  .lyFootCopy_main p span,
  .lyFootCopy_main p span a {
    font-size: 15px;
  }

  .ly_foot .lyFoot_bottom {
    padding: 30px 0;
  }

  .ly_foot .lyFoot_copy {
    padding: 10px 0;
  }

  .ny_banner {
    height: 520px;
    margin-top: 80px;
  }

  .nyBa_txt span {
    line-height: 44px;
    font-size: 44px;
  }

  .nyBa_txt p {
    line-height: 30px;
    font-size: 24px;
  }

  .ny_location a,
  .ny_location span {
    font-size: 16px;
  }

  .ny_location i svg {
    width: 16px;
    height: 16px;
    margin: 7px auto;
  }

  .ny_menu ul li {
    margin-left: 60px;
  }

  .ny_menu ul li:first-child {
    margin-left: 0;
  }

  .ny_menu ul li a {
    font-size: 16px;
  }

  .ny_title span {
    line-height: 44px;
    font-size: 44px;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-left: 1%;
  }

  .nyCont_part1 .ny_title span svg,
  .nyCont_part3 .ny_title span svg {
    padding-left: 1%;
  }

  .ny_title p {
    line-height: 30px;
    font-size: 24px;
  }

  .ny_page a.pnnum,
  .ny_page a.pnnum1 {
    font-size: 16px;
  }

  .nyPrevNext ul li span,
  .nyPrevNext ul li p a {
    font-size: 20px;
    margin-bottom: 0;
  }

}

@media (max-width:1560px) {
  .lyFoot_left dl {
    padding-left: 100px;
  }

  .ny_banner {
    height: 504px;
  }
}

@media (max-width:1440px) {
  .lyTop_left .lyTop_logo {
    margin: 15px 20px 15px 0;
  }

  .ly_title span {
    line-height: 40px;
    font-size: 40px;
  }

  .ly_title span svg {
    height: 54px;
  }

  .ly_title p {
    line-height: 30px;
    font-size: 24px;
  }

  .lyFoot_left dl {
    padding-left: 80px;
  }

  .ny_banner {
    height: 465px;
    margin-top: 80px;
  }

  .nyBa_txt span {
    line-height: 40px;
    font-size: 40px;
  }

  .nyBa_txt p {
    line-height: 30px;
    font-size: 24px;
  }

  .ny_head {
    margin-top: -61px;
  }

  .ny_location i {
    margin: 14px 20px 14px 0;
  }

  .ny_location a,
  .ny_location span {
    font-size: 15px;
    padding: 10px 0;
  }

  .ny_location1 span {
    width: 40%;
  }

  .ny_menu ul li {
    margin-left: 40px;
  }

  .ny_menu ul li a {
    font-size: 15px;
    padding: 10px 0;
  }

  .ny_title span {
    line-height: 40px;
    font-size: 40px;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-left: 1%;
  }

  .ny_title p {
    line-height: 30px;
    font-size: 24px;
  }

  .nyPrevNext ul li {
    padding: 30px 0 30px 104px;
  }

  .nyPrevNext ul li span,
  .nyPrevNext ul li p a {
    font-size: 18px;
  }
}

@media (max-width:1366px) {
  .nyAboutPart4_main .ny_title span svg {
    padding-left: 0;
  }

  a.ly_more {
    width: 148px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }

  .ly_foot .lyFoot_main {
    padding: 40px 0;
  }

  .lyFoot_left dl dd a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .lyFoot_left dl {
    padding-left: 70px;
  }

  .lyFoot_tel p {
    font-size: 36px;
  }

  .lyFoot_contact ul li,
  .lyFootCopy_main p span,
  .lyFootCopy_main p span a {
    font-size: 14px;
  }

  .lyFoot_Wechat span {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .ly_foot .lyFoot_bottom {
    padding: 20px 0;
  }

  .ny_banner {
    height: 442px;
  }

  .ny_page a {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }

  .ny_page a.pnnum,
  .ny_page a.pnnum1 {
    line-height: 40px;
  }

  .nyPrevNext ul li i {
    width: 40px !important;
    height: 40px !important;
  }

  .nyPrevNext ul li i::after {
    width: 20px;
    height: 20px;
    margin: 10px auto;
  }

  .nyPrevNext ul li {
    padding: 30px 0 30px 100px;
  }
}

@media (max-width:1280px) {
  .ly_title span {
    line-height: 40px;
    font-size: 36px;
  }

  .ly_title p {
    line-height: 30px;
    font-size: 22px;
  }

  .ly_foot::before,
  .ly_foot::after {
    content: '';
    width: 440px;
    height: 440px;
  }

  .lyFoot_left dl {
    padding-left: 60px;
  }

  .ny_banner {
    height: 415px;
  }

  .nyBa_txt span {
    line-height: 40px;
    font-size: 36px;
  }

  .nyBa_txt p {
    line-height: 30px;
    font-size: 22px;
  }

  .ny_title span {
    line-height: 40px;
    font-size: 36px;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-left: 0.4%;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-left: 0;
    padding-right: 0;
  }

  .ny_title p {
    line-height: 30px;
    font-size: 22px;
  }

}

@media (max-width:1200px) {

  .ly_foot::before,
  .ly_foot::after {
    content: '';
    width: 420px;
    height: 420px;
  }

  .lyFoot_left dl dt i {
    width: 108px;
  }

  .ly_links p {
    width: 240px;
  }

  .ny_banner {
    height: 388px;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-left: 0;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-left: 0;
    padding-right: 2%;
  }

  .nyCont_part1 .ny_title span svg,
  .nyCont_part3 .ny_title span svg {
    padding-left: 0;
  }
}

@media (max-width:1080px) {
  .ly_title {
    margin-bottom: 30px;
  }

  .ly_title span {
    line-height: 34px;
    font-size: 32px;
  }

  .ly_title span svg {
    height: 48px;
  }

  .ly_title p {
    line-height: 26px;
    font-size: 22px;
  }

  .ly_foot::before,
  .ly_foot::after {
    content: '';
    width: 400px;
    height: 400px;
  }

  .lyFoot_left dl {
    padding-left: 50px;
  }

  .lyFoot_left dl dt p {
    font-size: 16px;
  }

  .lyFoot_left dl dt i {
    width: 100px;
  }

  .lyFoot_right .lyFoot_logo,
  .lyFoot_logo a {
    height: 72px;
  }

  .lyFoot_right .lyFoot_tel {
    margin-top: 30px;
  }

  .lyFoot_tel p {
    font-size: 34px;
  }

  .ny_banner {
    height: 350px;
  }

  .nyBa_txt span {
    line-height: 34px;
    font-size: 32px;
  }

  .nyBa_txt p {
    line-height: 26px;
    font-size: 22px;
  }

  .ny_title {
    margin-bottom: 30px;
  }

  .ny_title span {
    line-height: 34px;
    font-size: 32px;
  }

  .ny_title span svg {
    display: block;
    width: 100%;
    height: 48px;
    margin-bottom: -10px;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-right: 1.5%;
  }

  .ny_title p {
    line-height: 26px;
    font-size: 22px;
    margin: 6px auto 14px;
  }

  .ny_location1 span {
    width: 30%;
  }
}

@media (max-width:1024px) {
  .lyTop_nav {
    display: none;
  }

  .lyTopMenu_btn {
    display: block;
    width: 44px;
    height: 44px;
    margin: 18px 0;
    padding: 14px 0;
    background-image: linear-gradient(to right, #382162, #575ba6);
    border-radius: 50%;
    cursor: pointer;
  }

  .lyTopMenu_btn i {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin: 0 auto;
  }

  .lyTopMenu_btn i:nth-child(2) {
    margin: 5px auto;
  }

  .lyTopMenu_btn.cur {
    padding: 14px;
  }

  .lyTopMenu_btn.cur i:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: left top;
    margin-bottom: 7px;
  }

  .lyTopMenu_btn.cur i:nth-child(2) {
    width: 0;
  }

  .lyTopMenu_btn.cur i:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }

  .lyTop_menu {
    display: none;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #fff;
    overflow-y: auto;
    position: fixed;
    top: 80px;
    z-index: 98;
  }

  .mb-nav {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 3%;
  }

  .mb-nav.cur {
    background-color: #f9f9fa;
  }

  .mb-nav .mb-nav-frs {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #222;
    font-size: 22px;
    position: relative;
  }

  .mb-nav.cur .mb-nav-frs {
    color: #372162;
  }

  .mb-nav .mb-nav-frs::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/arrow_right02.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  .mb-nav.cur .mb-nav-frs::after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .mb-nav.noScd .mb-nav-frs::after {
    display: none;
  }

  .mb-nav-scd {
    display: none;
    width: 100%;
  }

  .mb-nav-scd a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    padding: 0 20px;
    color: #555;
    font-size: 16px;
    border-top: 1px solid #e6e6e6;
    position: relative;
  }

  .mb-nav-scd a:last-child {
    border-bottom: 0;
  }

  .mb-nav-scd a:hover {
    color: #372162;
  }

  .mb-nav-scd a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 24px 0 24px -32px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #372162;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    float: left;
  }

  .mb-nav-scd a:hover::before {
    margin: 24px 12px 24px 0;
  }

  .ly_title span {
    line-height: 32px;
    font-size: 30px;
  }

  .ly_title span svg {
    height: 45px;
  }

  .ly_title p {
    line-height: 24px;
    font-size: 20px;
  }

  .lyFoot_left dl {
    padding-left: 40px;
  }

  .ny_banner {
    height: 332px;
  }

  .nyBa_txt span {
    line-height: 32px;
    font-size: 30px;
  }

  .nyBa_txt p {
    line-height: 24px;
    font-size: 20px;
  }

  .ny_title span {
    line-height: 32px;
    font-size: 30px;
    margin-bottom: 8px;
  }

  .ny_title span svg {
    height: 40px;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-right: 1%;
  }

  .ny_title p {
    line-height: 24px;
    font-size: 20px;
  }

  .ny_page a.pnnum,
  .ny_page a.pnnum1 {
    font-size: 14px;
  }

  .nyPrevNext ul li {
    padding: 20px 0 20px 80px;
  }

  .nyPrevNext ul li i {
    left: 20px !important;
  }

  .nyPrevNext ul li span,
  .nyPrevNext ul li p a {
    font-size: 16px;
  }

  .nyPrevNext ul li span {
    line-height: 30px;
  }

  .nyPrevNext ul li p {
    height: 32px;
    line-height: 30px;
  }

  .ny_location1 span {
    width: 20%;
  }
}

@media (max-width:920px) {

  .ly_foot::before,
  .ly_foot::after {
    content: '';
    width: 300px;
    height: 300px;
  }

  .ly_foot .lyFoot_main {
    padding: 30px 0;
  }

  .lyFoot_main .lyFoot_left {
    display: none;
  }

  .lyFoot_main .lyFoot_right {
    float: none;
  }

  .lyFoot_right .lyFoot_logo {
    float: left;
    text-align: left;
  }

  .lyFoot_right .lyFoot_tel {
    margin-top: 0;
  }

  .lyFoot_contact {
    float: none;
  }

  .lyFoot_contact .lyFoot_Wechat {
    float: right;
  }

  .lyFoot_Wechat .Wechat_img {
    width: 140px;
    height: 140px;
    right: 0;
    bottom: 60px;
  }

  .lyFoot_Wechat .Wechat_img::after {
    left: inherit;
    right: 20px;
    margin-left: 0;
  }

  .ly_links {
    display: none;
  }

  .lyFootCopy_main p {
    text-align: center;
    float: none !important;
    margin: 5px auto;
  }

  .lyFootCopy_main p span,
  .lyFootCopy_main p span a {
    height: auto;
    line-height: 24px;
  }

  .ny_banner {
    height: 300px;
  }

  .ny_menu ul li {
    margin-left: 20px;
  }

  .ny_location span {
    width: 20%;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-right: 3%;
    padding-left: 0;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-right: 7%;
  }

  .nyCont_part1 .ny_title span svg,
  .nyCont_part3 .ny_title span svg {
    padding-left: 0;
    padding-right: 3%;
  }
}

@media (max-width:820px) {
  .lyTop_left .lyTop_logo {
    margin: 10px 0;
  }

  .lyTopMenu_btn {
    margin: 13px 0;
  }

  .lyTop_menu {
    height: calc(100% - 70px);
    top: 70px;
  }

  .mb-nav .mb-nav-frs {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }

  .mb-nav-scd a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .mb-nav-scd a::before {
    margin: 20px 0 20px -30px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #372162;
  }

  .mb-nav-scd a:hover::before {
    margin: 20px 10px 20px 0;
  }

  .ly_title {
    margin-bottom: 20px;
  }

  .ly_title span {
    line-height: 30px;
    font-size: 28px;
  }

  .ly_title span svg {
    height: 42px;
  }

  .ly_title p {
    line-height: 22px;
    font-size: 18px;
  }

  a.ly_more {
    width: 128px;
  }

  .ny_banner {
    height: 265px;
    margin-top: 70px;
  }

  .nyBa_txt span {
    line-height: 30px;
    font-size: 28px;
  }

  .nyBa_txt p {
    line-height: 22px;
    font-size: 18px;
  }

  .ny_title {
    margin-bottom: 20px;
  }

  .ny_title span {
    line-height: 30px;
    font-size: 28px;
    margin-bottom: 8px;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-right: 5%;
    padding-left: 0;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-right: 8%;
  }

  .nyCont_part1 .ny_title span svg,
  .nyCont_part3 .ny_title span svg {
    padding-left: 0;
    padding-right: 5%;
  }

  .ny_title p {
    line-height: 22px;
    font-size: 18px;
  }

  .ny_head {
    margin-top: -51px;
  }

  .ny_location i {
    margin: 9px 20px 9px 0;
  }

  .ny_location a,
  .ny_location span {
    line-height: 30px;
    font-size: 14px;
  }

  .ny_location1 span {
    width: 15%;
  }

  .ny_menu ul li {
    margin-left: 20px;
  }

  .ny_menu ul li a {
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .lyTop_left .lyTop_logo {
    margin: 5px 0;
  }

  .lyTopMenu_btn {
    margin: 8px 0;
  }

  .lyTop_menu {
    height: calc(100% - 60px);
    top: 60px;
  }

  .mb-nav .mb-nav-frs {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  .mb-nav-scd a {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }

  .mb-nav-scd a::before {
    margin: 18px 0 18px -28px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #372162;
  }

  .mb-nav-scd a:hover::before {
    margin: 18px 6px 18px 0;
  }


  .ly_title span {
    line-height: 26px;
    font-size: 24px;
  }

  .ly_title p {
    line-height: 20px;
    font-size: 16px;
  }

  .ly_title p::after {
    margin: -2px 0 0 10px;
  }

  a.ly_more {
    width: 118px;
  }

  .ly_foot .lyFoot_main {
    padding: 20px 0;
  }

  .lyFoot_tel p {
    font-size: 32px;
  }

  .lyFoot_tel span {
    margin-top: 4px;
  }

  .ly_foot .lyFoot_bottom {
    padding: 10px 0;
  }

  .lyFoot_contact ul {
    margin: 0;
  }

  .lyFoot_contact ul li {
    height: auto;
    min-height: 24px;
    line-height: 24px;
    padding: 8px 0;
  }

  .lyFoot_contact .lyFoot_Wechat {
    display: none;
  }

  .ny_banner {
    height: 200px;
    margin-top: 60px;
  }

  .nyBa_txt span {
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 8px;
  }

  .nyBa_txt p {
    line-height: 20px;
    font-size: 16px;
  }

  .ny_title span {
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 4px;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-right: 0;
    padding-left: 0;
    margin-left: -11%;
  }

  .nyProshowPart2_main .ny_title span svg {
    width: 140%;
    margin-left: -30%;
  }

  .nyProshowPart4_main .ny_title span svg {
    width: 140%;
    margin-left: -30%;
  }

  .nyCont_part1 .ny_title span svg {
    width: 140%;
    padding-left: 0;
    padding-right: 0;
    margin-left: -32%;
  }

  .nyCont_part3 .ny_title span svg {
    width: 140%;
    padding-left: 0;
    padding-right: 0;
    margin-left: -29%;
  }

  .ny_title p {
    line-height: 20px;
    font-size: 16px;
  }

  .ny_title p::after {
    margin: -2px 0 0 10px;
  }

  .ny_head {
    margin-top: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .ny_head1 {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ny_head .nyHead_main {
    border: 0;
  }

  .ny_location {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
  }

  .ny_head1 .ny_location {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ny_location i {
    width: 24px;
    height: 24px;
    border: 1px solid #e6e6e6;
    margin: 13px 10px 13px 0;
  }

  .ny_head1 .ny_location i {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ny_location i svg {
    width: 14px;
    height: 14px;
    margin: 4px auto;
  }

  .ny_location i svg path {
    fill: #aaa;
  }

  .ny_head1 .ny_location i svg path {
    fill: rgba(255, 255, 255, 0.65);
  }

  .ny_location a,
  .ny_location span {
    line-height: 30px;
    color: #555;
    font-size: 14px;
  }

  .ny_location span {
    color: #999;
    width: 55%;
  }

  .ny_location a:hover {
    color: #372162;
  }

  .ny_head1 .ny_location a,
  .ny_head1 .ny_location span {
    color: #fff;
  }

  .ny_head1 .ny_location span {
    color: rgba(255, 255, 255, 0.5);
  }

  .ny_head1 .ny_location a:hover {
    color: #fff;
  }

  .ny_location em {
    margin: 0 6px;
    background: url(../images/arrow_right02.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .ny_head1 .ny_location em {
    background: url(../images/arrow_right01.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .ny_menu {
    width: 100%;
  }

  .ny_menu ul li {
    display: block;
    width: 25%;
    text-align: center;
    margin: 0;
    float: left;
  }

  .ny_head1 .ny_menu ul li {
    width: 20%;
  }

  .ny_menu ul li a {
    line-height: 30px;
    color: #555;
    font-size: 14px;
  }

  .ny_menu ul li:hover a,
  .ny_menu ul li.active a {
    color: #372162;
  }

  .ny_head1 .ny_menu ul li a {
    color: #fff;
  }

  .ny_head1 .ny_menu ul li:hover a,
  .ny_head1 .ny_menu ul li.active a {
    color: #fff;
  }

  .ny_menu ul li a::after {
    height: 2px;
  }

  .ny_page a.pnnum,
  .ny_page a.pnnum1 {
    display: none;
  }

  .nyPrevNext ul li {
    padding: 20px 0 20px 52px;
  }

  .nyPrevNext ul li i {
    left: 0 !important;
  }

}

@media (max-width:650px) {
  .ny_location1 span {
    width: 45%;
  }
}

@media (max-width:500px) {
  .ny_location1 span {
    width: 40%;
  }
}

@media (max-width:450px) {
  .ny_location1 span {
    width: 26%;
  }
}

@media (max-width:390px) {
  .ny_banner {
    height: 190px;
  }

  .ny_location1 span {
    width: 25%;
  }

  .nyAboutPart4_main .ny_title span svg {
    margin-left: -13%;
  }

  .nyProshowPart2_main .ny_title span svg {
    width: 140%;
    margin-left: -32%;
  }

  .nyProshowPart4_main .ny_title span svg {
    width: 140%;
    margin-left: -32%;
  }
}

@media (max-width:320px) {
  .lyFoot_tel p {
    font-size: 30px;
  }

  .ny_location1 span {
    width: 10%;
  }

  .ny_banner {
    height: 160px;
  }

  .nyAboutPart4_main .ny_title span svg {
    margin-left: -19%;
  }

  .nyProshowPart2_main .ny_title span svg {
    width: 140%;
    margin-left: -40%;
  }

  .nyProshowPart4_main .ny_title span svg {
    width: 140%;
    margin-left: -38%;
  }

  .nyCont_part1 .ny_title span svg {
    margin-left: -42%;
  }

  .nyCont_part3 .ny_title span svg {
    margin-left: -38%;
  }
}