.crumbs .top_1 {
  height: 85px;
  line-height: 76px;
  border-bottom: 1px solid #dedede;
  background: #ffffff;
}
.crumbs .top_1 ul{
  display: inline-block;
}
.crumbs .top_1 .nav_next{
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 84px;
}
.crumbs .top_1 .nav_next a{
  color: #666;
}
.crumbs .top_1 .nav_next:hover a{
  color: #1ba1ba;
}

.crumbs .top_1 .nav_prev{
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 84px;
  margin-right: 20px;
}
.crumbs .top_1 .nav_prev a{
  color: #666;
}
.crumbs .top_1 .nav_prev:hover a{
  color: #1ba1ba;
}




.crumbs .top_1 ul li {
  display: inline-block;
  margin-right: 45px;
  border-bottom: 6px solid transparent;
  padding: 0 10px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.crumbs .top_1 ul li a {
  color: #333333;
  font-size: 20px;
}
.crumbs .top_1 ul li:hover {
  font-weight: bold;
  border-bottom: 6px solid #1ba1ba;
}
.crumbs .top_1 ul li:hover a {
  color: #1ba1ba;
}
.crumbs .top_1 ul .on {
  font-weight: bold;
  border-bottom: 6px solid #1ba1ba;
}
.crumbs .top_1 ul .on a {
  color: #1ba1ba;
}
.crumbs .top_2 {
  background: #f8f8f8;
  height: 96px;
  line-height: 96px;
}
.crumbs .top_2 ul li {
  display: inline-block;
  margin-right: 50px;
  font-size: 16px;
}
.crumbs .top_2 ul li a {
  color: #555555;
}
.crumbs .top_2 ul li:hover a {
  color: #1ba1ba;
}
.crumbs .top_2 ul .on a {
  color: #1ba1ba;
}
.ny_download ul li {
  border-width: 1px;
  border-color: #e5e5e5;
  border-style: solid;
  background-color: #ffffff;
  width: 100%;
  height: 122px;
  padding: 21px;
  -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.ny_download ul li .img-box {
  width: 138px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.ny_download ul li .img-box img {
  width: 100%;
  height: 100%;
}
.ny_download ul li .text {
  display: inline-block;
  vertical-align: middle;
  width: 1022px;
  padding-left: 45px;
}
.ny_download ul li .text p {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #333333;
}
.ny_download ul li .xz {
  display: inline-block;
  vertical-align: middle;
}
.ny_download ul li .xz a {
  background-color: #939899;
  width: 170px;
  height: 42px;
  border-radius: 20px ;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #fff;
}
.ny_download ul li .xz a span {
  margin-right: 15px;
}
.ny_download ul li:hover .text p {
  color: #1ba1ba;
}
.ny_download ul li:hover .xz a {
  background: #1ba1ba;
}
.page_box {
  margin-top: 60px;
  margin-bottom: 70px;
}
.page_box .ny_prod ul li {
  height: 265px;
  border: 1px solid #e5e5e5;
  padding: 27px;
  margin-bottom: 38px;
  padding-right: 0px;
  position: relative;

}
.page_box .ny_prod ul li .img-box {
  float: left;
  width: 221px;
  height: 208px;
  overflow: hidden;
}
.page_box .ny_prod ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.page_box .ny_prod ul li .text {
  float: left;
  width: 1020px;
  padding-left: 57px;
  padding-top: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_box .ny_prod ul li .text h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 1;
  margin-bottom: 28px;
}
.page_box .ny_prod ul li .text p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #555555;
  line-height: 2.143;
}
.page_box .ny_prod ul li .more {
  float: right;
  background-color: #1ba1ba;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 42px;
  font-size: 40px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_box .ny_prod ul li:hover {
  background: #1ba1ba;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_box .ny_prod ul li:hover .img-box img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_box .ny_prod ul li:hover .text {
  padding-right: 38px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page_box .ny_prod ul li:hover .text h4 {
  color: #ffffff;
}
.page_box .ny_prod ul li:hover .text p {
  color: #ffffff;
}
.page_box .ny_prod ul li:hover .more {
  background: #fff;
  color: #1ba1ba;
  top: 106px;
  right: 65px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_about {
  background-size: 100% 100% ;
}
.ny_about .ny_tit {
  text-align: center;
  margin-bottom: 40px;
}
.ny_about .ny_tit h4 {
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: #1ba1ba;
  text-transform: uppercase;
}
.ny_about p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 2.25;
}
.ny_about .about_1 {
  margin-top: 82px;
}
.ny_about .about_1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny_about .about_1 ul li {
  width: 697px;
  height: 311px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
.ny_about .about_1 ul li:nth-child(2){
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.ny_about .about_1 ul li:nth-child(3){
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.ny_about .about_1 ul li:nth-child(4){
  -webkit-animation-delay:1.1s;
  animation-delay: 1.1s;
}
.ny_about .about_1 ul li img {
  width: 100%;
  height: 100%;
}
.ny_course {
  background: url(../images/22.png) no-repeat top;
  background-size: 100% 100% ;
  height: 785px;
}
.ny_course .link {
  display: flex;
  padding-top: 320px;
}
.ny_course .link .zx {
  flex: 1;
  margin-top: 6px;
  background-color: #f3f3f3;
  width: 100%;
  height: 12px;
}
.ny_course .nx {
  margin-left: 83px;
  position: relative;
  height: 785px;
  top: -416px;
}
.ny_course .nx .hd {
  position: absolute;
  left: -102px;
  top: 397px;
}
.ny_course .nx .hd img {
  width: 22px;
  height: 26px;
}
.ny_course .nx .bd ul {
  height: 820px;
}
.ny_course .nx .bd ul li {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 50px;
  position: relative;
  top: 397px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.ny_course .nx .bd ul li:nth-child(2n){

  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.ny_course .nx .bd ul li h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #1ba1ba;
  text-transform: uppercase;
  margin: 35px 0 20px 0;
}
.ny_course .nx .bd ul li p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 2.143;
}
.ny_course .nx .bd ul li h4:after {
  content: "";
  background: url(../images/x.png) no-repeat;
  width: 24px;
  height: 39px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 121px;
}
.ny_course .nx .bd ul li:nth-child(2n) {
  top: 146px;
  /* display: flex;
  flex-direction: column-reverse; */
}
.ny_course .nx .bd ul li:nth-child(2n) h4 {
  position: absolute;
  top: 117px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ny_course .nx .bd ul li:nth-child(2n) p {
  position: relative;
  top: -30px;
}
.ny_course .nx .bd ul li:nth-child(2n) h4:after {
  content: "";
  background: url(../images/s.png) no-repeat;
  width: 24px;
  height: 39px;
  display: inline-block;
  position: absolute;
  top: 87px;
  left: 116px;
}
.ny_service .service_1 h5 {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 2.143;
}
.ny_service .service_1 ul {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ny_service .service_1 ul li {
  background-color: #f6f6f6;
  width: 320px;
  height: 355px;
  margin-right: 40px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
  margin-bottom: 20px;
}
.ny_service .service_1 ul li:nth-child(4n){
  margin-right: 0px;
}
.ny_service .service_1 ul li .img-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ny_service .service_1 ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ny_service .service_1 ul li:hover .img-box img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_service .service_1 ul li .text {
  text-align: center;
  padding: 0 26px;
}
.ny_service .service_1 ul li .text h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
.ny_service .service_1 ul li .text p {
  color: #555555;
  font-size: 16px;
}

.ny_contact .bj {
  background: url(../images/bj.gif) no-repeat center;
  height: 863px;
  -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.ny_contact .lx_box {
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 4.015px 4.459px 24px 0px rgba(0, 0, 0, 0.13);
  width: 1397px;
  height: 476px;
  padding-top: 60px;
  -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.ny_contact .lx_box .lx_1 {
  text-align: center;
}
.ny_contact .lx_box .lx_1 .d1 {
  display: inline-block;
  margin-right: 265px;
}
.ny_contact .lx_box .lx_1 .d1 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.ny_contact .lx_box .lx_1 .d1 p {
  display: inline-block;
  vertical-align: middle;
  color: #282828;
  font-size: 20px;
}
.ny_contact .lx_box .lx_1 .d1 p span {
  font-weight: bold;
}
.ny_contact .lx_box .lx_1 .d2 {
  display: inline-block;
}
.ny_contact .lx_box .lx_1 .d2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.ny_contact .lx_box .lx_1 .d2 p {
  display: inline-block;
  vertical-align: middle;
  color: #282828;
  font-size: 20px;
}
.ny_contact .lx_box .lx_1 .d2 p span {
  font-weight: bold;
}
.ny_contact .lx_box .lx_2 {
  margin-top: 60px;
}
.ny_contact .lx_box .lx_2 h4 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: #282828;
  text-align: center;
  position: relative;
  top: 14px;
  left: 43%;
  width: 170px;
  background: #ffffff;
  font-weight: bold;
}
.ny_contact .lx_box .lx_2 .link {
  width: 94%;
  height: 1px;
  background: #d7d7d7;
  margin: 0 auto;
}
.ny_contact .lx_box .lx_3 {
  padding: 0 100px;
  margin-top: 45px;
}
.ny_contact .lx_box .lx_3 ul li {
  width: 33%;
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 20px;
}
.ny_contact .lx_box .lx_3 ul li h4 {
  font-size: 16px;
  font-family: "Adobe Heiti Std";
  color: #282828;
  margin-bottom: 10px;
}
.ny_contact .lx_box .lx_3 ul li p {
  color: #282828;
  font-size: 16px;
}
.ny_contact .message {
  margin-top: 80px;
  margin-bottom: 90px;
  -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.ny_contact .message .m_tit {
  text-align: center;
}
.ny_contact .message .m_tit h4 {
  font-size: 30px;
  font-family: "Adobe Heiti Std";
  color: #333333;
  margin-bottom: 15px;
}
.ny_contact .message .m_tit p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #666666;
  text-transform: uppercase;
}
.ny_contact .message .form {
  margin-top: 60px;
}
.ny_contact .message .form .f1 {
  display: inline-block;
  margin-bottom: 30px;
  width: 697px;
}
.ny_contact .message .form .f1 p {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  text-align: right;
}
.ny_contact .message .form .f1 p span {
  margin-right: 5px;
  color: #f05858;
}
.ny_contact .message .form .f1 input {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #f1f1f1;
  width: 602px;
  height: 56px;
  padding-left: 33px;
}
.ny_contact .message .form .f2 p {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  text-align: right;
}
.ny_contact .message .form .f2 textarea {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  background-color: #f1f1f1;
  width: 1305px;
  height: 131px;
  padding: 10px 33px ;
}
.ny_contact .message .form .f3 {
  margin-top: 50px;
  text-align: center;
}
.ny_contact .message .form .f3 button {
  background-color: #1ba1ba;
  width: 232px;
  height: 56px;
  border-radius: 30px ;
  border: 0px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 23px;
}
.ny_contact .message .form .f3 button:last-child {
  background: #5a5a5a;
}
.prodcont .top_cont .left_cont {
  float: left;
  width: 411px;
  position: relative;
}
.prodcont .top_cont .left_cont h4 {
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: #333333;
}
.prodcont .top_cont .left_cont p {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  line-height: 1.8;
}
.prodcont .top_cont .left_cont .cp_img {
  width: 100%;
  height: 411px;
 
}


.prodcont .top_cont .left_cont .cp_img .show{
  overflow: hidden;
  position: relative;
  height: 100%;h
}
.prodcont .top_cont .left_cont .cp_img .show img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prodcont .top_cont .left_cont .cp_img .hd {
  margin-top: 3px;
}
.prodcont .top_cont .left_cont .cp_img .hd ul {
  text-align: center;
}
.prodcont .top_cont .left_cont .cp_img .hd ul li {
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0 8px;
  text-indent: -999px;
  cursor: pointer;
  display: inline-block;
  background: #7f7f7f;
  border-radius: 50% ;
}
.smallshow .middle_box .middle{
  width: 100% !important;
  text-align: center;
}
.smallshow .middle_box .middle li{
  width: 9px;
  height: 9px;
  overflow: hidden;
  background: #10abbc;
  display: inline-block;
  border-radius: 50%;
}
.smallshow .middle_box .middle li img{
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: 6px solid #c3c3c3;
}
 .prodcont .top_cont .right_cont {
  width: 803px;
  float: right;
}
/*
.prodcont .top_cont .right_cont  {
  height: 489px;
  overflow: hidden;
} */
.prodcont .top_cont .right_cont .zx a {
  display: inline-block;
  background-color: #ff933b;
  width: 200px;
  height: 50px;
  border-radius: 30px ;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  margin-right: 20px;
}
.prodcont .top_cont .right_cont .zx a span {
  margin-right: 10px;
  font-size: 20px;
}
.prodcont .top_cont .right_cont .zx h4 {
  display: inline-block;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #888888;
}
.prodcont .bottom_cont {
  margin-top: 68px;
}
.prodcont .bottom_cont .hd {
  background-color: #f8f8f8;
  width: 1400px;
  height: 50px;
  line-height: 50px;
}
.prodcont .bottom_cont .hd ul li {
  display: inline-block;
  width: 188px;
  text-align: center;
  font-size: 20px;
  font-family: "Microsoft YaHei";
}
.prodcont .bottom_cont .hd ul .on {
  background-color: #1ba1ba;
  color: #ffffff;
}
.prodcont .bottom_cont .bd {
  padding: 32px 0 32px 16px;
}
.prodcont .bottom_cont .bd ul p img{
  max-width: 100%;
}
.popular {
  margin-bottom: 70px;
}
.popular .pop_box {
  background-color: #fff;
  width: 100%;
  height: 390px;
  padding: 34px 52px 0 52px;

  position: relative;
}
.popular .pop_box .bd{
  margin-top: 25px;
}
.popular .pop_box .hd .prev{
  top: 50%;
  position: absolute;

  color: rgba(0, 0, 0, 0.3);
  font-size: 30px;
  left: 8px;
  cursor:pointer;
}
.popular .pop_box .hd .next{
  top: 50%;
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
  font-size: 30px;
  right: 8px;
  cursor:pointer;
}
.popular .pop_box .hd a:hover{
  color: #1ba1ba;
}
.popular .pop_box h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
}
/* .popular .pop_box h4:hover{
  color: #1ba1ba;
} */
.popular .pop_box ul {
  margin-top: 34px;
}
.popular .pop_box ul li {
  width: 246px;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.popular .pop_box ul li .img-box {
  height: 231px;
  background: #fff;
  overflow: hidden;
}
.popular .pop_box ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}
.popular .pop_box ul li .text {
  padding: 17px 9px 0 9px;
}
.popular .pop_box ul li .text p {
  display: inline-block;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #333333;
}
.popular .pop_box ul li .text span {
  display: inline-block;
  float: right;
}
.popular .pop_box ul li:last-child {
  margin-right: 0px;
}
.popular .pop_box ul li:hover .img-box img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_cont {
  margin-top: 60px;
  margin-bottom: 70px;
}
.ny_cont .ny_tit {
  text-align: center;
  margin-bottom: 30px;
}
.ny_cont .ny_tit h4 {
  font-weight: bold;
  font-size: 28px;
}
.paging {
  margin-top: 55px;
  margin-bottom: 70px;
}
.paging ul {
  text-align: center;
}
.paging ul li {
  display: inline-block;
  border-width: 1px;
  border-color: #e5e5e5;
  border-style: solid;
  width: 38px;
  height: 39px;
  line-height: 39px;
  margin: 0 10px;
}
.paging ul li a {
  color: #000000;
  font-size: 19px;
}
.paging ul .on {
  background: #1ba1ba;
  border-color: #1ba1ba;
}
.paging ul .on a {
  color: #fff;
}
.paging ul li:first-child {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.paging ul li:last-child {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.prodcont .top_cont .left_cont .cp_img .mask{
  width: 205.5px;
  height: 193px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.prodcont .top_cont .left_cont .bg_right{
  float: left;
  position: absolute;
  right: -423px;
  top: 70px;
  background: #fff;
}
.prodcont .top_cont .left_cont .bg_right .bigshow{
  width: 411px;
  height: 411px;
  overflow: hidden;
  margin-left: 10px;
  display: none;
  border: 1px solid #E8E8E8;
}
.prodcont .top_cont .left_cont .bg_right .bigshow .bigitem{
  width: 100%;
  height: 100%;
}
.prodcont .top_cont .left_cont .bg_right .bigshow .bigitem img{
  width: 822px;
  height: 772px;
  margin-right: 10px;
}
.ny_qh {
  margin-top: 100px;
}
.ny_qh .prev{
  line-height: 2;
  float: left;
}
.ny_qh .next{
  float: right;
}
.ny_fixed{
  position: fixed;
  top: 100px;
  width: 100%;
z-index: 99;
}
.ny_recommend .service_1 h5 {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  line-height: 2.143;
}
.ny_recommend .service_1 ul {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ny_recommend .service_1 ul li {
  background-color: #f6f6f6;
  width: 320px;
  height: 355px;
  margin-right: 40px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
  margin-bottom: 20px;
}
.ny_recommend .service_1 ul li:nth-child(4n){
  margin-right: 0px;
}
.ny_recommend .service_1 ul li .img-box {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ny_recommend .service_1 ul li .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  object-fit: contain;
}

.ny_recommend .service_1 ul li:hover .img-box img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ny_recommend .service_1 ul li .text {
  text-align: center;
  padding: 0 26px;
}
.ny_recommend .service_1 ul li .text h4 {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0 15px 0;
}
.ny_recommend .service_1 ul li .text p {
  color: #555555;
  font-size: 16px;
}
.page_box .cont .prodcont .bottom_cont .bd table tbody tr td p{
	
	font-size: 14px !important;
}
.page_box .cont .prodcont .bottom_cont .bd table tbody tr td{
	padding: 10px 0!important;
	font-size: 14px !important;
}

