@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #2383CF;
  color: #fff;
}
::-moz-selection {
  background-color: #2383CF;
  color: #fff;
}
::-webkit-selection {
  background-color: #2383CF;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.5 Arial;
  color: #333;
  margin: 0 auto !important;
  position: relative;
}
*: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: #2383CF;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #2383CF;
  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;
}
li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: Arial;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
input,
button {
  outline: none;
}
.wjdh-message {
  z-index: 99999999999999 !important;
}
.wjdh-message * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox {
  display: inline-block;
  position: relative;
}
.UrbansubstationBox * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox *::before {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox *::after {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.Urbansubstation {
  position: absolute;
  z-index: 9999999;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f8f8f8;
  min-width: 160px;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  border-radius: 10px;
}
.Urbansubstation > a {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
}
.Urbansubstation > a:hover {
  color: #2383CF;
}
.Urbansubstation p a {
  width: 100%;
  padding-left: 10px;
  display: block;
  color: #888 !important;
  line-height: 1.5;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 5px 10px 5px 30px;
  line-height: 26px;
  font-size: 16px;
}
.Urbansubstation p a:hover {
  color: #2383CF;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px !important;
  color: #333 !important;
  display: block;
  text-align: center;
}
.Urbansubstationfenzhan:hover {
  color: #2383CF !important;
}
.UrbansubstationBoxCenter p {
  width: 94%;
  height: 100%;
  border: 1px dashed #e2e2e2;
  margin: 0 auto 10px;
  border-radius: 5px;
  font-size: 15px;
}
.Urbansubstation b {
  display: flex;
  width: 100%;
  font-weight: normal;
  flex-wrap: wrap;
  border-top: 1px solid #999;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Urbansubstation b a:nth-child(1) {
  flex: 0 0 33.33333%;
  text-align: center;
}
.Urbansubstation b a {
  flex: 0 0 33.33333%;
  text-align: center;
}
.UrbansubstationBoxCenter p a {
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.UrbansubstationBox:hover .Urbansubstation {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.Urbansubstation p a:hover::before {
  border-color: #2383CF;
}
.Urbansubstation p a:hover::after {
  background: #2383CF;
}
.Urbansubstation p a::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ddd;
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Urbansubstation p a::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  position: absolute;
  top: 11px;
  left: 7px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
}
.Urbansubstation p a:hover {
  transform: translateY(-2px);
  color: #2383CF !important;
}
.businessLicenseBox {
  display: none;
  position: fixed;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.businessLicenseBoxCenter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70vw;
  max-height: 70vh;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  display: block;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .businessLicenseBoxCenter {
    max-width: 80vw;
    max-height: 80vh;
    padding: 8px;
  }
}
.businessLicenseImg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: contain;
}
.businessLicenseClose {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 3px;
  cursor: pointer;
}
.businessLicense img {
  height: 18px;
  vertical-align: middle;
  width: auto;
  margin-right: 5px;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.disablemouserightclick,
.disablechoose,
.disablecopy {
  display: none;
}
@media screen and (max-width: 768px) {
  #wjdh-kefu {
    display: none !important;
  }
}
.dl-container {
  z-index: 4;
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.nyContent {
  width: 1580px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nyContent::after,
.nyContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizi∂ng: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .nyContent {
    width: 1180px;
  }
}
@media screen and (max-width: 960px) {
  .nyContent {
    width: 96%;
  }
}
.mbanner {
  overflow: hidden;
  padding: 0 !important;
}
.mbanner .row {
  margin: 0;
}
.mbanner img {
  display: block;
  width: 100%;
}
.nyTitle {
  line-height: 1;
}
.nyTitle i {
  display: block;
  position: relative;
  padding-left: 18px;
  color: #2383CF;
  font-family: "Arial Black";
  font-size: 86px;
  line-height: 64px;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .nyTitle i em {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: tb-rl;
    position: absolute;
    left: 0;
    font-family: Arial;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    min-height: 64px;
    bottom: -6px;
  }
}
.nyTitle span {
  display: block;
  font-size: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .nyTitle {
    text-align: center;
  }
  .nyTitle i {
    padding-left: 0;
    font-size: 20px;
    line-height: 16px;
  }
  .nyTitle i em {
    margin-right: 5px;
  }
}
.nyAbout {
  padding: 50px 0 70px;
  overflow: hidden;
}
.nyAbout .nyAboutBox {
  background: url(../images/nyaboutbar.png) right 5px no-repeat;
}
.nyAbout .nyAboutCont {
  margin-top: 50px;
}
.nyAbout .nyAboutCont::after,
.nyAbout .nyAboutCont:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyAbout .nyAboutCont .text {
  float: left;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: -8px;
  width: 640px;
}
.nyAbout .nyAboutCont .text p {
  text-indent: 2em;
}
.nyAbout .nyAboutCont .pic {
  float: right;
  width: 595px;

}
.nyAbout .nyAboutCont .pic img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1320px) {
  .nyAbout .nyAboutCont .text {
    font-size: 15px;
    line-height: 30px;
    width: 550px;
  }
}
@media screen and (max-width: 960px) {
  .nyAbout {
    padding: 35px 0;
  }
  .nyAbout .nyAboutBox {
    background: none;
  }
  .nyAbout .nyAboutCont {
    margin-top: 30px;
  }
  .nyAbout .nyAboutCont .pic {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .nyAbout .nyAboutCont .pic img {
    max-width: 100%;
  }
  .nyAbout .nyAboutCont .text {
    margin-top: 20px;
    float: none;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    width: 100%;
  }
  .nyAbout .nyAboutCont .text p {
    text-indent: 2em;
  }
}
.nyAboutBan {
  background: url(../images/nyaboutban.jpg) center 0 no-repeat;
  background-color: #2383CF;
  overflow: hidden;
}
.nyAboutBan .nyBanBox {
  height: 288px;
  padding-top: 50px;
  color: #ffffff;
}
.nyAboutBan .number {
  padding-left: 106px;
  float: left;
}
.nyAboutBan .number i {
  font-family: Impact;
  font-size: 240px;
  display: inline-block;
  vertical-align: top;
  line-height: 237px;
}
.nyAboutBan .number em {
  line-height: 1;
  font-size: 72px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
.nyAboutBan .text {

  font-size: :14px;
}
.nyAboutBan .text .t1 {
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}
.nyAboutBan .text .t2 {
  font-family: Arial;
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 25px;
  text-align: justify;
}
@media screen and (max-width: 1320px) {
  .nyAboutBan .number {
    padding-left: 66px;
  }
  .nyAboutBan .number i {
    font-size: 200px;
  }
}
@media screen and (max-width: 960px) {
  .nyAboutBan .nyBanBox {
    height: auto;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .nyAboutBan .number {
    padding-left: 0;
    float: none;
    text-align: center;
  }
  .nyAboutBan .number i {
    font-size: 100px;
    line-height: 1;
  }
  .nyAboutBan .number em {
    font-size: 20px;
    margin-left: 0;
  }
  .nyAboutBan .text {
    width: 100%;
    margin-top: 10px;
  }
  .nyAboutBan .text .t1 {
    font-size: 16px;
    line-height: 1.8;
  }
  .nyAboutBan .text .t2 {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
}
.nyTeam {
  padding: 0px 0;
  overflow: hidden;
}
.nyTeam .nyTeamCont {
  margin-top: 45px;
}
.nyTeam .nyTeamCont::after,
.nyTeam .nyTeamCont:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nyTeam .nyTeamCont .text {
  float: left;
  font-size: 18px;
  line-height: 46px;
  width: 530px;
}
.nyTeam .nyTeamCont .pic {
  float: right;
  max-width: 718px;
}
.nyTeam .nyTeamCont .pic img {
  display: block;
  max-width: 100%;
}
.nyTeam .nyTeamList li {
  margin-top: 50px;
}
.nyTeam .nyTeamList li img {
  display: block;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 1320px) {
  .nyTeam .nyTeamCont .text {
    width: 430px;
    font-size: 17px;
    line-height: 38px;
  }
  .nyTeam .nyTeamList li {
    margin-top: 35px;
  }
}
@media screen and (max-width: 960px) {
  .nyTeam {
    padding: 35px 0;
  }
  .nyTeam .nyTeamCont {
    margin-top: 30px;
  }
  .nyTeam .nyTeamCont .pic {
    float: none;
    width: 100%;
  }
  .nyTeam .nyTeamCont .text {
    float: none;
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .nyTeam .nyTeamList li {
    margin-top: 10px;
  }
}
.nyJg {
  background: url(../images/nyjgbg.jpg) center 0 no-repeat;
  position: relative;
  padding-bottom: 5px;
  
  overflow: hidden;
}
.nyJg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/nyjgbar.png) center bottom no-repeat;
  height: 193px;
  pointer-events: none;
}
.nyJg .jgImg {
  margin-top: 5px;
}
.nyJg .jgImg img {
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .nyJg {
    padding: 0 0 35px;
  }
  .nyJg .jgImg {
    margin-top: 20px;
  }
}
.nyZs {
  padding: 120px 0 70px;
  overflow: hidden;
}
.nyZs .nyZsSwiper {
  margin-top: 50px;
  margin-left: -21px;
  margin-right: -21px;
}
.nyZs .nyZsSwiper ul li {
  float: left;
  width: 25%;
  padding: 0 21px;
}
.nyZs .nyZsSwiper ul li .item .pic {
  display: block;
  width: 100%;
  padding: 25px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyZs .nyZsSwiper ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 51%;
  height: 51%;
  background: url(../images/nyzsli.png) 0 0 no-repeat;
}
.nyZs .nyZsSwiper ul li .item .pic::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 51%;
  height: 51%;
  background: url(../images/nyzsli.png) 100% 0 no-repeat;
}
.nyZs .nyZsSwiper ul li .item .pic em::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51%;
  height: 51%;
  background: url(../images/nyzsli.png) 0 100% no-repeat;
}
.nyZs .nyZsSwiper ul li .item .pic em::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51%;
  height: 51%;
  background: url(../images/nyzsli.png) 100% 100% no-repeat;
}
.nyZs .nyZsSwiper ul li .item .pic i {
  background-color: #fff;
  display: block;
  position: relative;
  padding-top: 139.5833%;
  z-index: 3;
  overflow: hidden;
}
.nyZs .nyZsSwiper ul li .item .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyZs .nyZsSwiper ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyZs .nyZsSwiper ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nyZs .nyZsSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.nyZs .nyZsSwiper ul li .item:hover .bt {
  color: #2383CF;
}
.nyZs .page {
  margin: 48px auto 0;
  width: 638px;
  position: relative;
  height: 36px;
}
.nyZs .page::before {
  content: "";
  display: block;
  width: 500px;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
}
.nyZs .page .ny-prev {
  float: left;
  width: 36px;
  height: 36px;
  background-color: #000000;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyZs .page .ny-prev::before {
  content: "<";
  font-family: simsun;
}
.nyZs .page .ny-prev:hover {
  background-color: #2383CF;
}
.nyZs .page .ny-next {
  float: right;
  width: 36px;
  height: 36px;
  background-color: #000000;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nyZs .page .ny-next::before {
  content: ">";
  font-family: simsun;
}
.nyZs .page .ny-next:hover {
  background-color: #2383CF;
}
@media screen and (max-width: 960px) {
  .nyZs {
    padding: 35px 0;
  }
  .nyZs .nyZsSwiper {
    margin-top: 30px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .nyZs .nyZsSwiper ul li {
    padding: 0 6px;
    width: 50% !important;
  }
  .nyZs .nyZsSwiper ul li * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nyZs .nyZsSwiper ul li .item .pic {
    padding: 10px;
  }
  .nyZs .nyZsSwiper ul li .item .bt {
    line-height: 40px;
    height: 40px;
  }
  .nyZs .page {
    margin: 20px auto 0;
    width: 260px;
  }
  .nyZs .page::before {
    width: 160px;
  }
}
