* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.container {
  width: 94%;
  max-width: 1200px;
  min-width: 0px;
  height: auto;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.nybanner {
  background: url('../images/nybanner.jpg') scroll no-repeat 0 0;
  padding-top: 4rem;
  background-size: cover;
}
.nybanner .nybannerBox {
  background: rgba(6, 103, 193, 0.85);
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.nybanner .nybannerBox .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  align-items: center;
}
.nybanner .nybannerBox .container .nybannerL h4 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.nybanner .nybannerBox .container .nybannerL h3 {
  font-size: 0.2rem;
  line-height: 1.6;
  color: #fff;
}
.nybanner .nybannerBox .container .nybannerR {
  text-align: right;
}
.nybanner .nybannerBox .container .nybannerR h4 {
  text-align: right;
  color: #fff;
  align-items: center;
}
.nybanner .nybannerBox .container .nybannerR h4 .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
}
.nybanner .nybannerBox .container .nybannerR h4 .iconfont::before {
  content: '\e630';
  color: #ffffff;
  font-size: 20px;
}
.nybanner .nybannerBox .container .nybannerR h4 a {
  font-size: 0.14rem;
  color: #fff;
  margin: 0 0.05rem;
}
.nybanner .nybannerBox .container .nybannerR h5 {
  margin-top: 0.2rem;
}
.nybanner .nybannerBox .container .nybannerR h5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
}
.nybanner .nybannerBox .container .nybannerR h5 ul li {
  color: #fff;
  position: relative;
}
.nybanner .nybannerBox .container .nybannerR h5 ul li::after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffd7d9;
  opacity: 0.5;
}
.nybanner .nybannerBox .container .nybannerR h5 ul li a {
  font-size: 0.16rem;
  color: #fff;
  margin: 0 0.2rem;
  line-height: 1;
  position: relative;
  display: block;
}
.nybanner .nybannerBox .container .nybannerR h5 ul li a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nybanner .nybannerBox .container .nybannerR h5 ul li a:hover::after {
  content: "";
  width: 100%;
}
.aboutContent {
  padding-top: 0.5rem;
}
.aboutContent h4 {
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.1rem;
}
.aboutContent .aboutContentBox {
  padding-top: 0.2rem;
}
.aboutContent .aboutContentBox p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
  padding-bottom: 0.15rem;
}
.aboutContent .aboutContentBox img {
  max-width: 100%;
  display: block;
}
.nyProductHot {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.nyProductHot h4 {
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
}
.nyProductHot .nyProductHotBox {
  padding: 0.3rem 0.1rem 0;
  position: relative;
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg {
  position: relative;
  padding: 54% 0;
  display: block;
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg .nyProductHotImgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.5);
  padding: 40% 0.4rem;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg .nyProductHotImgBox i {
  display: block;
  width: 100%;
  color: #f7d32d;
  text-align: center;
  margin-top: -0.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg .nyProductHotImgBox span {
  display: block;
  width: 100%;
  padding-top: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  margin-bottom: -0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg:hover .nyProductHotImg img {
  transform: scale(1.1);
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg:hover .nyProductHotImgBox {
  opacity: 1;
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg:hover .nyProductHotImgBox i {
  margin-top: 0;
}
.nyProductHot .nyProductHotBox ul li .nyProductHotImg:hover .nyProductHotImgBox span {
  margin-bottom: 0;
}
.nyProductHot .nyProductHotBox .swiper-button-prev {
  width: 0.3rem;
  height: 0.8rem;
  background: rgba(100, 100, 100, 0.5);
  left: -0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyProductHot .nyProductHotBox .swiper-button-prev::after {
  content: 'prev';
  color: #fff;
  font-size: 0.3rem;
}
.nyProductHot .nyProductHotBox .swiper-button-prev:hover {
  background: #1e4caa;
}
.nyProductHot .nyProductHotBox .swiper-button-next {
  width: 0.3rem;
  height: 0.8rem;
  background: rgba(100, 100, 100, 0.5);
  right: -0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyProductHot .nyProductHotBox .swiper-button-next::after {
  content: 'next';
  color: #fff;
  font-size: 0.3rem;
}
.nyProductHot .nyProductHotBox .swiper-button-next:hover {
  background: #1e4caa;
}
.nyhonor ul {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.nyhonor ul li {
  flex: 0 0 32.5%;
  justify-content: center;
  float: left;
  width: 32.5%;
  margin-bottom: 0.15rem;
}
.nyhonor ul li a.nyhonorImg {
  padding: 34.5% 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: relative;
}
.nyhonor ul li a.nyhonorImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.nyhonor ul li .nyhonorMore {
  display: none;
}
.nyhonor .big_img_box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999999999999999999999999999;
  overflow: hidden;
}
.nyhonor .big_img_box .item {
  width: 990px;
  height: 650px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  overflow: hidden;
}
.nyhonor .big_img_box .item .prev {
  opacity: 0;
  transition: 0.5s;
  width: 20%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  color: #fff;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  cursor: url(../images/caseNewjiantouL.png), default;
}
.nyhonor .big_img_box .item .next {
  opacity: 0;
  transition: 0.5s;
  width: 20%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  color: #fff;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  cursor: url(../images/caseNewjiantouR.png), default;
}
.nyhonor .big_img_box .item .pnon {
  opacity: 1;
}
.nyhonor .big_img_box .item #big_close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  opacity: 0;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  transition: 0.5s;
  background: url(../images/close_black.png) no-repeat center;
  outline: none;
  cursor: pointer;
  transition: 0.7s;
  z-index: 999999999999999999;
  background-size: 20px;
}
.nyhonor .big_img_box .item #big_close:hover {
  color: #666;
}
.nyhonor .big_img_box .item_open1 {
  height: 650px;
}
.nyhonor .big_img_box .item_open2 {
  width: 990px;
}
.nyhonor .big_img_box .item_open2 #big_close {
  opacity: 1;
}
.nyhonor .big_img_box .item_box {
  position: relative;
  width: 990px;
  height: 550px;
}
.nyhonor .big_img_box .item_box > a.honorImg1Alert {
  width: 990px;
  height: 550px;
  display: block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.nyhonor .big_img_box .item_box .img {
  width: 990px;
  height: 550px;
  position: relative;
  display: block;
}
.nyhonor .big_img_box .honorMore1 {
  padding: 0 30px;
  line-height: 50px;
  font-size: 0.16rem;
}
.nyhonor .big_img_box .item_box .img img {
  transition: 0.7s;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nyhonor .big_img_menu {
  height: 50px;
  border-bottom: 1px solid #f2f2f2;
}
.nyhonor .big_img_box .item_box .img img {
  width: 750px;
  height: 430.5px;
  width: 100%;
}
.nyhonor .item_box span {
  padding: 0 30px;
  line-height: 50px;
  font-size: 0.16rem;
  display: block;
  text-align: center;
}
.nyhonor .big_img_box .item_box .text {
  border-top: none;
  transition: 0.5s;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nyhonor .big_img_box .item_box .text a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0px;
  color: #4d4d4d;
  transition: 0.5s;
  transition: 0.7s;
}
.nyhonor .big_img_box .item_box .text a:hover {
  color: #ff770f;
}
.nyhonor .big_img_box .item_box .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
}
.nyhonor .big_img_box .item_box:hover .text a {
  color: #ff770f;
}
.nyhonor .open {
  height: 100%;
}
.nyhonor .item_box .caseLdd i .caseListdd img.caseImgList1 {
  width: 100%;
  height: 100%;
}
.nyhonor .item_box .caseLdd .caseText {
  position: absolute;
  height: 1.2rem;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.1rem 4%;
}
.nyhonor #imgBox img {
  display: block;
  width: 80%;
  margin: 30px auto;
}
.nyhonor .Honoryingcang {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.nyhonor .teamlist li i {
  display: block;
  position: relative;
  padding: 64% 34%;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.nyhonor .item_box img {
  width: 100%;
  height: 100%;
  padding: 0%;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  object-fit: contain;
  display: block;
}
.nycontactus .nycontactusTop h4 {
  text-align: center;
  padding-top: 1.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
}
.nycontactus .nycontactusTop p {
  font-size: 0.16rem;
  line-height: 3;
  color: #696969;
  text-align: center;
}
.nycontactus .nycontactusTop ul {
  margin-top: 0.2rem;
}
.nycontactus .nycontactusTop ul li {
  text-align: center;
  font-size: 0.18rem;
  color: #000;
  line-height: 2.5;
}
.nycontactus .nycontactusTop h5 {
  font-size: 0.26rem;
  text-align: center;
  color: #0c437b;
  font-weight: bold;
  margin-top: 0.3rem;
}
.nycontactus .nycontactusBottom {
  margin-top: 1rem;
}
.nycontactus .nycontactusBottom #container {
  width: 96%;
  height: 500px;
  border: 10px solid #eeeeee;
}
.nycontactus .nycontactusBottom .content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}
.nycontactus .nycontactusBottom .content-window-card p {
  height: 2rem;
}
.nycontactus .nycontactusBottom .custom-info {
  border: solid 1px silver;
}
.nycontactus .nycontactusBottom div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}
.nycontactus .nycontactusBottom div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}
.nycontactus .nycontactusBottom div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
.nycontactus .nycontactusBottom div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
.nycontactus .nycontactusBottom div.info-middle {
  font-size: 12px;
  padding: 10px 6px;
  line-height: 20px;
}
.nycontactus .nycontactusBottom div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
.nycontactus .nycontactusBottom div.info-bottom img {
  position: relative;
  z-index: 104;
}
.nycontactus .nycontactusBottom span {
  margin-left: 5px;
  font-size: 11px;
}
.nycontactus .nycontactusBottom .info-middle img {
  float: left;
  margin-right: 6px;
}
.nyproduct {
  padding-top: 0.5rem;
}
.nyproduct .nyproductMenu {
  overflow: hidden;
}
.nyproduct .nyproductMenu ul {
  margin: 0 -0.5%;
}
.nyproduct .nyproductMenu ul li {
  float: left;
  width: 24%;
  margin: 0.05rem 0.5%;
  background-color: #076ac4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct .nyproductMenu ul li a {
  padding: 0.2rem;
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct .nyproductMenu ul li a:hover {
  background: #ff770f;
}
.nyproduct .nyproductMenu ul::after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
}
.nyproduct .nyproductBox {
  overflow: hidden;
  margin-top: 0.2rem;
}
.nyproduct .nyproductBox ul {
  margin: 0 -0.5%;
}
.nyproduct .nyproductBox ul li {
  float: left;
  width: 32.3333%;
  margin: 0.05rem 0.5%;
}
.nyproduct .nyproductBox ul li .nyproductBoxImg {
  padding: 52% 0;
  position: relative;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}
.nyproduct .nyproductBox ul li .nyproductBoxImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct .nyproductBox ul li .nyproductBoxText {
  background-color: #0c437b;
  padding: 0.2rem;
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyproduct .nyproductBox ul li:hover .nyproductBoxImg img {
  transform: scale(1.1);
}
.nyproduct .nyproductBox ul li:hover .nyproductBoxText {
  background: #ff770f;
  color: #fff;
}
.nyproduct .nyproductCenter .nyproductCenterList {
  padding: 0.4rem 0.25rem;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  width: 100%;
  box-sizing: border-box;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL {
  flex: 0 0 52.2%;
  justify-content: center;
  float: left;
  width: 52.2%;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterTop ul li i {
  display: block;
  padding: 33.4% 0;
  position: relative;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterTop ul li i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  background: #fff;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom {
  margin-top: 0.2rem;
  padding: 0 0.4rem;
  position: relative;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .swiper-container {
  padding: 0.02rem;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .nyproductCenterBottomL {
  position: absolute;
  height: 100%;
  width: 0.28rem;
  top: 0;
  left: 0;
  cursor: pointer;
  font-family: icon;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .nyproductCenterBottomL i {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .nyproductCenterBottomL i::before {
  font-size: 0.28rem;
  content: "\e687";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #999;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .nyproductCenterBottomL i:hover::before {
  color: #666;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .nyproductCenterBottomR {
  position: absolute;
  height: 100%;
  width: 0.28rem;
  top: 0;
  right: 0;
  cursor: pointer;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .nyproductCenterBottomR i {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .nyproductCenterBottomR i::before {
  font-size: 0.28rem;
  content: "\e6ae";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #999;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom .nyproductCenterBottomR i::before:hover::before {
  color: #666;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom ul {
  padding-right: 0.01rem;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom ul li {
  border: 1px solid #ccc;
  width: calc(100% - 2px);
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom ul li i {
  display: block;
  padding: 33.4% 0;
  position: relative;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom ul li i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  background: #fff;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL .nyproductCenterBottom ul li.swiper-slide-thumb-active {
  border-color: #076ac4;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR {
  flex: 0 0 40%;
  justify-content: center;
  float: left;
  width: 40%;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR h4 {
  font-size: 0.3rem;
  font-weight: bold;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR p {
  padding: 0.3rem 0;
  font-size: 0.16rem;
  line-height: 1.8;
  color: #666;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR .nyproductCenterRLine {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR a {
  display: inline-block;
  margin-bottom: 10px;
  background: #0368c5;
  padding: 0.6vw 3vw;
  border-radius: 0px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #0368c5;
  transition: all 0.36s ease;
  line-height: 1.42857143;
  font-weight: normal;
  margin-top: 0.3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR a:hover {
  background: #fff;
  color: #0c437b;
  border-color: 1px solid #0c437b;
}
.nyproduct .nyproductCenter .nyproductCenterPage {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 0.3rem;
}
.nyproduct .nyproductCenter .nyproductCenterPage h4 {
  line-height: 0.7rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.26rem;
  height: 0.7rem;
  background: #f8f8f8;
  border-bottom: 2px solid #0368c5;
}
.nyproduct .nyproductCenter .nyproductCenterPage .nyproductCenterPageBox {
  padding-top: 0.3rem;
  padding-bottom: 0rem;
}
.nyproduct .nyproductCenter .nyproductCenterPage .nyproductCenterPageBox p {
  overflow: hidden;
  font-size: 0.16rem;
  line-height: 2;
  color: #666;
}
.nyproduct .nyproductCenter .nyproductCenterPage .nyproductCenterPageBox img{
  display: block;
  max-width: 100%;
}
.nyproduct .nyproductCenterMessage {
  background: #0000000d;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.nyproduct .nyproductCenterMessage h4 {
  font-size: 0.36rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-weight: bold;
}
.nyproduct .nyproductCenterMessage .nyproductCenterMessageLine {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.nyproduct .nyproductCenterMessage .nyproductCenterMessageContent {
  display: block;
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #fff;
  overflow-y: hidden;
  font-size: 0.16rem;
  line-height: 2;
}
.nyproduct .nyproductCenterMessage ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nyproduct .nyproductCenterMessage ul li {
  width: 100%;
  flex: 0 0 49%;
  justify-content: center;
  float: left;
  width: 49%;
  position: relative;
  overflow: hidden;
  margin-top: 0.3rem;
}
.nyproduct .nyproductCenterMessage ul li input {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.15rem;
  display: block;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.nyproduct .nyproductCenterMessage ul li input.nyproductCenterMessageQrcodeText {
  width: 76%;
  float: left;
}
.nyproduct .nyproductCenterMessage ul li .nyproductCenterMessageimg {
  width: 22%;
  float: right;
  background: #333;
  height: 0.42rem;
  cursor: pointer;
}
.nyproduct .nyproductCenterMessage .nyproductCenterMessageBoxBth {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  background: #ffcc00;
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
  margin-top: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nyproduct .nyproductCenterMessage .nyproductCenterMessageBoxBth:hover {
  background-color: #308712;
}
.nycase {
  margin-top: 0.4rem;
}
.nycase .container {
  width: 90%;
  max-width: 1000px;
  min-width: 0px;
  height: auto;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.nycase .container .nycaseBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nycase .container .nycaseBox .nycaseBoxL {
  flex: 0 0 79%;
  justify-content: center;
  float: left;
  width: 79%;
  position: relative;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxCenter {
  position: relative;
  padding: 33.3% 0;
  display: block;
  width: 100%;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxCenter img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxCenter .nycaseTileBox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  min-height: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxCenter .nycaseTileBox .nycaseTile {
  flex: 0 0 80%;
  justify-content: center;
  float: left;
  width: 80%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxCenter .nycaseTileBox .nycaseTile em {
  font-size: 0.2rem;
  color: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxCenter .nycaseTileBox .nycaseTile .nycaseBoxCenterText {
  display: block;
  font-size: 0.14rem;
  color: #fff;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxCenter .nycaseTileBox a {
  flex: 0 0 12%;
  justify-content: center;
  float: left;
  width: 12%;
  background: #a72126;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.8rem;
  color: #fff;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxBthL {
  position: absolute;
  height: 100%;
  width: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  height: 0.5rem;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxBthL i {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxBthL i::before {
  font-size: 0.28rem;
  content: "\e687";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxBthL i:hover::before {
  color: #666;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxBthR {
  position: absolute;
  height: 100%;
  width: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  height: 0.5rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxBthR i {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxBthR i::before {
  font-size: 0.28rem;
  content: "\e6ae";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}
.nycase .container .nycaseBox .nycaseBoxL .nycaseBoxBthR i::before:hover::before {
  color: #666;
}
.nycase .container .nycaseBox .nycaseBoxR {
  flex: 0 0 20%;
  justify-content: center;
  float: left;
  width: 20%;
}
.nycase .container .nycaseBox .nycaseBoxR .swiper-container {
  height: 5.26rem;
}
.nycase .container .nycaseBox .nycaseBoxR .nycaseBoxCenter {
  position: relative;
  padding: 32.9% 0;
  display: block;
  width: 100%;
}
.nycase .container .nycaseBox .nycaseBoxR .nycaseBoxCenter img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.nycase .container .nycaseBox .nycaseBoxR .nycaseBoxCenter .nycaseTileBox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.nycase .container .nycaseBox .nycaseBoxR .nycaseBoxCenter .nycaseTileBox .nycaseTile {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.nycase .container .nycaseBox .nycaseBoxR .nycaseBoxCenter .nycaseTileBox .nycaseTile em {
  font-size: 0.16rem;
  color: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.2rem;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nycase .container .nycaseBox .nycaseBoxR .swiper-slide-active .nycaseBoxCenter .nycaseTileBox {
  opacity: 0;
}
.nynews {
  padding: 0.3rem;
}
.nynews ul li .nynewsBox {
  width: 100%;
  background: #eee;
  padding: 0.2rem;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.nynews ul li .nynewsBox a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.nynews ul li .nynewsBox a i {
  flex: 0 0 18%;
  justify-content: center;
  float: left;
  width: 18%;
  position: relative;
  padding: 6% 0;
  box-sizing: border-box;
}
.nynews ul li .nynewsBox a i img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.nynews ul li .nynewsBox a .nynewsBoxText {
  flex: 0 0 75%;
  justify-content: center;
  float: left;
  width: 75%;
  padding-right: 2%;
}
.nynews ul li .nynewsBox a .nynewsBoxText em {
  display: block;
  width: 100%;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.2rem;
}
.nynews ul li .nynewsBox a .nynewsBoxText em:hover {
  color: #076ac4;
}
.nynews ul li .nynewsBox a .nynewsBoxText b {
  font-size: 0.14rem;
  font-weight: normal;
  color: #8c8c8c;
  padding-top: 0.2rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nynewsCenter {
  padding-top: 0.4rem;
}
.nynewsCenter .nynewsCenterTitle h4 {
  font-size: 0.3rem;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 0.1rem;
}
.nynewsCenter .nynewsCenterTitle p {
  line-height: 3;
  color: #666;
  margin-top: 0.2rem;
}
.nynewsCenter .nynewsCenterTitle p a {
  display: inline-block;
  font-size: 0.14rem;
  color: #666;
}
.nynewsCenter .nynewsCenterTitle p a:hover {
  color: #076ac4;
}
.nynewsCenter .nynewsCenterPage {
  margin-top: 0.5rem;
}
.nynewsCenter .nynewsCenterPage p {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.3rem;
  padding-bottom: 0.15rem;
}
.nynewsCenter .nynewsCenterPage img {
  max-width: 100% !important;
  display: block;
  height: auto !important;
}
.nymessage .nyproductCenterMessage {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}
.nymessage .nyproductCenterMessage h4 {
  font-size: 0.36rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-weight: bold;
}
.nymessage .nyproductCenterMessage .nyproductCenterMessageLine {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.nymessage .nyproductCenterMessage .nyproductCenterMessageContent {
  display: block;
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #fff;
  overflow-y: hidden;
  font-size: 0.16rem;
  line-height: 2;
  border: 1px solid #eee;
}
.nymessage .nyproductCenterMessage ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nymessage .nyproductCenterMessage ul li {
  width: 100%;
  flex: 0 0 49%;
  justify-content: center;
  float: left;
  width: 49%;
  position: relative;
  overflow: hidden;
  margin-top: 0.3rem;
}
.nymessage .nyproductCenterMessage ul li input {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  font-size: 0.15rem;
  display: block;
  padding: 0 0.2rem;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.nymessage .nyproductCenterMessage ul li input.nyproductCenterMessageQrcodeText {
  width: 76%;
  float: left;
}
.nymessage .nyproductCenterMessage ul li .nyproductCenterMessageimg {
  width: 22%;
  float: right;
  background: #333;
  height: 0.42rem;
  cursor: pointer;
}
.nymessage .nyproductCenterMessage .nyproductCenterMessageBoxBth {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  background: #0c437b;
  text-align: center;
  color: #fff;
  font-size: 0.15rem;
  margin-top: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nymessage .nyproductCenterMessage .nyproductCenterMessageBoxBth:hover {
  background-color: #207ad1;
}
.shopping {
  margin-top: 0.5rem;
}
.shopping .container {
  width: 90%;
  max-width: 1000px;
  min-width: 0px;
  height: auto;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.shopping .container a {
  display: block;
  width: 100%;
}
.shopping .container a img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .nybanner {
    padding-top: 2rem;
  }
  .nyProductHot .nyProductHotBox .swiper-button-prev {
    display: none;
  }
  .nyProductHot .nyProductHotBox .swiper-button-next {
    display: none;
  }
  .nybanner .nybannerBox .container .nybannerR h4 {
    margin-top: 0.2rem;
  }
  .nybanner .nybannerBox .container .nybannerL {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding-bottom: 0.2rem;
  }
  .nybanner .nybannerBox .container .nybannerR h4 {
    text-align: left;
  }
  .nybanner .nybannerBox .container .nybannerR h5 ul {
    justify-content: flex-start;
  }
  .nybanner .nybannerBox .container .nybannerR h5 ul li {
    margin-top: 0.2rem;
    flex: 0 0 33.3%;
    justify-content: center;
    float: left;
    width: 33.3%;
  }
  .nybanner .nybannerBox .container .nybannerR h5 ul li a {
    text-align: left;
    margin: 0 0.1rem;
  }
  .aboutContent h4 {
    font-size: 0.24rem;
  }
  .nyProductHot .nyProductHotBox {
    padding: 0.3rem 0 0;
  }
  .container {
    width: 100%;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .nyproduct .nyproductMenu ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
  }
  .nyproduct {
    padding-top: 0.2rem;
  }
  .nyproduct .nyproductBox ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nyproduct .nyproductMenu ul li a {
    padding: 0.1rem;
  }
  .nyproduct .nyproductBox ul li .nyproductBoxText {
    padding: 0.1rem;
  }
  .nyProductHot h4 {
    font-size: 0.2rem;
  }
  .nyproduct .nyproductCenter .nyproductCenterList {
    padding: 0.2rem 0.1rem;
  }
  .nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR h4 {
    font-size: 0.2rem;
    margin-top: 0.4rem;
  }
  .nyproduct .nyproductCenter .nyproductCenterList .nyproductCenterR p {
    padding: 0.15rem 0;
  }
  .nyproduct .nyproductCenter .nyproductCenterPage h4 {
    font-size: 0.2rem;
  }
  .nyproduct .nyproductCenterMessage h4 {
    height: 0.4rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .nyproduct .nyproductCenterMessage ul li {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nyproduct .nyproductCenterMessage {
    padding-top: 0.2rem;
  }
  .nycase .container {
    width: 100%;
    padding: 0 0.15rem;
  }
  .nycase .container .nycaseBox .nycaseBoxL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nycase .container .nycaseBox .nycaseBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .nycase .container .nycaseBox .nycaseBoxR .swiper-container {
    height: auto;
    margin-top: 0.2rem;
  }
}




.productsDownload{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.productsDownload h4{
    font-size: 0.16rem !important;
    color: #666 !important;
    line-height: 1 !important;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;

    line-height: initial !important;
    text-align: initial !important;
    font-weight: initial !important;
  
    height: auto !important;
    background: transparent !important;
    border-bottom: 2px solid transparent !important;
}


.productsDownload ul{
    min-width: 4rem;
    justify-content: left;
    line-height: 0.4rem;
    position: relative;
    overflow: hidden;
    display: flex;
}

.productsDownload ul:before{
    content:
    "";
    width:1px;
    height: 24px;
    background: #ededed;
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
}

.productsDownload ul::after{
    content: "";
    clear: both;
    width: 0;
    height: 0;
    display: none;
    overflow: hidden;
    vertical-align: middle;
}

.productsDownload ul li:nth-child(1){
    float: left;
    min-width: 200px;
    border: 1px solid #ededed;
    border-right: 0;
}

.productsDownload ul li:nth-child(2){
    float: left;
    min-width: 200px;
    border: 1px solid #ededed;
    border-left: 0;
}


.productsDownload p{

}

.productsDownload ul li i{
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    display: none;
}

.productsDownload ul li img{
    height: 24px;
    align-items: center;
}

.productsDownload ul li span{
    color: #333333;
    padding: 0 0.1rem 0 0.1rem;
}

.productsDownload ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.productsDownload p{
    margin: 0.3rem 0;
    line-height: 0.3rem;
}

.productsDownload p i{
    color: #666666;
}

.productsDownload p a{
    font-size: 0.14rem;
    color: rgb(46,85,214);
    margin-right: 0.1rem;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

.productsDownload p a:hover{
    transform: translateY(-5px);
}



.right_y {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.16rem;
  margin-bottom: 1rem;
}

.right_y li {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
  padding: 0 0.2rem;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #4d4d4d;
}

.right_y li span {
  padding: 0 0.2rem;
  height: 0.88rem;
  line-height: 0.88rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: top;
}

.right_y li a {
  height: 0.88rem;
  line-height: 0.88rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
  font-size: 0.16rem;
  color: #4d4d4d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.right_y li:hover {
  color: #207ad1 !important;
}

.right_y li:hover a {
  color: #207ad1;
}

.right_y .left1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e9e9e9;
}

.right_y .right1 {
  text-align: right;
}





.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  padding: 0;
}


.addPage {
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  text-align: center;
  color: #666666;
}

.addPage .page a {
display: inline-block;
width: auto;
border: 1px solid #c3c3c3;
margin: 3px 5px;
text-align: center;
color: #666666;
font-family: "Microsoft Yahei";
border-radius: 4px;
-webkit-transition: 0.3s;
padding: 5px 10px;
transition: 0.3s;
font-size: 14px;
cursor: pointer;
}

.addPage .page a:hover {
background-color: #0c437b;
border-color: #0c437b;
color: #fff;
}

.addPage .page span {
display: inline-block;
width: auto;
border: 1px solid #c3c3c3;
margin: 3px 5px;
text-align: center;
color: #666666;
font-family: "Microsoft Yahei";
border-radius: 4px;
-webkit-transition: 0.3s;
padding: 5px 10px;
transition: 0.3s;
font-size: 14px;
cursor: pointer;
}

.addPage .page .current {
background: #0c437b;
color: #fff;
border-color: #0c437b;
}

.addPage .page span:hover {
background-color: #0c437b;
border-color: #0c437b;
color: #fff;
}






@media(max-width:980px){
  .right_y li span{
    display: none;
  }

  .right_y li a{
    width: 100%;
    font-size: 0.12rem;
  }

  .right_y li{
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .right_y{
    height: 0.4rem;
    line-height: 0.4rem;
  }


  .right_y li a{
    line-height: 0.4rem;
    height: 0.4rem;
  }

  .productsDownload ul li:nth-child(1),.productsDownload ul li:nth-child(2){
    min-width: calc(50% - 2px);
    flex: 0 0  calc(50% - 2px);
    width:  calc(50% - 2px);
  }

  .productsDownload ul li img{
    width: auto !important;
  }

  .productsDownload ul{
    width: 100%;
    min-width: 100%;
  }

  .productsDownload ul:before{
    left: 50%;
    
  }

  .nybanner .nybannerBox .container .nybannerR{
    width: 100%;
  }

  .nybanner .nybannerBox .container .nybannerR h5 ul{
    width: 100%;
  }

  .nynews{
    padding: 0.3rem 0rem;
  }

  .nynews ul li .nynewsBox a i{
    display: none;
  }

  .nynews ul li .nynewsBox a .nynewsBoxText{
    flex: 0 0 100%;
    width: 100%;
  }

  .nynews ul li .nynewsBox a .nynewsBoxText em{
    padding-top: 0;
  }
}