.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.banner {
  height: auto;
}
.banner img {
  width: 100%;
  display: block;
}
.listNum {
  display: none;
}
.ny_biaoti {
  width: 100%;
  height: 95px;
  text-align: center;
}
.ny_biaoti h3 {
  font-size: 34px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
}
.ny_biaoti em {
  display: block;
  width: 46px;
  height: 4px;
  background-color: #27539a;
  margin: 20px auto;
}
.ny_biaoti p {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #999999;
}
/*公司简介*/
.ny_about {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.ny_about .left {
  width: 650px;
  height: 550px;
  background: url("../images/about-box1.jpg") no-repeat center;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 78px 36px 0 48px;
}
.ny_about .left .ti {
  color: #27539a;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-shadow: 0 0 5px #fff;
}
.ny_about .left .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin: 42px 0 59px;
}
.ny_about .left .mo {
  display: block;
  width: 184px;
  height: 47px;
  border-radius: 23.5px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 47px;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
}
.ny_about .left .mo i:nth-child(6) {
  margin-left: 6px;
}
.ny_about .left .mo i {
  font-family: Arial;
  font-size: 16px;
  color: #fff;
}
.ny_about .right {
  width: 630px;
  float: right;
  margin-top: 40px;
}
.ny_about .right .listNum {
  width: 100%;
  height: 262px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 99px 58px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}
.ny_about .right .listNum::after {
  width: 1px;
  height: 55px;
  background-color: #dedede;
  position: absolute;
  top: 104px;
  left: 50%;
  content: "";
}
.ny_about .right .listNum span {
  line-height: 33px;
  color: #27539a;
  font-family: Arial;
  font-size: 46px;
}
.ny_about .right .listNum b {
  font-size: 14px;
  line-height: 14px;
  color: #27539a;
  font-weight: bold;
}
.ny_about .right .listNum p {
  color: #999999;
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  margin-top: 15px;
}
.ny_about .right .lian {
  position: relative;
  width: 100%;
  height: 288px;
  background: url("../images/about-box2.jpg") no-repeat center;
  box-sizing: border-box;
  padding: 46px 76px;
}
.ny_about .right .lian ul {
  float: left;
}
.ny_about .right .lian ul .ti {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 53px;
}
.ny_about .right .lian ul li:nth-child(2) {
  font-family: Arial;
  font-size: 28px;
}
.ny_about .right .lian ul li:nth-child(3) {
  background: url("../images/about-li2.png") no-repeat left center;
}
.ny_about .right .lian ul li:nth-child(4) {
  background: url("../images/about-li3.png") no-repeat left center;
}
.ny_about .right .lian ul li {
  margin-top: 30px;
  line-height: 20px;
  height: 20px;
  background: url("../images/about-li1.png") no-repeat left center;
  box-sizing: border-box;
  padding-left: 34px;
  font-size: 16px;
  color: #fff;
}
.ny_about .right .lian .er {
  width: 155px;
  height: 155px;
  float: right;
  position: absolute;
  right: 50px;
  top: 50px;
  background: url("../images/about-box3.png") no-repeat center;
  box-sizing: border-box;
  padding: 13px;
}
.ny_about .right .lian .er img {
  width: 100%;
  height: 100%;
}
.ny_about .picScroll-left4 {
  width: 100%;
  position: relative;
  margin-top: 70px;
  height: 120px;
  overflow: hidden;
}
.ny_about .picScroll-left4 .prev:hover {
  background-color: #27539a !important;
}
.ny_about .picScroll-left4 .prev {
  display: block;
  width: 32px;
  height: 120px;
  transition: 0.3s;
  background: #999 url(../images/about-jt1.png) no-repeat center;
  position: absolute;
  top: 0px;
  left: 100px;
  z-index: 99;
}
.ny_about .picScroll-left4 .next:hover {
  background-color: #27539a !important;
}
.ny_about .picScroll-left4 .next {
  display: block;
  width: 32px;
  height: 120px;
  transition: 0.3s;
  background: #999 url(../images/about-jt2.png) no-repeat center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
}
.ny_about .picScroll-left4 .bd {
  float: right;
  width: 1180px;
  overflow: hidden;
}
.ny_about .picScroll-left4 .ti {
  float: left;
  writing-mode: tb-rl;
  width: 65px;
  height: 125px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.ny_about .picScroll-left4 .ti p {
  letter-spacing: 1.2px;
  color: #333333;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.ny_about .picScroll-left4 .ti span {
  color: #999;
  font-family: Arial;
  font-size: 12px;
  display: block;
  padding-top: 10px;
  box-sizing: border-box;
}
.ny_about .picScroll-left4 li {
  float: left;
  width: 210px !important;
  height: 120px;
  background-color: #ffffff;
  border: solid 1px #dedede;
  box-sizing: border-box;
  position: relative;
  margin-right: 30px;
  overflow: hidden;
}
.ny_about .picScroll-left4 li:hover img{transform: scale(1.2);}
.ny_about .picScroll-left4 li img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 1s;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
/*业务介绍*/
.ny_business {
  width: 100%;
  height: 570px;
  background: url("../images/about-box4.jpg") no-repeat center;
  padding-top: 70px;
  box-sizing: border-box;
}
.ny_business .ny_biaoti h3 {
  color: #fff;
}
.ny_business .ny_biaoti em {
  background: #fff;
}
.ny_business .ny_biaoti p {
  color: #879bbc;
}
.ny_business .picScroll-left5 {
  width: 100%;
  height: 295px;
  position: relative;
  margin-top: 40px;
}
.ny_business .picScroll-left5 .prev:hover {
  opacity: 0.6;
}
.ny_business .picScroll-left5 .prev {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 120px;
  left: -116px;
  z-index: 99;
  background: url("../images/about-jt3.png") no-repeat center;
  transition: 0.3s;
}
.ny_business .picScroll-left5 .next:hover {
  opacity: 0.6;
}
.ny_business .picScroll-left5 .next {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 120px;
  right: -116px;
  z-index: 99;
  background: url("../images/about-jt3.png") no-repeat center;
  transform: rotate(180deg);
  transition: 0.3s;
}
.ny_business .picScroll-left5 .bd {
  overflow: hidden;
}
.ny_business .picScroll-left5 li:hover .tu img {
  transform: scale(1.2);
}
.ny_business .picScroll-left5 li:hover .ti {
  color: #27539a;
}
.ny_business .picScroll-left5 li {
  float: left;
  margin-right: 53px;
  width: 280px !important;
  height: 295px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 12px 10px;
  text-align: center;
}
.ny_business .picScroll-left5 li .tu {
  display: block;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.ny_business .picScroll-left5 li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_business .picScroll-left5 li .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 30px 0 14px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  height: 22px;
  color: #333;
  transition: 0.3s;
}
.ny_business .picScroll-left5 li p {
  color: #999999;
  font-family: Arial;
  font-size: 12px;
  line-height: 11px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*企业相册*/
.ny_album {
  width: 100%;
  height: 1098px;
  padding-top: 70px;
  box-sizing: border-box;
}
.ny_album .slideTxtBox1 {
  width: 100%;
  margin-top: 40px;
}
.ny_album .slideTxtBox1 .hd {
  width: 763px;
  height: 50px;
  margin: 0 auto;
}
.ny_album .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny_album .slideTxtBox1 .hd ul li.on {
  background: #27539a;
}
.ny_album .slideTxtBox1 .hd ul li.on a {
  color: #fff;
  font-weight: bold;
}
.ny_album .slideTxtBox1 .hd ul li {
  width: 196px;
  height: 50px;
  background-color: #fbfbfb;
  border-radius: 25px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 48px;
  transition: 0.5s;
  font-size: 18px;
  color: #333;
  box-sizing: border-box;
}
.ny_album .slideTxtBox1 .hd ul li a {
  color: #333;
  transition: 0.3s;
}
.ny_album .slideTxtBox1 .bd {
  width: 100%;
  margin-top: 10px;
}
.ny_album .slideTxtBox1 .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny_album .slideTxtBox1 .bd li:hover .tu {
  border: 1px solid #27539a;
}
.ny_album .slideTxtBox1 .bd li:hover .tu img {
  transform: scale(1.2);
}
.ny_album .slideTxtBox1 .bd li:hover .ti {
  color: #27539a;
}
.ny_album .slideTxtBox1 .bd li {
  margin-top: 30px;
  width: 400px;
}
.ny_album .slideTxtBox1 .bd li .tu {
  width: 100%;
  height: 305px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 10px;
  transition: 0.5s;
}
.ny_album .slideTxtBox1 .bd li .tu a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny_album .slideTxtBox1 .bd li .tu a img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_album .slideTxtBox1 .bd li .ti {
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  transition: 0.3s;
}
/*客户见证*/
.ny_customer {
  width: 100%;
  height: 735px;
}
.ny_customer .slideTxtBox3 {
  width: 100%;
}
.ny_customer .slideTxtBox3 .bd {
  overflow: hidden;
  width: 100%;
}
.ny_customer .slideTxtBox3 .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny_customer .slideTxtBox3 .bd ul li:hover .tu img {
  transform: scale(1.2);
}
.ny_customer .slideTxtBox3 .bd ul li:hover .zi .ti {
  color: #27539a;
}
.ny_customer .slideTxtBox3 .bd ul li:hover .zi .mo {
  background: #27539a;
  color: #fff;
}
.ny_customer .slideTxtBox3 .bd ul li {
  margin-top: 40px;
  width: 620px;
  height: 195px;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 5px;
}
.ny_customer .slideTxtBox3 .bd ul li .tu {
  display: block;
  float: left;
  width: 200px;
  height: 150px;
  margin: 18px;
  overflow: hidden;
}
.ny_customer .slideTxtBox3 .bd ul li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_customer .slideTxtBox3 .bd ul li .zi {
  float: right;
  width: 336px;
  margin: 30px 25px 0 0;
}
.ny_customer .slideTxtBox3 .bd ul li .zi .ti {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  transition: 0.3s;
}
.ny_customer .slideTxtBox3 .bd ul li .zi .jie {
  line-height: 29px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 20px 0 13px;
}
.ny_customer .slideTxtBox3 .bd ul li .zi .mo {
  display: block;
  width: 90px;
  height: 25px;
  border-radius: 12.5px;
  border: solid 1px #dedede;
  text-align: center;
  line-height: 25px;
  transition: 0.3s;
  font-family: Arial;
  font-size: 14px;
  color: #333;
}
.ny_customer .slideTxtBox3 .hd {
  width: 216px;
  height: 30px;
  margin: 70px auto 0;
}
.ny_customer .slideTxtBox3 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 11px;
  box-sizing: border-box;
}
.ny_customer .slideTxtBox3 .hd ul li.on {
  width: 30px;
  height: 30px;
  background-color: #27539a;
  color: #fff;
  margin-top: -11px;
  font-family: Arial;
  font-size: 14px;
}
.ny_customer .slideTxtBox3 .hd ul li {
  cursor: pointer;
  transition: 0.5s;
  text-align: center;
  line-height: 30px;
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #c1c1c1;
  border-radius: 50%;
}
/*拉片体系*/
.ny_sheet {
  width: 100%;
  height: 710px;
  padding-top: 70px;
  box-sizing: border-box;
}
.ny_sheet .box {
  width: 100%;
  height: 435px;
  position: relative;
  margin-top: 40px;
}
.ny_sheet .box .left:hover img {
  transform: scale(1.2);
}
.ny_sheet .box .left {
  float: left;
  width: 540px;
  height: 435px;
  overflow: hidden;
}
.ny_sheet .box .left img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_sheet .box .right:hover .ti {
  color: #27539a;
}
.ny_sheet .box .right {
  float: right;
  width: 697px;
  height: 220px;
  background: rgba(39, 83, 154, 0.05);
  position: relative;
  box-sizing: border-box;
  padding: 40px 68px 0 54px;
}
.ny_sheet .box .right .mo {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../images/lmtx-mo1.png") no-repeat center;
}
.ny_sheet .box .right .ti {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  border-bottom: 1px solid #333;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  transition: 0.3s;
}
.ny_sheet .box .right .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  margin-top: 28px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ny_sheet .box .picScroll-left2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-right: 0 0px solid;
  z-index: 999;
  width: 700px;
  height: 180px;
}
.ny_sheet .box .picScroll-left2 .biao {
  float: left;
  margin-top: 40px;
}
.ny_sheet .box .picScroll-left2 .biao p {
  font-size: 24px;
  line-height: 24px;
  color: #333;
}
.ny_sheet .box .picScroll-left2 .biao span {
  display: block;
  margin: 13px 0 30px;
  font-weight: bold;
  font-family: simsun;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}
.ny_sheet .box .picScroll-left2 .biao a {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/lmtx-jt1.png") no-repeat center;
  float: left;
}
.ny_sheet .box .picScroll-left2 .biao .next {
  float: left;
  margin-left: 8px;
  background: url("../images/lmtx-jt2.png") no-repeat center;
}
.ny_sheet .box .picScroll-left2 .bdss {
  width: 517px;
  float: right;
  overflow: hidden;
}
.ny_sheet .box .picScroll-left2 .bdss li:hover img {
  transform: scale(1.2);
}
.ny_sheet .box .picScroll-left2 .bdss li:hover .ti {
  background: rgba(39, 83, 154, 0.5);
}
.ny_sheet .box .picScroll-left2 .bdss li {
  float: left;
  width: 240px !important;
  height: 180px;
  border: solid 3px #f8f8f8;
  box-sizing: border-box;
  position: relative;
  margin-right: 37px;
  overflow: hidden;
}
.ny_sheet .box .picScroll-left2 .bdss li img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_sheet .box .picScroll-left2 .bdss li .ti {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
  transition: 0.3s;
}
/*拉杆体系*/
.ny_rod {
  width: 100%;
  height: 944px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url("../images/lmtx-bg.jpg") no-repeat center;
}
.ny_rod .ny_biaoti h3 {
  color: #fff;
}
.ny_rod .ny_biaoti em {
  background: #fff;
}
.ny_rod .ny_biaoti p {
  color: #fff;
}
.ny_rod .alone {
  width: 100%;
  height: 235px;
  background-color: #ffffff;
  box-shadow: 0px 5px 13.9px 1.1px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 17px;
}
.ny_rod .alone:hover .tu img {
  transform: scale(1.2);
}
.ny_rod .alone:hover .zi .ti {
  color: #27539a;
}
.ny_rod .alone .tu {
  display: block;
  float: left;
  width: 385px;
  height: 200px;
  overflow: hidden;
}
.ny_rod .alone .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_rod .alone .zi {
  float: right;
  width: 772px;
  margin-top: 25px;
  margin-right: 35px;
}
.ny_rod .alone .zi .ti {
  display: inline-block;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  border-bottom: 1px solid #333;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  transition: 0.3s;
  float: left;
}
.ny_rod .alone .zi .mo {
  float: right;
  width: 120px;
  height: 32px;
  background-color: #f8f8f8;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: #27539a;
  font-weight: bold;
  font-family: simsun;
  font-size: 16px;
}
.ny_rod .alone .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 31px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
}
.ny_rod .tit {
  width: 100%;
  height: 51px;
  margin: 41px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny_rod .tit p {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
.ny_rod .tit p i {
  font-family: Arial;
  font-size: 16px;
  color: #fff;
}
.ny_rod .tit .mo {
  margin-top: 9px;
  display: block;
  width: 136px;
  height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  line-height: 12px;
  background: url(../images/lmtx-mo2.png) no-repeat right 2px;
  display: none;
}
.ny_rod .tit .mo i:nth-child(6) {
  margin-left: 6px;
}
.ny_rod .picScroll-left {
  width: 100%;
  position: relative;
}
.ny_rod .picScroll-left .prev {
  display: block;
  width: 61px;
  height: 60px;
  position: absolute;
  top: 120px;
  left: -118px;
  z-index: 999;
  background: url("../images/lmtx-jt3.png") no-repeat center;
}
.ny_rod .picScroll-left .next {
  display: block;
  width: 61px;
  height: 60px;
  position: absolute;
  top: 120px;
  right: -118px;
  z-index: 999;
  background: url("../images/lmtx-jt4.png") no-repeat center;
}
.ny_rod .picScroll-left .bd {
  overflow: hidden;
}
.ny_rod .picScroll-left .bd li:hover img {
  transform: scale(1.2);
}
.ny_rod .picScroll-left .bd li:hover .ti {
  background: rgba(39, 83, 154, 0.8);
}
.ny_rod .picScroll-left .bd li {
  float: left;
  width: 400px !important;
  height: 300px;
  border: solid 5px #fff;
  box-sizing: border-box;
  position: relative;
  margin-right: 40px;
  overflow: hidden;
}
.ny_rod .picScroll-left .bd li img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_rod .picScroll-left .bd li .ti {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 10px;
  color: #fff;
  transition: 0.3s;
}
/*内墙拉杆外墙拉片体系*/
.ny_sheet2 {
  width: 100%;
  height: 1047px;
  padding-top: 70px;
  box-sizing: border-box;
}
.ny_sheet2 .alone:hover .tu img {
  transform: scale(1.2);
}
.ny_sheet2 .alone:hover .zi .ti {
  color: #27539a;
}
.ny_sheet2 .alone {
  width: 100%;
  height: 440px;
  margin-top: 40px;
  position: relative;
}
.ny_sheet2 .alone .tu {
  display: block;
  width: 640px;
  height: 440px;
  overflow: hidden;
}
.ny_sheet2 .alone .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_sheet2 .alone .zi {
  width: 781px;
  height: 335px;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-right: 0 0px solid;
  z-index: 99;
  box-sizing: border-box;
  padding: 66px 60px 0 72px;
}
.ny_sheet2 .alone .zi .ti {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
  padding-left: 165px;
}
.ny_sheet2 .alone .zi .ti::after {
  width: 145px;
  height: 2px;
  background-color: #333333;
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
}
.ny_sheet2 .alone .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 42px 0 35px;
}
.ny_sheet2 .alone .zi .mo {
  display: block;
  width: 120px;
  height: 32px;
  background-color: #27539a;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  font-family: simsun;
  font-size: 16px;
  color: #fff;
}
.ny_sheet2 .picScroll-left {
  width: 100%;
  margin-top: 70px;
}
.ny_sheet2 .picScroll-left .biao {
  float: left;
  margin-top: 15px;
  width: 280px;
}
.ny_sheet2 .picScroll-left .biao span {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  font-weight: bold;
  font-family: simsun;
}
.ny_sheet2 .picScroll-left .biao p {
  margin: 30px 0 32px;
  font-size: 24px;
  line-height: 24px;
  color: #333;
  position: relative;
}
.ny_sheet2 .picScroll-left .biao p::after {
  width: 140px;
  height: 5px;
  background-color: #27539a;
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: -1;
  content: "";
}
.ny_sheet2 .picScroll-left .biao em {
  display: block;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  font-size: 14px;
  margin-bottom: 25px;
}
.ny_sheet2 .picScroll-left .biao a {
  display: block;
  width: 41px;
  height: 41px;
  background: url("../images/lmtx-jt5.png") no-repeat center;
  float: left;
}
.ny_sheet2 .picScroll-left .biao .next {
  float: left;
  margin-left: 8px;
  background: url("../images/lmtx-jt6.png") no-repeat center;
}
.ny_sheet2 .picScroll-left .bd {
  width: 950px;
  float: right;
  overflow: hidden;
}
.ny_sheet2 .picScroll-left .bd li:hover .tu {
  border: 1px solid #27539a;
}
.ny_sheet2 .picScroll-left .bd li:hover .tu img {
  transform: scale(1.2);
}
.ny_sheet2 .picScroll-left .bd li:hover .ti {
  color: #27539a;
}
.ny_sheet2 .picScroll-left .bd li {
  float: left;
  width: 290px !important;
  position: relative;
  margin-right: 40px;
  overflow: hidden;
}
.ny_sheet2 .picScroll-left .bd li .tu {
  display: block;
  width: 100%;
  height: 220px;
  border: solid 1px #dedede;
  box-sizing: border-box;
  padding: 5px;
  overflow: hidden;
}
.ny_sheet2 .picScroll-left .bd li .tu img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.ny_sheet2 .picScroll-left .bd li .ti {
  display: block;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 10px;
  color: #333;
  transition: 0.3s;
}
