* {
  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;
  font-size: 0.14rem;
}
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;
  font-size: 0.14rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
b {
  font-size: 0.14rem;
}
.nybanner {
  width: 100%;
  display: block;
}
.nybanner img {
  width: 100%;
  display: block;
}

.mbanner{
  width: 100%;
  display: block;
}

.mbanner img{
  width: 100%;
  display: block;
}
.caseMenu {
  width: 100%;
  height: 0.5rem;
}
.caseMenu .caseMenuBox {
  position: relative;
  height: 0.5rem;
}
.caseMenu .caseMenuBox ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #fff;
  border-radius: 0.05rem;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.caseMenu .caseMenuBox ul li {
  flex: 1;
  position: relative;
  text-align: center;
  height: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.caseMenu .caseMenuBox ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #f0f1f2;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  right: 0;
}
.caseMenu .caseMenuBox ul li a {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.15rem 0.15rem;
  box-sizing: border-box;
}
.caseMenu .caseMenuBox ul li a .nycaseBoxTopIco1 {
  width: 0.2rem;
  height: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: contain;
}
.caseMenu .caseMenuBox ul li a .nycaseBoxTopIco2 {
  display: none;
  height: 0.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: contain;
  flex: 0 0 0.2rem;
  justify-content: center;
  float: left;
  width: 0.2rem;
}
.caseMenu .caseMenuBox ul li a span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.1rem;
}
.caseMenu .caseMenuBox ul li:hover {
  background: #15499a;
}
.caseMenu .caseMenuBox ul li:hover::after {
  background: #15499a;
}
.caseMenu .caseMenuBox ul li:hover a .nycaseBoxTopIco1 {
  display: none;
}
.caseMenu .caseMenuBox ul li:hover a .nycaseBoxTopIco2 {
  display: block;
}
.caseMenu .caseMenuBox ul li:hover a span {
  color: #fff;
}
.productNyTitle {
  padding-top: 0.52rem;
}
.productNyTitle h3 {
  text-align: center;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1;
}
.productNyTitle i {
  width: 0.6rem;
  height: 2px;
  background: #15499a;
  display: block;
  margin: 0.18rem auto;
}
.productNyTitle p {
  font-size: 0.16rem;
  text-align: center;
  color: #666666;
  line-height: 1;
}
.productNy {
  padding-bottom: 0.7rem;
}
.productNy ul li .productNyTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.5rem;
}
.productNy ul li .productNyTop .productNyTopL {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
}
.productNy ul li .productNyTop .productNyTopL a {
  position: relative;
  display: block;
  height: 100%;
}
.productNy ul li .productNyTop .productNyTopL a img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.productNy ul li .productNyTop .productNyTopR {
  flex: 0 0 50%;
  justify-content: center;
  float: left;
  width: 50%;
  padding: 0.6rem 0.4rem;
  box-sizing: border-box;
  background: #f8fafb;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX h5 {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  font-size: 0.48rem;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #b2b2b2;
  text-transform: uppercase;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .productNyTopRTitle {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  font-size: 0.26rem;
  color: #15499a;
  font-weight: bold;
  line-height: 1;
  padding: 0.15rem 0;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .productNyTopRTitle i {
  padding-left: 0.1rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.26rem;
  font-weight: bold;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX em {
  width: 0.6rem;
  height: 2px;
  background: #15499a;
  margin: 0.18rem 0;
  display: block;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX p {
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
  font-size: 0.16rem;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0.1rem 0;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .caseMore {
  width: 1.98rem;
  height: 0.5rem;
  background: #15499a;
  display: block;
  margin: 0.3rem 0 0;
  border-radius: 0.05rem;
  line-height: 0.5rem;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .caseMore i {
  vertical-align: middle;
  height: 0.13rem;
  width: 0.13rem;
  margin-right: 0.12rem;
  background: url(../images/caseMore2.png) no-repeat center;
}
.productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .caseMore:hover {
  transform: translateY(-5px);
}
.productNy ul li:nth-child(2n) .productNyTop {
  flex-direction: row-reverse;
}
/* .productNy ul li .productNyBottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 
} */

.productNy ul li .productNyBottom {
  position: relative;
}

.productNyBottomL{
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(0, 0, 0, 0.4) url(../images/newsBottomL.png) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -0.2rem;
  z-index: 9999;
  cursor: pointer;
}

.productNyBottomR{
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(0, 0, 0, 0.4) url(../images/newsBottomR.png) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -0.2rem;
  z-index: 9999;
  cursor: pointer;
}
.productNy ul li .productNyBottom ul li {
  margin-top: 0.3rem;
  /* flex: 0 0 23.5%; */
  justify-content: center;
  float: left;
  /* width: 23.5%; */
 
}
.productNy ul li .productNyBottom ul li .productNyBottomImg {
  width: 100%;
  position: relative;
  padding: 35.5% 0;
  display: block;
  background: #fff;
  overflow: hidden;
  object-fit: cover;
}
.productNy ul li .productNyBottom ul li .productNyBottomImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.productNy ul li .productNyBottom ul li .productNyBottomText {
  width: 100%;
  height: 0.5rem;
  background: #f8fafb url(../images/proli.png) no-repeat 97% center;
  display: block;
  padding: 0 0.5rem 0 0.2rem;
  box-sizing: border-box;
  line-height: 0.5rem;
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productNy ul li .productNyBottom ul li .productNyBottomText::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.2rem;
  background: #15499a;
  vertical-align: middle;
  margin-right: 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.productNy ul li .productNyBottom ul li:hover .productNyBottomImg img {
  transform: scale(1.1);
}
.productNy ul li .productNyBottom ul li:hover .productNyBottomText {
  color: #fff;
  background: #15569d url(../images/proli.png) no-repeat 97% center;
}
.productNy ul li .productNyBottom ul li:hover .productNyBottomText::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.2rem;
  background: #fff;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.aboutNy .aboutNyAbout {
  background: url(../images/aboutNy.jpg) no-repeat center bottom;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox {
  margin-top: 0.64rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxL {
  flex: 0 0 24%;
  justify-content: center;
  float: left;
  width: 24%;
  position: relative;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxL img {
  display: block;
  width: 100%;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxL .aboutNyAboutBoxLText {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0.8rem 0.6rem;
  box-sizing: border-box;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxL .aboutNyAboutBoxLText h4 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxL .aboutNyAboutBoxLText p {
  font-size: 0.75rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxL .aboutNyAboutBoxLText p i {
  font-size: 0.75rem;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxL .aboutNyAboutBoxLText span {
  font-size: 0.26rem;
  color: #fff;
  text-transform: uppercase;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR {
  flex: 0 0 72%;
  justify-content: center;
  float: left;
  width: 72%;
  position: relative;
  box-sizing: border-box;
  padding-right: 9%;
  padding-top: 0.36rem;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR h5 {
  font-size: 0.63rem;
  font-weight: bold;
  color: #bfbfbf;
  line-height: 1;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR h4 {
  font-size: 0.42rem;
  line-height: 1;
  font-weight: bold;
  padding: 0.3rem 0 0.24rem;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR h6 {
  line-height: 1;
  font-size: 0.28rem;
  font-weight: bold;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR span {
  font-size: 0.18rem;
  line-height: 1;
  padding-top: 0.27rem;
  display: block;
  color: #4c4c4c;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR i {
  width: 0.6rem;
  height: 2px;
  background: #15499a;
  display: block;
  margin: 0.35rem 0;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR h3 {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1;
  color: #15499a;
  padding-bottom: 0.2rem;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR p {
  font-size: 0.15rem;
  line-height: 0.42rem;
  color: #4c4c4c;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR .aboutNyAboutBoxRDh {
  position: absolute;
  right: 0;
  width: 50%;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR .aboutNyAboutBoxRDh .aboutNyAboutBoxRDhImg {
  position: relative;
  padding: 22% 0;
  display: block;
}
.aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR .aboutNyAboutBoxRDh .aboutNyAboutBoxRDhImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}
.aboutNy .aboutNyAbout .aboutNyAboutBoxBottom {
  margin-top: 0.72rem;
  padding-bottom: 0.75rem;
}
.aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li {
  flex: 0 0 20%;
  justify-content: center;
  float: left;
  width: 20%;
  position: relative;
  padding: 0.05rem 0.35rem 0.1rem;
  box-sizing: border-box;
}
.aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li::after {
  content: "";
  border-left: 1px solid #d2d2d2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li::before {
  content: "";
  border-left: 1px solid #15499a;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li i {
  font-size: 0.16rem;
}
.aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li i span {
  font-size: 0.5rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-right: 0.1rem;
}
.aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li p {
  font-size: 0.16rem;
  color: #4c4c4c;
}
.aboutNy .aboutNyShebei {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL {
  flex: 0 0 66%;
  justify-content: center;
  float: left;
  width: 66%;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL ul li {
  flex: 0 0 49%;
  justify-content: center;
  float: left;
  width: 49%;
  margin-bottom: 0.27rem;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL ul li .aboutNyShebeiBoxLImg {
  position: relative;
  padding: 39% 0;
  display: block;
  overflow: hidden;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL ul li .aboutNyShebeiBoxLImg 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;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL ul li .aboutNyShebeiBoxLImg span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  color: #fff;
  background: rgba(21, 73, 154, 0.7);
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL ul li .aboutNyShebeiBoxLImg:hover img {
  transform: scale(1.05);
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR {
  flex: 0 0 33%;
  justify-content: center;
  float: left;
  width: 33%;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR .aboutNyShebeiBoxLImg {
  position: relative;
  padding: 79% 0;
  display: block;
  overflow: hidden;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR .aboutNyShebeiBoxLImg 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;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR .aboutNyShebeiBoxLImg span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  padding: 0 0.15rem;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  color: #fff;
  background: rgba(21, 73, 154, 0.7);
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR .aboutNyShebeiBoxLImg i {
  width: 90%;
  margin-left: 5%;
  background: rgba(21, 73, 154, 0.7);
  position: absolute;
  top: 0.2rem;
  padding: 0.2rem 0.2rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  line-height: 0.4rem;
  color: #fff;
}
.aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR .aboutNyShebeiBoxLImg:hover img {
  transform: scale(1.05);
}
.aboutNy .caseBox {
  padding: 0 2%;
  background: url(../images/caseBoxNy.png) no-repeat center;
  background-size: cover;
  padding-bottom: 0.54rem;
}
.aboutNy .caseBox ul {
  margin-top: 0.5rem;
}
.aboutNy .caseBox ul li .caseBoxImg {
  width: 100%;
  position: relative;
  padding: 35.5% 0;
  display: block;
  background: #fff;
  overflow: hidden;
}
.aboutNy .caseBox ul li .caseBoxImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutNy .caseBox ul li .caseBoxText {
  width: 100%;
  height: 0.5rem;
  background: #fff url(../images/proli.png) no-repeat 97% center;
  display: block;
  padding: 0 0.5rem 0 0.2rem;
  box-sizing: border-box;
  line-height: 0.5rem;
  font-size: 0.16rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aboutNy .caseBox ul li .caseBoxText::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.2rem;
  background: #15499a;
  vertical-align: middle;
  margin-right: 0.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.aboutNy .caseBox ul li:hover .caseBoxImg img {
  transform: scale(1.1);
}
.aboutNy .caseBox ul li:hover .caseBoxText {
  color: #fff;
  background: #15499a url(../images/proli.png) no-repeat 97% center;
}
.aboutNy .caseBox ul li:hover .caseBoxText::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.2rem;
  background: #fff;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.aboutNy .caseBox .case-ico {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}
.aboutNy .caseBox .case-ico .caseBoxL {
  width: 0.1rem;
  height: 0.18rem;
  background: url(../images/caseBoxL.png) no-repeat center;
  display: inline-block;
  margin-right: 0.1rem;
  cursor: pointer;
}
.aboutNy .caseBox .case-ico .caseBoxR {
  width: 0.1rem;
  height: 0.18rem;
  background: url(../images/caseBoxR.png) no-repeat center;
  margin-left: 0.1rem;
  display: inline-block;
  cursor: pointer;
}
.aboutNy .caseBox .case-ico .case-pagination {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -0.02rem;
}
.aboutNy .caseBox .case-ico .case-pagination span {
  margin: 0 0.1rem;
}
@media (max-width: 980px) {

  .productNyBottomL{
    display: none;
  }

  .productNyBottomR{
    display: none;
  }
  .caseMenu {
    height: auto;
  }
  .caseMenu .caseMenuBox {
    height: auto;
    margin-top: 0.2rem;
  }
  .caseMenu .caseMenuBox ul {
    height: auto;
    position: relative;
  }
  .caseMenu .caseMenuBox ul li {
    flex: 0 0 50%;
    justify-content: center;
    float: left;
    width: 50%;
    height: auto;
  }
  .caseMenu .caseMenuBox ul li a {
    height: auto;
  }
  .caseMenu .caseMenuBox ul li:last-child {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    border-top: 0.5px solid #f0f1f2;
  }
  .productNy ul li .productNyTitle h3 {
    font-size: 0.2rem;
  }
  .productNy ul li .productNyTop .productNyTopL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .productNy ul li .productNyTop .productNyTopR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    padding: 0.2rem;
  }
  .productNy ul li .productNyTop .productNyTopR .productNyTopRbOX h5 {
    font-size: 0.3rem;
  }
  .productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .productNyTopRTitle i {
    font-size: 0.16rem;
    display: block;
    line-height: 2;
    padding-top: 0.1rem;
  }
  .productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .productNyTopRTitle span {
    display: none;
  }
  .productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .productNyTopRTitle i {
    padding-left: 0;
  }
  .productNy ul li .productNyTop .productNyTopR .productNyTopRbOX em {
    margin: 0;
  }
  .productNy ul li .productNyTop .productNyTopR .productNyTopRbOX p {
    font-size: 0.14rem;
    line-height: 2;
  }
  .productNy ul li .productNyBottom {
    position: relative;
  }

  .productNyBottomL{
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(0, 0, 0, 0.4) url(../images/newsBottomL.png) no-repeat center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -0.2rem;
    z-index: 9999;
    -webkit-transition: .5s;
    transition: .5s;
  }


  .productNyBottomL:hover{
    background: #15499a url(../images/newsBottomL.png) no-repeat center;
  }
  .productNyBottomR{
    width: 0.4rem;
    height: 0.4rem;
    background: rgba(0, 0, 0, 0.4) url(../images/newsBottomR.png) no-repeat center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    z-index: 9999;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .productNyBottomR:hover{
    background: #15499a url(../images/newsBottomR.png) no-repeat center;
  }

  .productNy ul li .productNyBottom ul {
    margin-top: 0.2rem;
    display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  .productNy ul li .productNyBottom ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
    margin-top: 0.15rem;
  }
  .productNy ul li .productNyBottom ul li .productNyBottomText::before {
    display: none;
  }
  .productNy ul li .productNyBottom ul li .productNyBottomText {
    background: #f8fafb;
    padding: 0 0.1rem;
  }
  .productNy ul li .productNyBottom ul li:hover .productNyBottomText {
    background: #15499a;
  }
  .productNy ul li .productNyBottom ul li:hover .productNyBottomText::before {
    display: none;
  }
  .productNy ul li .productNyTop {
    margin-top: 0.3rem;
  }
  .productNy ul li .productNyTop .productNyTopR .productNyTopRbOX .productNyTopRTitle {
    font-size: 0.18rem;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxL {
    display: none;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR h5 {
    font-size: 0.24rem;
  }
  .aboutNy .aboutNyAbout .productNyTitle {
    padding: 0 0.15rem;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR .aboutNyAboutBoxRDh .aboutNyAboutBoxRDhImg img {
    width: 60%;
    left: auto;
    top: 50%;
  }

  .productNyTitle{
    margin-top: 0.5rem;
  }
  .aboutNy .aboutNyAbout {
    margin-top: 0.5rem;
  }
  .aboutNy .aboutNyAbout .productNyTitle p {
    line-height: 1.5;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox {
    margin-top: 0.3rem;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR .aboutNyAboutBoxRDh .aboutNyAboutBoxRDhImg {
    padding: 15% 0;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox {
    margin-top: 0.1rem;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR h4 {
    font-size: 0.24rem;
    padding: 0.15rem 0;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR h6 {
    font-size: 0.16rem;
    display: none;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR span {
    font-size: 0.14rem;
    line-height: 2;
    padding-top: 0rem;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR h3 {
    font-size: 0.2rem;
    padding-bottom: 0.1rem;
    padding-top: 0.2rem;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR i {
    margin: 0.2rem 0;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBox .aboutNyAboutBoxR {
    padding-right: 0;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li {
    flex: 0 0 50%;
    justify-content: center;
    float: left;
    width: 50%;
    padding: 0.05rem 0.15rem 0.1rem;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBoxBottom {
    margin-bottom: 0.3rem;
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li i span {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li:last-child {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li:nth-child(odd)::before {
    opacity: 0;
  }
  .aboutNy .aboutNyAbout .aboutNyAboutBoxBottom ul li:nth-child(odd)::after {
    opacity: 0;
  }
  .aboutNy .aboutNyAbout {
    background-size: 200%;
  }
  .productNyTitle {
    padding-top: 0.2rem;
  }
  .aboutNy .aboutNyShebei {
    margin-top: 0.1rem;
  }
  .productNyTitle {
    padding: 0 0.15rem;
  }
  .productNyTitle p {
    line-height: 2;
  }
  .aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL ul li .aboutNyShebeiBoxLImg span {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
  }
  .aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }
  .aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR .aboutNyShebeiBoxLImg i {
    font-size: 0.14rem;
  }
  .aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxR .aboutNyShebeiBoxLImg span {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.14rem;
  }
  .productNyTitle h3 {
    font-size: 0.2rem;
  }
  .productNyTitle p {
    font-size: 0.14rem;
  }
  .aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL ul li {
    margin-bottom: 0.15rem;
  }
  .aboutNy .aboutNyShebei .aboutNyShebeiBox .aboutNyShebeiBoxL {
    margin-top: 0.3rem;
  }
  .aboutNy .caseBox .case-ico {
    display: none;
  }
  .aboutNy .aboutNyShebei .aboutNyShebeiBox {
    margin-top: 0;
  }
  
}
