body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: .35rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.bg_f4f4f4 {
  background: #f4f4f4;
}

.pt70 {
  padding-top: 1.75rem;
}

.pb70 {
  padding-bottom: 1.75rem;
}

.container {
  max-width: 35rem;
  padding-left: 0;
  padding-right: 0;
}

.header .top {
  height: 3.75rem;
}

.header .top .container {
  height: 100%;
}

.header .top .logo img {
  width: 13.925rem;
  height: 1.55rem;
}

.header .top .tel .txt {
  padding-left: .425rem;
}

.header .top .tel .txt span {
  color: #000;
  font-size: .45rem;
}

.header .top .tel .txt p {
  color: #00469e;
  font-size: .75rem;
  padding-top: .25rem;
  font-weight: bold;
}

.header .nav {
  background: #00469e;
  height: 2rem;
}

.header .nav ul {
  height: 100%;
}

.header .nav ul li {
  text-align: center;
  width: 11.5%;
  padding-top: .725rem;
  flex-shrink: 0;
}

.header .nav ul li:hover,
.header .nav ul li.active {
  background: #3986EE;
}

.header .nav ul li a p {
  color: #fffefe;
  font-size: .45rem;
}

.header .nav ul li a span {
  color: #fffefe;
  font-size: .35rem;
  text-transform: uppercase;
  display: none;
  padding-top: .25rem;
}

.header .nav ul li.active span,
.header .nav ul li:hover span {
  display: block;
}

.header .nav ul .language {
  width: 6%;
  flex-shrink: 0;
  color: #ffffff;
  font-size: .45rem;
  margin-left: auto;
}

.header .nav ul .language a {
  color: #ffffff;
  font-size: .45rem;
}

.header .nav ul .language a.active {
  color: #acce22;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 1.15rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
  width: .4rem;
  height: .4rem;
  margin: 0 .15rem;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BCD929;
  width: .975rem;
  border-radius: .25rem;
}

.index_title {
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
}

.index_title span {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}

.index_title p {
  color: #000;
  font-size: .5rem;
  padding-top: .5rem;
}

.index_main1 {
  background: url(../images/index_main1_bg.jpg) no-repeat top right;
  padding-bottom: 1.5rem;
}

.index_main1 .numCount {
  padding-bottom: 1.2rem;
  border-bottom: .025rem solid #D2D2D2;
}

.index_main1 .numCount .xian {
  border-left: solid .025rem #CCCCCC;
}

.index_main1 .numCount .item .indc {
  color: #333;
  font-size: .4rem;
}

.index_main1 .numCount .item .numCX {
  color: #00469e;
  font-size: 1.2rem;
  font-weight: bold;
}

.index_main1 .numCount .item .numU {
  padding-top: .45rem;
}

.index_main1 .numCount .item .icon {
  color: #ACCE22;
  font-size: .75rem;
  font-weight: bold;
  position: relative;
  top: -0.5rem;
}

.index_main1 .numCount .item .unitC {
  color: #666666;
  font-size: .45rem;
}

.index_main1 .desc {
  margin-top: 50px;
}

.index_main1 .desc .item img {
  max-width: 100%;
}

.index_main1 .desc .item p {
  color: #000;
  font-size: .4rem;
  line-height: 2;
  padding-top: .5rem;
}

.index_main1 .content {
  margin-top: 1rem;
  background-image: url(../images/index_main1_img1.png);
  background-repeat: no-repeat;
  background-position-x: 11rem;
}

.index_main1 .content li {
  width: 11.25rem;
}

.index_main1 .content li .tt h5 {
  color: #000;
  font-size: .6rem;
  padding-top: .25rem;
  padding-left: .1rem;
  font-weight: bold;
}

.index_main1 .content li .con {
  border-top: .025rem dashed #C4C4C4;
  padding-top: .25rem;
  margin-top: .675rem;
}

.index_main1 .content li .con p {
  color: #000;
  font-size: .4rem;
  line-height: 2;
  background: url(../images/icon_ling.png) no-repeat left;
  padding-left: .675rem;
  margin-top: .175rem;
}

.index_main1 .content .row2 {
  margin-top: .675rem;
}

/* .index_main1 .content .item {
  width: 31%;
}

.index_main1 .content .item .pic {
  overflow: hidden;
  border-radius: .25rem;
}

.index_main1 .content .item .pic img {
  width: 100%;
  transition: all .5s;
}

.index_main1 .content .item .pic img:hover {
  transform: scale(1.1);
}

.index_main1 .content .item p {
  position: relative;
  padding-top: .425rem;
  padding-left: .875rem;
}

.index_main1 .content .item p::before {
  content: "";
  position: absolute;
  top: .6rem;
  background: url(../images/icon_gou.png) no-repeat center/100%;
  display: inline-block;
  width: .325rem;
  height: .325rem;
}

.index_main1 .content .item p a {
  color: #333333;
  font-size: .4rem;
  line-height: .65rem;
  padding-left: .575rem;
  display: block;
} */

.index_main2 {
  position: relative;
  padding-bottom: 1.425rem;
}

.index_main2 .container {
  max-width: 30rem;
}

.index_main2 .index_title span,
.index_main2 .index_title p {
  color: #fff;
}

.index_main2 .bd ul .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.index_main2 .bd ul .txt {
  border-left: solid .1rem #FFFFFF;
  padding-left: .475rem;
}

.index_main2 .bd ul .txt h4 {
  color: #ffffff;
  font-size: .9rem;
}

.index_main2 .bd ul .txt p {
  color: #ffffff;
  font-size: .45rem;
  padding-top: .5rem;
}

.index_main2 .bd ul .more {
  color: #ffffff;
  font-size: .4rem;
  margin-top: 1.75rem;
  margin-left: .625rem;
  width: 3.5rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: .25rem;
  text-align: center;
  display: block;
  background: #00469e;
}

.index_main2 .arrow {
  position: relative;
  width: 100%;
}

.index_main2 .arrow a {
  cursor: pointer;
  position: absolute;
  bottom: -3.625rem;
  right: -1.875rem;
  z-index: 2;
  outline: none;
}

.index_main2 .arrow .prev1 {
  /* margin-right: .375rem; */
  left: -1.875rem;
  right: auto;
}

/* .index_main2 .arrow a::after {
  content: ">";
  color: #fff;
  font-size: 1rem;
  font-family: "宋体";
  border: solid .025rem #fff;
  border-radius: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.45rem;
  text-align: center;
} */

/* .index_main2 .arrow .prev1::after {
  content: "<";
} */

/* .index_main2 .arrow a:hover::after {
  color: #fff;
  border-color: #ACCE22;
  background: #ACCE22;
} */

.index_main2 .arrow a img {
  width: 1.25rem;
}

.index_main2 .hd {
  padding-top: 1.6rem;
  overflow: hidden;
}

.index_main2 .hd ul li {
  width: 6.625rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, .25);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.index_main2 .hd ul li.on {
  background: #00469e;
}

.index_main2 .hd ul li .icon {
  margin-right: .5rem;
}

.index_main2 .hd ul li .tt {
  color: #ffffff;
  font-size: .45rem;
}

.index_main3 {
  padding-bottom: 2.25rem;
}

.index_main3 .content ul li {
  width: 8.25rem;
  box-shadow: rgba(0, 0, 0, .28) 0 0 .25rem;
  transition: all .5s;
}

.index_main3 .content ul li:hover {
  transform: translateY(-0.25rem);
}

.index_main3 .content ul li .pic {
  overflow: hidden;
}

.index_main3 .content ul li .pic img {
  width: 100%;
  height: 4.625rem;
  transition: all .5s;
}

.index_main3 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.index_main3 .content ul li .txt {
  padding: .5rem .375rem;
}

.index_main3 .content ul li .txt .date {
  color: #666666;
  font-size: .35rem;
}

.index_main3 .content ul li .txt .tt {
  color: #000;
  font-size: .45rem;
  line-height: .6rem;
  padding-top: .25rem;
  height: 1.45rem;
  font-weight: bold;
}

.index_main3 .content ul li .txt .i {
  color: #666666;
  font-size: .35rem;
  padding-top: .625rem;
  display: block;
}

.index_main3 .content ul li:hover .i {
  color: #00469e;
}

.index_main3 .content ul li .txt .i img {
  margin-left: .575rem;
}

.index_main3 .content .more {
  color: #fff;
  font-size: .4rem;
  border-radius: .25rem;
  width: 5.975rem;
  height: 1.6rem;
  line-height: 1.55rem;
  display: block;
  margin: 1.375rem auto 0;
  text-align: center;
  background: #00469e;
}

.index_main3 .content .more:hover {
  background: #3986EE;
}

.footer {
  background: #00469e;
  padding: 1.5rem 0;
}

.footer .left .tel {
  padding-top: 1.5rem;
}

.footer .left .tel .icon {
  margin-right: .5rem;
}

.footer .left .tel .txt span {
  color: #eaeaea;
  font-size: .35rem;
}

.footer .left .tel .txt p {
  color: #eaeaea;
  font-size: .75rem;
  padding-top: .25rem;
}

.footer .left .tel .txt p a {
  color: #eaeaea;
}

.footer .left .add {
  padding-top: .75rem;
}

.footer .left .add p {
  color: #eaeaea;
  font-size: .35rem;
}

.footer .center {
  width: 14.15rem;
}

.footer .center .tt {
  color: #ffffff;
  font-size: .55rem;
  font-weight: bold;
}

.footer .center ul li a {
  color: #ffffff;
  font-size: .35rem;
  display: block;
  margin-top: .625rem;
}

.footer .right {
  padding-top: 1rem;
}

.footer .right img {
  width: 3.75rem;
}

.footer .right p {
  color: #ffffff;
  font-size: .35rem;
  text-align: center;
  padding-top: .375rem;
}

.bottom {
  text-align: center;
  background: #00469e;
}

.bottom .container {
  border-top: solid .025rem #fff;
}

.bottom p {
  color: #fff;
  font-size: .35rem;
  line-height: 1.75rem;
}

.bottom p a {
  color: #fff;
  font-size: .35rem;
}

.nybanner {
  position: relative;
}

.nybanner img {
  width: 100%;
  display: block;
}

.nybanner .product_nav {
  position: absolute;
  bottom: .025rem;
  width: 100%;
}

.nybanner .product_nav ul li a {
  color: #ffffff;
  font-size: .4rem;
  background: rgba(0, 0, 0, .5);
  display: block;
  width: 4.8rem;
  height: 1.375rem;
  line-height: 1.375rem;
  text-align: center;
  font-weight: bold;
}

.nybanner .product_nav ul li a.cur,
.nybanner .product_nav ul li a:hover {
  color: #000;
  background: rgba(172, 206, 34, .9);
}

.crumb {
  color: #000;
  font-size: .35rem;
  border-bottom: .05rem solid #dddddd;
}

.crumb .container {
  height: 1.675rem;
}

.crumb .left img {
  margin-right: .25rem;
}

.crumb .left a {
  color: #000;
  font-size: .4rem;
}

.crumb .return a {
  border: solid .025rem #00469e;
  border-radius: .75rem;
  color: #00469e;
  font-size: .5rem;
  font-weight: bold;
  display: block;
  padding: .25rem .75rem;
}

.crumb .right li {
  margin-left: 1.25rem;
  position: relative;
}

.crumb .right li a {
  color: #000;
  font-size: .45rem;
  font-weight: bold;
}

.crumb .right li.cur a,
.crumb .right li:hover a {
  color: #00469e;
}

.crumb .right li.cur::after,
.crumb .right li:hover ::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  width: 1.6rem;
  height: .075rem;
  background: #00469e;
}

.nytitle {
  background: url(../images/nytitle_border.png) no-repeat center bottom;
  text-align: center;
  padding-bottom: .75rem;
  color: #000;
  font-size: .95rem;
}

.nylist_case .content ul li {
  width: 30%;
  margin-top: 1.75rem;
  transition: all .3s ease;
  margin-right: 5%;
}

.nylist_case .content ul li:nth-child(3n) {
  margin-right: 0;
}

.nylist_case .content ul li:hover {
  box-shadow: -0.1rem .05rem .5rem .025rem rgb(0 0 0 / 20%);
}

.nylist_case .content ul li:nth-child(-n+3) {
  margin-top: 0;
}

.nylist_case .content ul li .pic {
  overflow: hidden;
}

.nylist_case .content ul li .pic img {
  width: 100%;
  height: 5.9rem;
  transition: all 1s ease;
}

.nylist_case .content ul li:hover .pic img {
  transform: scale(1.1);
}

.nylist_case .content ul li .txt {
  padding: 1rem 1.125rem 1.125rem;
  background: #fff;
  position: relative;
}

.nylist_case .content ul li .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: .15rem;
  background: #00469e;
  transition: all 0.5s ease;
}

.nylist_case .content ul li:hover .txt::after {
  width: 100%;
}

.nylist_case .content ul li .txt h4 {
  color: #000;
  font-size: .6rem;
}

.nylist_case .content ul li .txt p {
  color: #666666;
  font-size: .4rem;
  padding-top: .5rem;
}

.nylist_case .content ul li .txt .icon {
  padding-top: .75rem;
}

.nymore {
  text-align: center;
}

.nymore a {
  background: #00469e;
  width: 5.125rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #ffffff;
  font-size: .4rem;
  display: inline-block;
  border-radius: .25rem;
}

.nylist ul li {
  background: #fff;
  padding: .25rem;
  margin-top: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nylist ul li:hover {
  box-shadow: 0rem .025rem .5rem #bfbfbf;
}

.nylist ul li:first-child {
  margin-top: 0;
}

.nylist ul li .pic {
  width: 30%;
  overflow: hidden;
}

.nylist ul li .pic img {
  width: 100%;
  height: 5.8rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nylist ul li:hover .pic img {
  transform: scale(1.1);
}

.nylist ul li .txt {
  padding: 0 1.25rem;
  width: 70%;
}

.nylist ul li .txt h4 {
  color: #000;
  font-size: .45rem;
  height: 1.4rem;
  overflow: hidden;
  padding-top: .5rem;
  font-weight: bold;
}

.nylist ul li:hover .txt h4 {
  color: #00469e;
}

.nylist ul li .txt span {
  color: #666;
  font-size: .4rem;
  padding-top: .5rem;
  display: block;
}

.nylist ul li .txt p {
  color: #000;
  font-size: .4rem;
  line-height: 1.5;
  padding-top: .375rem;
}

.nylist ul li .txt b {
  color: #000;
  font-size: .4rem;
  font-weight: normal;
  margin-top: .75rem;
  display: inline-block;
  border: solid .025rem #DDDDDD;
  width: 3.175rem;
  height: .8rem;
  line-height: .75rem;
  text-align: center;
}

.nylist_news .content {
  margin-top: -1.125rem;
}

.nylist_news .content ul li {
  width: 30%;
  background: #fff;
  margin-right: 5%;
  margin-top: 1.125rem;
}

.nylist_news .content ul li:nth-child(3n) {
  margin-right: 0;
}

.nylist_news .content ul li:hover {
  background: #E3E3E3;
}

.nylist_news .content ul li .pic img {
  width: 100%;
  height: 6.25rem;
}


.nylist_news .content ul li .txt {
  position: relative;
  padding: .5rem .7rem 1.25rem;
  height: 4.25rem;
}

.nylist_news .content ul li .txt span {
  color: #666666;
  font-size: .4rem;
}

.nylist_news .content ul li .txt h4 {
  color: #333333;
  font-size: .6rem;
  line-height: .9rem;
  padding-top: .375rem;
}

.nylist_news .content ul li .txt p {
  color: #666666;
  font-size: .4rem;
  line-height: .8rem;
  padding-top: .375rem;
}

.nylist_news .content ul li .txt i {
  color: #666666;
  font-size: .4rem;
  position: absolute;
  right: .75rem;
  bottom: 1.25rem;
  transition: all .5s;
}

.nylist_news .content ul li:hover .txt i {
  transform: translate(.125rem, 0);
}

.nylist_news .content .rec li:first-child {
  width: 65%;
}

.nylist_news .content .rec li:first-child .pic img {
  width: 100%;
  height: 10.875rem;
}

.nylist_news .content .rec li:first-child .txt {
  padding: .5rem .7rem;
  height: auto;
}

.nylist_news .content .rec li:first-child .txt h4 {
  font-size: .6rem;
  padding-top: .375rem;
}

.nylist_news .content .rec li:first-child .txt p {
  font-size: .4rem;
  padding-top: .125rem;
}

.nylist_news .content .rec li:last-child {
  margin-right: 0;
}

.show_product_infos {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-0%, -50%);
}

.show_product_infos .pic {
  width: 15.5rem;
  height: 10.5rem;
  display: flex;
  justify-content: center;
}

.show_product_infos .pic img {
  width: auto;
  height: 100%;
}

.show_product_infos .text {
  width: 14.5rem;
  height: 10.5rem;
  background: #fff;
  padding: 1.125rem 1.25rem;
}

.show_product_infos .text .tt {
  position: relative;
  border-bottom: solid .025rem #B7B7B7;
  padding-bottom: .375rem;
}

.show_product_infos .text .tt:after {
  content: "";
  background: #00469e;
  width: 2.925rem;
  height: .05rem;
  position: absolute;
  bottom: -0.025rem;
}

.show_product_infos .text .tt h3 {
  color: #000000;
  font-size: .75rem;
}

.show_product_infos .text .tt h3 span {
  color: #00469e;
  font-size: .75rem;
}

.show_product_infos .text .param {
  padding-top: .5rem;
}

.show_product_infos .text .param .l {
  width: 7.125rem;
  padding-left: 1rem;
  border-right: solid .025rem #9B9B9B;
}

.show_product_infos .text .param .r {
  width: 8.25rem;
  padding-left: 1rem;
}

.show_product_infos .text .param .l li:last-child,
.show_product_infos .text .param .r li:last-child {
  padding-top: .675rem;
}

.show_product_infos .text .param h5 {
  color: #000;
  font-size: .55rem;
}

.show_product_infos .text .param p {
  color: #000;
  font-size: .4rem;
  height: .7rem;
  padding-top: .3rem;
}

.show_product_infos .text .tel {
  padding-top: 1.25rem;
}

.show_product_infos .text .tel .txt {
  padding-left: .375rem;
}

.show_product_infos .text .tel .txt span {
  color: #666666;
  font-size: .45rem;
  display: block;
}

.show_product_infos .text .tel .txt p,
.show_product_infos .text .tel .txt a {
  color: #00469e;
  font-size: .75rem;
  padding-top: .25rem;
}

.nyshow_product .content .hd ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.75rem;
  height: 2.625rem;
  text-align: center;
  background: #B1B1B1;
  transition: all .5s;
  cursor: pointer;
}

.nyshow_product .content .hd ul li.active {
  background: #00469e;
}

.nyshow_product .content .hd ul li h4 {
  color: #ffffff;
  font-size: .45rem;
  padding-top: .175rem;
}

.nyshow_product .content .bd .item {
  margin-top: 1.5rem;
}

.nyshow_product .content .bd .item .tt {
  color: #000;
  font-size: .65rem;
  font-weight: bold;
}

.nyshow_product .content .bd .item .con {
  color: #000;
  font-size: .4rem;
  line-height: .8rem;
  margin-top: .5rem;
}

.nyshow_product .content .bd .item .con p {
  color: #000;
  font-size: .4rem;
  line-height: .8rem;
}

.nypage_about .main1 {
  height: 14.025rem;
  position: relative;
  background: #039;
}

.nypage_about .main1 .left {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
}

.nypage_about .main1 .left video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.nypage_about .main1 .right {
  width: 50%;
  margin-left: auto;
  padding-top: 1.125rem;
  padding-left: 1.25rem;
}

.nypage_about .main1 .right h3 {
  color: #ffffff;
  font-size: .9rem;
}

.nypage_about .main1 .right .con {
  color: #ffffff;
  font-size: .4rem;
  line-height: .75rem;
  padding-top: .5rem;
  text-align: justify;
}

.nypage_about .main1 .right .con p {
  line-height: .75rem;
}

.nypage_about .main2 {
  background: url(../images/nypage_about2_bg.jpg) no-repeat;
  min-height: 18rem;
}

.nypage_about .main2 .content {
  position: relative;
  background: url(../images/nypage_about2_box.png) no-repeat;
  margin-top: 2.225rem;
  min-height: 8.325rem;
}

.nypage_about .main2 .content .item {
  position: absolute;
  top: 1rem;
  text-align: center;
}

.nypage_about .main2 .content .item:nth-child(1) {
  left: 2.675rem;
}

.nypage_about .main2 .content .item:nth-child(2) {
  left: 9.375rem;
}

.nypage_about .main2 .content .item:nth-child(3) {
  left: 15rem;
}

.nypage_about .main2 .content .item:nth-child(4) {
  left: 21.525rem;
}

.nypage_about .main2 .content .item:nth-child(5) {
  left: 29.125rem;
}

.nypage_about .main2 .content .item h4 {
  position: relative;
  color: #00469e;
  font-size: .75rem;
  padding-bottom: .55rem;
}

.nypage_about .main2 .content .item h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  width: 1.45rem;
  height: .1rem;
  background: #00469e;
}

.nypage_about .main2 .content .item p {
  color: #333333;
  font-size: .45rem;
  line-height: 2;
  padding-top: .5rem;
}


.nypage_about .main2-1 {
  background: url(../images/nypage_about2-1bg.jpg) no-repeat center/cover;
}

/* .nypage_about .main2-1 .container {
  position: relative;
  overflow: hidden;
} */

.nypage_about .main2-1 .content {
  position: relative;
}

.nypage_about .main2-1 .content::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: .75rem;
  background: url(../images/nypage_about2-1line.png) no-repeat left/cover;
}

.nypage_about .main2-1 .content .swiper-container {
  padding-bottom: 3.125rem;
}

.nypage_about .main2-1 .content .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.125rem;
}

.nypage_about .main2-1 .content .swiper-container .swiper-slide:nth-child(odd) {
  flex-direction: column-reverse;
  padding-top: 0;
}

.nypage_about .main2-1 .content .swiper-container .swiper-slide .tt {
  color: #00469e;
  font-size: .95rem;
  font-weight: bold;
}

.nypage_about .main2-1 .content .swiper-container .swiper-slide .img {
  margin: .375rem 0;
}

.nypage_about .main2-1 .content .swiper-container .swiper-slide .con {
  height: 5.25rem;
  color: #656565;
  font-size: .4rem;
  line-height: .75rem;
  display: flex;
  flex-direction: column;
}

.nypage_about .main2-1 .content .swiper-container .swiper-slide:nth-child(odd) .con {
  justify-content: flex-end;
}

.nypage_about .main2-1 .content .swiper-container .swiper-slide .con p {
  color: #000;
  font-size: .4rem;
  line-height: .75rem;
}

.nypage_about .main2-1 .content .swiper-container .arrow {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  display: flex;
}

.nypage_about .main2-1 .content .swiper-container .arrow .bi {
  display: block;
  width: 1.525rem;
  height: 1.525rem;
  line-height: 1.525rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .42);
  font-size: .9rem;
  color: #ffffff;
  margin: 0 .3375rem;
}

.nypage_about .main2-1 .content .swiper-container .arrow .bi:hover {
  background: #30318B;
}

/* .nypage_about .main2-1 .hd {
  border-bottom: .025rem solid #CCCCCC;
  padding-bottom: .625rem;
}

.nypage_about .main2-1 .hd li {
  position: relative;
  color: #333333;
  font-size: .6rem;
  cursor: pointer;
  width: auto;
  height: .95rem;
  transition: all .5s;
  text-align: center;
}

.nypage_about .main2-1 .hd li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.825rem;
  transform: translate(-50%, 0);
  display: inline-block;
  border-radius: 50%;
  width: .375rem;
  height: .375rem;
  background: rgba(0, 0, 0, .4);
}

.nypage_about .main2-1 .hd li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  transform: translate(-50%, 0);
  display: inline-block;
  border-radius: 50%;
  width: .225rem;
  height: .225rem;
  background: #333;
}

.nypage_about .main2-1 .hd li.on {
  color: #00469e;
  font-size: .95rem;
}

.nypage_about .main2-1 .hd li.on::before {
  background: rgba(52, 54, 146, .4);
}

.nypage_about .main2-1 .hd li.on::after {
  background: #00469e;
}

.nypage_about .main2-1 .bd {
  margin-top: 1.25rem;
}

.nypage_about .main2-1 .bd .item {
  width: 64%;
  min-height: 7.25rem;
  background: rgba(255, 255, 255, .6);
  margin: auto;
  padding: .75rem 1.25rem 1.25rem 1.75rem;
  box-shadow: rgba(0, 0, 0, .2) 0 0 .25rem 0;
}

.nypage_about .main2-1 .bd .item .tt {
  position: relative;
  float: left;
  color: #00469e;
  font-size: .95rem;
  padding-top: .75rem;
  padding-bottom: 1.25rem;
}

.nypage_about .main2-1 .bd .item .tt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.4rem;
  height: .15rem;
  background: #00469e;
}

.nypage_about .main2-1 .bd .item .con {
  float: left;
  width: 16.2rem;
  padding-left: 2.5rem;
}

.nypage_about .main2-1 .bd .item .con p {
  color: #666666;
  font-size: .4rem;
  line-height: 3;
}

.nypage_about .main2-1 .arrow {
  position: absolute;
  bottom: 5%;
  right: 20%;
}

.nypage_about .main2-1 .arrow a {
  display: block;
  width: 1.025rem;
  height: 1.025rem;
  line-height: 1.025rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, .2);
  font-size: .75rem;
  text-align: center;
  color: #fff;
  margin: 0 .125rem;
  cursor: pointer;
} */

.nypage_about .main3 .left {
  max-width: 17.3rem;
}

.nypage_about .main3 .left .rec {
  margin-bottom: .425rem;
}

.nypage_about .main3 .left .rec img {
  width: 100%;
  height: 10.975rem;
}

.nypage_about .main3 .left .box li {
  max-width: 8.5rem;
  margin-left: .35rem;
}

.nypage_about .main3 .left .box li:first-of-type {
  margin-left: 0;
}

.nypage_about .main3 .left .box li a img {
  width: 100%;
  height: 5.825rem;
}

.nypage_about .main3 .more {
  width: 30%;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  background: #3986EE;
  margin: 1.25rem auto 0;
}

.nypage_about .main3 .more a {
  color: #fff;
  font-size: .6rem;
}

.nypage_about .main3 .right {
  max-width: 17.35rem;
  margin-left: .35rem;
}

.nypage_about .main3 .right .box li {
  max-width: 8.5rem;
  margin-left: .35rem;
}

.nypage_about .main3 .right .box li:first-of-type {
  margin-left: 0;
}

.nypage_about .main3 .right .box li img {
  width: 100%;
  height: 7.825rem;
}

.nypage_about .main3 .right .box li p {
  color: #ffffff;
  font-size: .45rem;
  background: #00469e;
  text-align: center;
  height: 3.15rem;
  line-height: 3.15rem;
}

.nypage_about .main3 .right .rec {
  margin-top: .425rem;
}

.nypage_about .main3 .right .rec img {
  width: 100%;
  height: 8.275rem;
}

.nypage_about .main3 .right .rec p {
  color: #ffffff;
  font-size: .45rem;
  background: #00469e;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
}

.list_product .subnav {
  background: #EAEAEA;
  padding: .5625rem .525rem;
  margin-top: 1.425rem;
}

.list_product .subnav .title {
  color: #000;
  font-size: .5rem;
}

.list_product .subnav ul li .cur,
.list_product .subnav ul li:hover a {
  background: #ACCE22;
  color: #000;
}

.list_product .subnav ul li a {
  color: #333333;
  font-size: .4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  padding: 0 .475rem;
  display: block;
  font-weight: bold;
}

.list_product .content ul li {
  position: relative;
  background: #fff;
  width: 10.675rem;
  margin-top: 1.25rem;
  margin-right: 1.475rem;
  border: solid .025rem #ccc;
}

.list_product .content ul li:nth-child(3n) {
  margin-right: 0;
}

.list_product .content ul li .pic {
  text-align: center;
}

.list_product .content ul li .pic img {
  height: 7.45rem;
}

.list_product .content ul li .tt {
  color: #000;
  font-size: .45rem;
  line-height: 1.4rem;
  background: #E5E5E5;
  text-align: center;
  font-weight: bold;
}

.list_product .content ul li:hover .tt {
  color: #ffffff;
  background: #00469e;
}

.list_product .content ul li .icon {
  border: solid .05rem #ccc;
  color: #6C6C6C;
  border-radius: 50%;
  color: #666666;
  font-size: .7rem;
  display: inline-block;
  padding: .25rem;
  position: absolute;
  bottom: 1.5rem;
}

.list_product .content ul li:hover .icon {
  background: #00469e;
  border-color: #00469e;
  color: #fff;
}

.nyshow .bg {
  background: #fff;
  padding: 2rem 1.125rem;
}

.nyshow .title {
  color: #000;
  font-size: .6rem;
  text-align: center;
}

.nyshow .infos {
  color: #999999;
  font-size: .35rem;
  text-align: center;
  border-top: solid .025rem #DDDDDD;
  padding-top: .625rem;
  margin-top: .625rem;
}

.nyshow .content {
  color: #000;
  font-size: .4rem;
  line-height: .9rem;
  margin-top: 1rem;
}

.nyshow .content p {
  color: #000;
  font-size: .4rem;
  line-height: .9rem;
}

.nyshow .content img {
  max-width: 100%;
}

.nyshow .pre_next {
  padding-top: .625rem;
  padding-left: 1.125rem;
}

.nyshow .pre_next p,
.nyshow .pre_next p a {
  color: #000;
  font-size: .4rem;
}

.nyshow .pre_next p {
  margin-top: .5rem;
}

.swiper-container-honor {
  overflow: hidden;
  max-width: 24.75rem;
  margin: auto;
}

.swiper-container-honor .swiper-slide {
  width: 6.5rem;
  text-align: center;
}

.swiper-container-honor .swiper-slide .pic {
  border: solid .025rem #ccc;
}

.swiper-container-honor .swiper-slide .pic img {
  width: 100%;
  height: 10.25rem;
}

.swiper-container-honor .swiper-slide .tt {
  color: #000;
  font-size: .4rem;
  padding-top: .5rem;
  transition: all .5s;
  opacity: 0;
  font-weight: bold;
}

.swiper-container-honor .swiper-slide.swiper-slide-active .tt {
  opacity: 1;
}

.swp-button-next-honor,
.swp-button-prev-honor {
  width: .975rem;
  height: .975rem;
  border: solid .075rem #A8A8A8;
  border-radius: 50%;
}

.swp-button-prev-honor {
  left: 3rem;
}

.swp-button-next-honor {
  right: 3rem;
}


.swp-button-next-honor::after,
.swp-button-prev-honor::after {
  font-size: .4rem;
  color: #A8A8A8;
}

.nylist_honours {
  background: url(../images/nylist_honours_bg.jpg) no-repeat bottom center #f4f4f4;
}

.nylist_honours ul {
  margin-top: 2.5rem;
}

.nylist_honours ul li {
  width: 7.375rem;
  margin-top: 1.25rem;
  margin-right: 1.825rem;
  text-align: center;
}

.nylist_honours ul li:nth-child(4n) {
  margin-right: 0;
}

.nylist_honours ul li .pic {
  border: solid .025rem #ccc;
}

.nylist_honours ul li .pic img {
  width: 100%;
  height: 5.125rem;
}

.nylist_honours ul li .tt {
  color: #000;
  font-size: .4rem;
  line-height: 1.5;
  padding-top: .375rem;
  font-weight: bold;
}

.list_jishu .left {
  width: 24.625rem;
}

.list_jishu .left ul li {
  background: #FFFFFF;
  margin-top: .9rem;
  padding: .625rem 1.125rem;
}

.list_jishu .left ul li:first-child {
  margin-top: 0;
}

.list_jishu .left ul li:hover {
  box-shadow: rgba(0, 0, 0, .1) 0 0 .25rem .075rem;
}

.list_jishu .left ul li a .date {
  color: #000;
  font-size: .45rem;
  width: 3.25rem;
  height: 1.175rem;
  line-height: 1.175rem;
  background: #F4F4F4;
  text-align: center;
}

.list_jishu .left ul li:hover .date {
  color: #00469e;
}

.list_jishu .left ul li a .tt {
  color: #000;
  font-size: .45rem;
  padding-left: .5rem;
}

.list_jishu .left ul li:hover .tt {
  color: #00469e;
}

.list_jishu .left ul li a .more {
  color: #000;
  font-size: .35rem;
  width: 3.25rem;
  height: 1.175rem;
  line-height: 1.175rem;
  border: solid .025rem #DDDDDD;
  text-align: center;
  margin-left: auto;
}

.list_jishu .left ul li:hover .more {
  background: #00469e;
  color: #ffffff;
}

.pages {
  text-align: center;
  margin-top: 2rem;
}

.pages .p_n2 {
  color: #000;
  font-size: .4rem;
  margin: 0 .125rem;
}

.pages .p_n2 a {
  color: #000;
}

.pages .p_n2 a:hover {
  color: #2D3188;
}

.pages .p_n1 {
  background: #2D3188;
  font-size: .4rem;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: .85rem;
  height: .85rem;
  line-height: .85rem;
  text-align: center;
  margin: 0 .125rem;
}

.list_jishu .right ul {
  margin-top: .125rem;
  background: #FFFFFF;
  padding: .625rem .5rem;
}

.list_jishu .right ul li {
  margin-top: .5rem;
}

.list_jishu .right ul li:first-child {
  margin-top: 0;
}

.list_jishu .right ul li span {
  color: #ffffff;
  font-size: .4rem;
  background: #00469e;
  width: 1.525rem;
  height: .85rem;
  line-height: .85rem;
  text-align: center;
  border-radius: .125rem;
}

.list_jishu .right ul li h4 {
  color: #000;
  font-size: .4rem;
  padding-left: .375rem;
}

.list_jishu .right ul li h4:hover {
  color: #00469e;
}

.nylist_recruit .content .title {
  background: #E5E5E5;
  display: flex;
  padding: .45rem 2rem;
}

.nylist_recruit .content .title span {
  width: 25%;
  text-align: center;
  font-size: .55rem;
  font-weight: bold;
  color: #000;
}

.nylist_recruit .content .li {
  background: #E5E5E5;
}

.nylist_recruit .content .li:nth-child(even) {
  background: #FFFFFF;
}

.nylist_recruit .content .li .tt {
  display: flex;
  padding: .45rem 2rem;
}

.nylist_recruit .content .li .tt span {
  width: 25%;
  text-align: center;
  font-size: .45rem;
  color: #000;
  flex-shrink: 0;
}

.nylist_recruit .content .li .tt i {
  color: #a5a5a5;
  font-size: .45rem;
  transition: all .3s;
}

.nylist_recruit .content .li .tt.on i {
  transform: rotate(180deg);
}

.nylist_recruit .content .li .con {
  position: relative;
  padding: .75rem 2rem;
  border-top: solid .025rem #ccc;
  display: none;
}

.nylist_recruit .content .li .con li {
  display: flex;
  margin: .75rem 0;
}

.nylist_recruit .content .li .con li span:first-child {
  width: 3.5rem;
  color: #000;
  font-size: .4rem;
  line-height: .65rem;
  flex-shrink: 0;
}

.nylist_recruit .content .li .con li .c {
  color: #000;
  font-size: .4rem;
  line-height: .65rem;
}

.nylist_recruit .content .li .con li .c p {
  line-height: .6rem;
}

.nylist_recruit .content .li .con .more a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 5.125rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  background: #00469e;
  color: #ffffff;
  font-size: .4rem;
  border-radius: .25rem;
}

.nylist_recruit .content2 img {
  max-width: 100%;
}

.nypage_contact .content {
  background: #fff;
  margin-top: 1.75rem;
  padding: 1.25rem 1.125rem 2rem;
}

.nypage_contact .content .add {
  margin-bottom: 1.25rem;
}

.nypage_contact .content .add .icon {
  padding-right: .375rem;
}

.nypage_contact .content .add h3 {
  color: #000;
  font-size: .6rem;
}

.nypage_contact .content .add p {
  color: #000;
  font-size: .4rem;
  padding-top: .25rem;
}

.nypage_contact .content .item .icon {
  padding-right: .375rem;
}

.nypage_contact .content .item h3 {
  color: #000;
  font-size: .4rem;
}

.nypage_contact .content .item p {
  color: #000;
  font-size: .55rem;
  padding-top: .25rem;
}

.nylist_yqfm .content .swiper-slide {
  width: 16.625rem;
  box-shadow: rgba(0, 0, 0, .2) 0rem 0rem .25rem 0rem;
}

.nylist_yqfm .content .swiper-slide .pic img {
  transition: all .5s;
  width: 100%;
}

.nylist_yqfm .content .swiper-slide .tt {
  color: #000;
  font-size: .6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  background: #fff;
}

.nypage_culture .main1 {
  padding-bottom: 1.75rem;
}

.nypage_culture .main1 .content {
  margin-top: 1.5rem;
  background: url(../images/nypage_culture_main1_bg.jpg) no-repeat bottom;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.75rem 1.75rem;
}

.nypage_culture .main1 .content .txt {
  color: #ffffff;
  padding-top: 4rem;
}

.nypage_culture .main1 .content .txt h4 {
  font-size: .75rem;
}

.nypage_culture .main1 .content .txt img {
  padding-top: .75rem;
}

.nypage_culture .main1 .content .txt p {
  font-size: .45rem;
  line-height: 1rem;
  padding-top: .75rem;
}

.nypage_culture .main2 {
  background: url(../images/nypage_culture_main2_bg.jpg) no-repeat top;
  padding-top: 2.875rem;
}

.nypage_culture .main2 ul {
  display: flex;
  justify-content: space-between;
}

.nypage_culture .main2 ul li {
  width: 8.125rem;
  position: relative;
}

.nypage_culture .main2 ul li:nth-child(2n) {
  margin-top: 1.75rem;
}

.nypage_culture .main2 ul li .txt {
  position: absolute;
  color: #ffffff;
  top: 2.5rem;
  padding: 0 .875rem;
}

.nypage_culture .main2 ul li .txt h4 {
  font-size: .75rem;
}

.nypage_culture .main2 ul li .txt img {
  padding-top: .75rem;
}

.nypage_culture .main2 ul li .txt p {
  font-size: .45rem;
  line-height: 1rem;
  padding-top: .75rem;
}

.nylist_recruit {
  background: url(../images/nylist_recruit_bg.jpg) no-repeat center/cover;
  padding-bottom: 4.675rem;
}

.nypage_about .main3 .content ul {
  margin-top: -1.125rem;
}

.nypage_about .main3 .content ul li {
  width: 30%;
  background: #fff;
  margin-right: 5%;
  margin-top: 1.125rem;
}

.nypage_about .main3 .content ul li:nth-child(3n) {
  margin-right: 0;
}

.nypage_about .main3 .content ul li .pic img {
  width: 100%;
  height: 6.25rem;
  transition: all .5s;
}

.nypage_about .main3 .content ul li .pic {
  overflow: hidden;
}

.nypage_about .main3 .content ul li:hover .pic img {
  transform: scale(1.1);
}

.nylist_partner ul {
  margin-top: -1rem;
  display: flex;
  flex-wrap: wrap;
}

.nylist_partner ul li {
  width: 3.75rem;
  margin-top: 1rem;
  margin-right: .7rem;
  text-align: center;
}

.nylist_partner ul li:nth-child(8n) {
  margin-right: 0;
}

.nylist_partner ul li img {
  width: 100%;
  height: 3.75rem;
}

.nylist_partner ul li .txt {
  padding-top: .375rem;
}

.nylist_partner ul li .txt h4 {
  font-size: .4rem;
  color: #000;
}

.show_product_infos .container,
.nyshow_product .container {
  max-width: 30rem;
}

.header .nav {
  position: relative;
}

.header .nav ul li .product_nav {
  position: absolute;
  display: none;
  z-index: 111;
  min-width: 100%;
  height: 2rem;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, .7);
  justify-content: center;
  align-items: center;
}

.header .nav ul li:hover .product_nav {
  display: flex;
  overflow: hidden;
}

.header .nav ul li .product_nav li {
  float: left;
  width: auto;
  text-align: center;
  padding-top: 0;
  padding: 0 .625rem;
}

.header .nav ul li .product_nav li a {
  color: #333333;
  font-size: .4rem;
  display: block;
}

.header .nav ul li .product_nav li:hover {
  background: none;
}

.header .nav ul li .product_nav li:hover a {
  color: #00469e;
}

.flipster {
  padding-bottom: 1.55rem;
}

.flipster li {
  width: 10rem;
  text-align: center;
  background: #fff;
  border-radius: .55rem;
  box-shadow: 0 .05rem .5rem rgba(0, 0, 0, 0.16);
}

.flipster li .floor {
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all .5s;
}

.flipster .flip-current .floor {
  display: flex;
}

.flipster .flip-current:hover .floor {
  top: 0;
}

.flipster .imgbox .floor .bi {
  font-size: 1.1rem;
  color: #fff;
}

.flipster .imgbox {
  overflow: hidden;
  position: relative;
  padding-top: 69%;
  border-radius: .55rem .55rem 0 0;
}

.flipster .ti {
  line-height: 2.6rem;
  font-size: .6rem;
  color: #000;
}

.flipster .ti span {
  display: block;
  line-height: .5rem;
  color: #b5b5b5;
  font-size: .35rem;
}

.flipster .ico {
  padding: .5rem 0 .125rem;
}

.flipster .ico img {
  width: 1rem;
  height: 1rem;
}

.flipto-prev,
.flipto-next {
  font-family: "宋体";
  background: #dcdcdc;
  border-radius: 50%;
  display: block;
  bottom: 0rem;
  text-align: center;
  width: .875rem;
  height: .875rem;
  line-height: .875rem;
  position: absolute;
}

.flipto-prev {
  left: 46%;
}

.flipto-next {
  right: 46%;
}

.flipto-prev:hover,
.flipto-next:hover {
  background: #00469e;
  color: #fff;
}

.imgbox span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
}

.nypage_culture .content ul li {
  display: flex;
  margin-top: .9rem;
}

.nypage_culture .content ul li:first-child {
  margin-top: 0;
}

.nypage_culture .content ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.nypage_culture .content ul li .txt {
  width: 50%;
  padding: 1.25rem 2.5rem;
  background: url(../images/page_qywh_bg.png) no-repeat right 5.85rem #fff;
}

.nypage_culture .content ul li .txt h4 {
  color: #00469e;
  font-size: .75rem;
  padding-bottom: .95rem;
  background: url(../images/page_qywh_line.png) no-repeat left bottom;
}

.nypage_culture .content ul li .txt p {
  color: #000;
  font-size: .4rem;
  line-height: 1.8;
  padding-top: .875rem;
}

.nypage_culture .content ul li .pic {
  width: 50%;
}

.nypage_culture .content ul li .pic img {
  width: 100%;
}

.search form {
  display: flex;
  justify-content: space-between;
  border: solid 1px #ccc;
  width: 30%;
  color: #333;
  margin-left: auto;
}

.search .boxCss {
  width: 80%;
  height: 1rem;
  border: 0;
  padding: 0 .5rem;
  font-size: 16px;
}

.search .btnCss {
  width: 20%;
  height: 1rem;
  border: 0;
  font-size: 16px;
  background: #3986EE;
}

#map {
  margin-top: 1.25rem;
}

#map img {
  max-width: 100%;
}

@media(min-width:1366px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:1365px) {
  .pc {
    display: none !important;
  }

  .container {
    width: 90%;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: 0 .5rem;
    height: 2.5rem;
    align-items: center;
    width: 100%;
  }

  .m_header .index_logo {
    width: 12rem;
  }

  .m_header .index_logo img {
    width: 100%;
  }

  .m_header .phone {
    position: relative;
    margin-left: auto;
    padding-right: .95rem;
    color: #2E2E2E;
    font-size: .75rem;
    padding-left: 1.175rem;
  }

  .m_header .phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: .8rem;
    height: .8rem;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    background: none;
    margin: 0;
  }

  .m_header .menu i {
    font-size: 1.5rem;
    color: #00469e;
  }

  .side-box {
    position: fixed;
    top: 0rem;
    width: 7.5rem;
    right: -7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 10rem;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 .025rem 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #00469e;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: .075rem;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: .5rem .75rem;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 .375rem 0 .025rem;
    line-height: 1.75rem;
    font-size: .55rem;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .7rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: .75rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    padding: .15rem;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: .3rem;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 99.975rem;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 1.9rem;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: .5rem;
    height: .1rem;
    margin-left: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: .1rem;
    height: .5rem;
    margin-top: -0.2rem;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: .025rem 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 .025rem 0;
    list-style: none;
    padding: 0;
    border-bottom: solid .025rem #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: .25rem .75rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: .6rem;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #00469e;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: .025rem 0 0 0;
    margin: 0 .75rem;
  }

  .nav-third>a {
    padding: 0 .75rem;
    line-height: 1.25rem;
    margin-bottom: .025rem;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: .75rem .75rem .625rem .75rem;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: .025rem solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: .125rem;
  }

  .side-phone p a {
    display: block;
    color: rgba(0, 0, 0, 1);
    font-size: .55rem;
    letter-spacing: -0.025rem;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: .7rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: .1rem .1rem 0 .1rem;
    margin-top: .225rem;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: .25rem;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    transform: translateY(.75rem);
    -moz-transform: translateY(.75rem);
    -ms-transform: translateY(.75rem);
    -o-transform: translateY(.75rem);
    -webkit-transform: translateY(.75rem);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .side-language {
    padding: .5rem .75rem;
    font-size: .7rem;
  }

  .side-language a {
    font-size: .7rem;
  }

  .side-language a.cur {
    color: #acce22;
  }

  .banner .swiper-pagination {
    bottom: .5rem;
  }

  .index_title {
    padding: 1.5rem 0 1rem 0;
  }

  .index_title span {
    font-size: 1rem;
  }

  .index_main1 .content {
    flex-wrap: wrap;
  }

  .index_main1 .content .item {
    width: 100%;
    margin-top: .5rem;
  }

  .index_main1 .content .item:first-child {
    margin-top: 0;
  }

  .index_main1 .content .item h5 {
    font-size: .65rem;
    padding-top: .5rem;
    color: #333333;
  }

  .index_main1 .content .item p a {
    font-size: .55rem;
  }

  .index_main1 .numCount {
    padding-bottom: 1rem;
    flex-wrap: wrap;
  }

  .index_main1 .numCount .item {
    flex-shrink: 0;
    width: 50%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .index_main1 .numCount .xian {
    display: none;
  }

  .index_main1 .numCount .item .indc {
    font-size: .6rem;
  }

  .index_main1 .numCount .item .unitC {
    font-size: .55rem;
  }

  .index_main1 .numCount .item .numCX {
    font-size: 1rem;
  }

  .index_main1 .numCount .item .unitC {
    bottom: 0;
  }

  .index_main1 .desc {
    margin-top: 1rem;
  }

  .index_main1 .desc>.d-flex {
    flex-wrap: wrap;
  }

  .index_main1 .desc .item {
    width: 100%;
  }

  .index_main1 .desc .item:nth-child(2) {
    margin-top: .5rem;
  }

  .index_main1 .desc .item:nth-child(2) img {
    max-width: 60%;
  }

  .index_main1 .desc .item p {
    font-size: .6rem;
    padding-top: .5rem;
    text-align: justify;
  }

  .index_main1 .desc .item p br {
    display: none;
  }

  .index_main1 .content .item p {
    padding-left: 0;
  }

  .index_main1 .m_content {
    margin-top: 1rem;
  }

  .index_main1 .m_content ul li {
    background: url(../images/m_index_main1_content_bg.png) no-repeat bottom right/10rem;
    box-shadow: rgba(0, 0, 0, .22) 0 0 .55rem 0;
    padding: .7rem .55rem;
    margin-top: .875rem;
  }

  .index_main1 .m_content ul li .tt {
    padding-bottom: .625rem;
    border-bottom: 1px dashed #C4C4C4;
  }

  .index_main1 .m_content ul li .tt img {
    width: 2.1rem;
  }

  .index_main1 .m_content ul li .tt h5 {
    color: #333333;
    font-size: .725rem;
    padding-left: .575rem;
    font-weight: bold;
  }

  .index_main1 .m_content ul li .con p {
    color: #333333;
    font-size: .6rem;
    line-height: 1.5;
    margin-top: .5rem;
    background: url(../images/icon_ling.png) no-repeat left;
    padding-left: .8rem;
  }

  .index_main2 {
    height: 17.5rem;
  }

  .index_main2 .bd {
    margin-top: 2.5rem;
  }

  .index_main2 .bd ul .txt h4 {
    font-size: .8rem;
  }

  .index_main2 .bd ul .more {
    position: absolute;
    top: 6rem;
    right: 0.8rem;
  }

  .index_main2 .arrow a {
    right: 0;
    bottom: -4.5rem;
  }

  .index_main2 .arrow .prev1 {
    left: auto;
    right: 2rem;
  }

  .index_main2 .hd {
    padding-top: 5rem;
  }

  .index_main2 .hd ul li .icon img {
    width: 1.2rem;
  }

  .index_main2 .hd ul li .tt {
    font-size: .6rem;
  }

  .index_main3 {
    padding-bottom: 1.5rem;
  }

  .index_main3 .content ul {
    flex-wrap: wrap;
  }

  .index_main3 .content ul li {
    width: 100%;
    margin-top: .9rem;
  }

  .index_main3 .content ul li .pic img {
    height: auto;
  }

  .index_main3 .content ul li .txt .date {
    font-size: .5rem;
  }

  .index_main3 .content ul li .txt .tt {
    font-size: .7rem;
    line-height: 1.5;
    height: auto;
  }

  .index_main3 .content ul li .txt .i {
    font-size: .5rem;
    float: right;
    padding-top: .3rem;
    line-height: 1.5;
  }

  .index_main3 .content ul li .txt .i img {
    width: .575rem;
  }

  .index_main3 .content .more {
    font-size: .5rem;
    margin: 1rem auto 0;
  }

  .footer .left {
    width: 100%;
    text-align: center;
  }

  .footer .left .footer_logo img {
    width: 6.925rem;
  }

  .footer .left .tel {
    padding-top: .5rem;
    justify-content: center;
  }

  .footer .left .tel .icon img {
    width: 1.175rem;
  }

  .footer .left .tel .txt {
    text-align: left;
  }

  .footer .left .tel .txt span {
    font-size: .5rem;
  }

  .footer .left .add {
    padding-top: .5rem;
  }

  .footer .left .add p {
    font-size: .6rem;
  }

  .footer .center,
  .footer .right {
    display: none;
  }

  .bottom p {
    font-size: .5rem;
    line-height: 1.5;
    padding: .5rem 0;
  }

  .bottom p a {
    font-size: .5rem;
  }

  .crumb .container {
    overflow: auto;
  }

  .crumb .left {
    display: none !important;
  }

  .crumb .right {
    width: 100%;
  }

  .crumb .right li {
    flex-shrink: 0;
    width: 25%;
    margin-left: 0;
    text-align: center;
  }

  .crumb .right li.cur::after,
  .crumb .right li:hover ::after {
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .crumb .right li a {
    font-size: .6rem;
  }

  .nypage_about .main1 {
    height: auto;
    background: none;
  }

  .nypage_about .main1 .container {
    flex-wrap: wrap;
  }

  .nypage_about .main1 .left {
    position: initial;
    width: 100%;
  }

  .nypage_about .main1 .right {
    width: 100%;
    padding: 1rem;
    background: #003399;
  }

  .nypage_about .main1 .right h3 {
    font-size: .8rem;
  }

  .nypage_about .main1 .right .con {
    font-size: .6rem;
    line-height: 1.8;
    padding-top: .5rem;
  }

  .nytitle {
    font-size: .8rem;
    display: none;
  }

  .nypage_about .main2-1 .content .swiper-container .swiper-slide .img img {
    width: 3.725rem;
  }

  .nypage_about .main2-1 .content .swiper-container .swiper-slide .tt {
    font-size: 1.2rem;
  }

  .nypage_about .main2-1 .content .swiper-container .swiper-slide .con {
    width: 100%;
  }

  .nypage_about .main2-1 .content .swiper-container .swiper-slide .con p {
    font-size: .6rem;
    line-height: 1.8;
  }

  .nypage_about .main2-1 .content .swiper-container .arrow {
    bottom: 1rem;
  }

  .nypage_about .main2-1 .content .swiper-container .arrow a {
    outline: none;
  }

  .nypage_about .main3 .content ul li {
    width: 100%;
    margin-right: 0;
  }

  .nypage_about .main3 .content ul li:nth-last-child(1),
  .nypage_about .main3 .content ul li:nth-last-child(2) {
    display: none;
  }

  .nypage_about .main3 .content ul li .pic img {
    height: auto;
  }

  .nypage_about .main3 .more {
    height: 2rem;
    line-height: 2rem;
  }

  .swiper-container-honor .swiper-slide .tt {
    font-size: .5rem;
  }

  .nylist_honours ul {
    margin-top: 0;
  }

  .nylist_honours ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .nylist_honours ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .nylist_honours ul li:nth-child(2n) {
    margin-right: 0;
  }

  .nylist_honours ul li .tt {
    font-size: .5rem;
    padding-top: .25rem;
  }

  .nypage_culture .content ul li {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .nypage_culture .content ul li:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .nypage_culture .content ul li .txt {
    width: 100%;
    padding: 1rem 1.5rem;
    background: url(../images/page_qywh_bg.png) no-repeat right bottom/14rem #fff;
  }

  .nypage_culture .content ul li .txt p {
    font-size: .5rem;
    padding-top: .5rem;
  }

  .nypage_culture .content ul li .pic {
    width: 100%;
  }

  .flipto-prev {
    left: 40%;
  }

  .flipto-next {
    right: 40%;
  }

  .nybanner .product_nav {
    position: relative;
    bottom: 0;
  }

  .product_nav .title {
    background: #00469E;
    height: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
  }

  .product_nav .title h3 {
    color: #fff;
    font-size: .8rem;
  }

  .product_nav .title i {
    color: #fff;
    font-size: .8rem;
  }

  /* .nybanner .product_nav .container {
    display: none;
  } */

  .nybanner .product_nav ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .nybanner .product_nav ul li a {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .6rem;
    width: 100%;
    text-align: left;
    padding: 0 1rem;
    font-weight: normal;
    background: #eee;
    color: #000;
  }

  .nybanner .product_nav ul li a.cur,
  .nybanner .product_nav ul li a:hover {
    background: #3986EE;
    color: #fff;
  }

  .list_product .content ul li {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }

  .list_product .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .list_product .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_product .content ul li .pic img {
    width: 100%;
    height: 5.6rem;
  }

  .list_product .content ul li .tt {
    height: auto;
    overflow: hidden;
  }

  .nylist_case .content ul li {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
  }

  .nylist_case .content ul li:nth-child(-n+3) {
    margin-top: 2%;
  }

  .nylist_case .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .nylist_case .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .nylist_case .content ul li .txt {
    padding: .5rem;
  }

  .nylist_case .content ul li .txt h4 {
    text-align: center;
  }

  .nylist_case .content ul li .txt p,
  .nylist_case .content ul li .txt .icon {
    display: none !important;
  }

  .nylist_partner ul li {
    width: 31%;
    margin-top: .5rem;
    margin-right: 2%;
  }

  .nylist_partner ul li:nth-child(8n) {
    margin-right: 2%;
  }

  .nylist_partner ul li:nth-child(3n) {
    margin-right: 0;
  }

  .nylist_partner ul li img {
    height: 4.5rem;
  }

  .nylist_partner ul li .txt {
    padding-top: .25rem;
  }

  .nylist_partner ul li .txt h4 {
    font-size: .5rem;
  }

  .list_jishu .left ul li {
    padding: .5rem;
  }

  .list_jishu .left ul li a .date {
    flex-shrink: 0;
  }

  .list_jishu .left ul li a .tt {
    font-size: .6rem;
  }

  .list_jishu .left ul li .more {
    display: none;
  }

  .list_jishu .right {
    display: none;
  }

  .pages {
    margin-top: 1.5rem;
  }

  .nylist .content,
  .list_jishu .content,
  .nylist_recruit .content,
  .nylist_case .content,
  .nylist_partner .content,
  .nylist_honours .content,
  .nypage_culture .content,
  .nylist_yqfm .content {
    padding-top: 0;
  }

  .nypage_contact .content,
  .list_product .subnav {
    margin-top: 0;
  }

  .nylist ul li .pic {
    width: 35%;
  }

  .nylist ul li .pic img {
    height: auto;
  }

  .nylist ul li .txt {
    padding: 0 .5rem;
    width: 65%;
  }

  .nylist ul li .txt h4 {
    font-size: .6rem;
    line-height: 1.5;
    height: 1.7rem;
    padding-top: 0;
  }

  .nylist ul li .txt p,
  .nylist ul li .txt span {
    display: none;
  }

  .nylist ul li .txt b {
    margin-top: .5rem;
    font-size: .5rem;
  }

  .nylist_recruit {
    padding-bottom: 1.75rem;
  }

  .nylist_recruit .content .title {
    padding: .45rem 1rem;
  }

  .nylist_recruit .content .li .tt {
    padding: .45rem 1rem;
  }

  .nylist_recruit .content .li .tt span {
    font-size: .5rem;
    line-height: 1.2;
  }

  .nylist_recruit .content .li .con {
    padding: .45rem 1rem;
  }

  .nylist_recruit .content .li .con li {
    margin: .25rem 0;
  }

  .nylist_recruit .content .li .con li span:first-child {
    width: 2.5rem;
    font-size: .5rem;
  }

  .nylist_recruit .content .li .con li .c {
    font-size: .5rem;
  }

  .nylist_recruit .content .li .con .more a {
    position: initial;
    display: block;
  }

  .nypage_contact .content {
    padding: 1rem .5rem;
  }

  .nypage_contact .content .add {
    margin-bottom: 1rem;
  }

  .nypage_contact .content .add .icon img {
    width: 1rem;
  }

  .nypage_contact .content .add p {
    font-size: .55rem;
  }

  .nypage_contact .content .item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .nypage_contact .content>.d-flex>img {
    display: none;
  }

  .nypage_contact .content .item .icon img {
    width: 1.25rem;
  }

  .nypage_contact .content .item h3 {
    font-size: .6rem;
  }

  #map {
    margin-top: 0;
  }

  .nyshow .bg {
    padding: 1rem 1rem;
  }

  .nyshow .title {
    line-height: 1.5;
    font-size: .8rem;
  }

  .nyshow .content {
    font-size: .5rem;
    line-height: 1.8;
  }

  .nyshow .content p {
    font-size: .5rem;
    line-height: 1.8;
  }

  .show_product_infos {
    position: initial;
    transform: none;
  }

  .show_product_infos .container {
    flex-wrap: wrap;
  }

  .show_product_infos .pic {
    width: 100%;
    height: auto;
  }

  .show_product_infos .pic img {
    max-width: 100%;
    height: auto;
  }

  .show_product_infos .text {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .show_product_infos .text .param .l {
    padding-left: 0;
    width: 50%;
  }

  .show_product_infos .text .param h5 {
    font-size: .7rem;
  }

  .show_product_infos .text .param p {
    font-size: .6rem;
    height: 1rem;
  }

  .show_product_infos .text .param .r {
    width: 50%;
  }

  .show_product_infos .text .tel .icon img {
    width: 1.35rem;
  }

  .show_product_infos .text .tel .txt span {
    font-size: .6rem;
  }

  .show_product_infos .text .tel .txt p,
  .show_product_infos .text .tel .txt a {
    font-size: 1rem;
  }

  .nyshow_product .content .hd ul li h4 {
    font-size: .6rem;
  }

  .nyshow_product .content .bd .item .con {
    font-size: .5rem;
    line-height: 1.8;
  }

  .nyshow_product .content .bd .item .con p {
    font-size: .5rem;
    line-height: 1.8;
  }

  .bottom {
    display: none;
  }

  .pb70 {
    padding-top: 1.5rem;
  }

  .nypage_culture .content ul li .txt h4 {
    font-size: 1rem;
  }

  .nypage_culture .content ul li .txt p {
    font-size: .6rem;
  }

  .nypage_about .main2-1 .nytitle,
  .nypage_about .main3 .nytitle {
    display: block !important;
  }

  .nypage_contact .content,
  .list_product .subnav {
    background: none;
    padding: 0;
  }

  .list_product .subnav ul {
    justify-content: space-between;
  }

  .list_product .subnav .title {
    padding: 0 .475rem;
    height: 1.1rem;
    line-height: 1.1rem;
    width: 49%;
    margin-top: 2%;
    background: #eee;
    font-weight: bold;
  }

  .list_product .subnav ul li {
    width: 49%;
    margin-top: 2%;
    background: #eee;
  }

  .list_product .subnav ul li a {
    font-size: .5rem;
  }

  .nypage_about .main2-1 .content::after {
    top: 30%;
  }

  .nypage_about .main2-1 .content .swiper-container .swiper-slide {
    padding-top: 0;
  }

  .nypage_about .main2-1 .content .swiper-container .swiper-slide:nth-child(2n+1) {
    flex-direction: column;
    padding-top: 0;
  }

  .nypage_about .main2-1 .content .swiper-container .swiper-slide .con {
    text-align: center;
  }

  .nypage_about .main2-1 .content .swiper-container .swiper-slide:nth-child(2n+1) .con {
    justify-content: flex-start;
  }

  .search form {
    width: 100%;
    margin-top: .25rem;
    border-radius: .5rem;
    padding-left: .3rem;
  }

  .search .btnCss {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }
}