
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 60%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.ny-six{
  background: url(../img/foot-bg.jpg) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ban{
    position: relative;
}
.bread{
  padding: 15px 0;
  background: #f8f8f8;
}
.bread p,.bread a{
  color: #000;
  font-size: 16px;
}
/* leftt */
.ny-nav{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 30px;
    background: #f8f8f8;
    position: relative;
}
.ny-nav>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    position: relative;
}
.ny-nav>ul>li{
    margin: 0 30px;
}
.ny-nav>ul>li>a{
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.ny-nav>ul>li.active>a{
    color: #234d92;
}
.ny-nav>ul>li:hover>a{
    color: #234d92;
}
.ny-nav>ul>li>a>hr{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin: 0;
}
.ny-nav>ul>li.active>a>hr{
    background: #234d92;
    width: 80%;
    left: 10%;
}
.ny-nav>ul>li:hover>a>hr{
    background: #234d92;
    width: 80%;
    left: 10%;
}

.ny-nav>ul>li>ul{
    position: absolute;
    left: 0;
    z-index: 1;
    top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #999;
}
.ny-nav>ul>li>ul>li{
    padding: 0 50px;
}
.ny-nav>ul>li>ul>li>a{
    font-size: 14px;
    color: #000;
    padding: 15px 0;
    display: inline-block;
    font-weight: bold;
}
.ny-nav>ul>li>ul>li>a:hover{
    color: #234d92;
}
.ny-nav>ul>li>ul>li.active1>a{
  color: #234d92;
  
}



.ny-nav-fh{
  display: none;
    position: absolute;
    right: 10%;
    top: 25px;
}
.ny-nav-fh>a{
    font-size: 16px;
    color: #000;
}
.ny-nav-fh>a>i{
    padding-right: 5px;
}



/* about */
.ny-about{
    padding: 80px 0;
}
.ny-ab-title{
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
.ny-ab-title>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-left: 50px;
}
.ny-ab-title>span{
    font-size: 14px;
    color: #999;
    margin-left: 50px;
    text-transform: capitalize;
}
.ny-ab-title>hr{
    width: 100px;
    height: 1px;
    background: #234d92;
    border: none;
    margin: 0;
    margin-top: 10px;
    margin-left: 50px;
}
.ny-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 50px 50px;
}
.ny-ab-text{
    width: 100%;
    padding-top: 20px;
}
.ny-ab-text>p{
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 60px;
    text-align: justify;
}

.ny-ab-con ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  
}
.ny-ab-con ul>li{
  width: 32%;
  margin: 30px 0;
  padding: 20px 30px;
  box-shadow: 0 0 12px -2px #ccc;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  text-align: center;
}
.ny-ab-icon{
  margin-top: 30px;
  width: 70px;
  height: 30px;
  background-color: #004698;
  border-color: #004698;
  position: relative;
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ny-ab-con ul>li:hover .ny-ab-icon{
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.ny-ab-icon:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 25px solid;
  border-color: inherit;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  position: absolute;
  top: -25px;
  left: 0;
}
.ny-ab-icon:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -25px;
  border-top: 25px solid;
  border-color: inherit;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  left: 0;
}

.ny-ab-icon>i{
  position: absolute;
  top: 48%;
  left: 50%;
  font-size: 36px;
  z-index: 2;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
}

.ny-ab-con ul>li h3{
  font-size: 28px;
  color: #000;
  font-weight: bold;
  padding: 40px 0 5px;
  margin: 0;
}
.ny-ab-con ul>li p{
  font-size: 16px;
  color: #444;
  margin: 20px 0;
}
.ny-ab-con ul>li:nth-of-type(2) .ny-ab-icon>i{
  font-size: 30px;
}









.ny-pr-con>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-pr-con>ul>li{
    width: 32%;
    background: #fff;
    text-align: center;
    padding: 60px 20px;
    box-shadow: 0 0 12px -2px #ccc;
    position: relative;
}
.ny-pr-con>ul>li>h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.ny-pr-con>ul>li img{
  width: 100%;margin: 0 auto;
}
.ny-pr-con>ul>li>p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-top: 30px;
    text-align: left;
}
.ny-pr-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #133984;
}
.ny-pr-icon>span{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}
.ny-pr-img{
    width: 90%;
    margin: 80px auto 0;
    position: relative;
    padding: 30px 0;
}
.ny-pr-img>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.ny-pr-text{
    position: absolute;
}
.ny-pr-text p{
    font-size: 22px;
    color: #133984;
    font-weight: bold;
}
.ny-pr-text1{
  top: 406px;
  left: 154px;
}
.ny-pr-text2{
  top: 406px;
  left: 450px;
}
.ny-pr-text3{
  top: 406px;
  right: 401px;
}
.ny-pr-text4{
  top: 406px;
  right:77px;
}
.ny-pr-text5{
  bottom: 315px;
    left:131px;
}
.ny-pr-text6{
  bottom: 315px;
    left:523px;
}
.ny-pr-text7{
  bottom: 315px;
  right: 85px;
}












/* product */
.ny-product{
    background: url(../img/ny-pro-bg.jpg)  center;
    padding: 80px 0;
}
.ny-pro-title>h3{
    font-size: 18px;
    color: #666;
    margin: 0 0 40px;
    line-height: 30px;
}
.ny-pro-con>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-pro-con>ul>li{
    width: 31%;
    margin-right: 40px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    background: #fff;
}
.ny-pro-con>ul>li:hover{
    box-shadow: 0 0 12px -2px #ccc;
}
.ny-pro-con>ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-pro-con>ul>li:hover img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.ny-pro-con>ul>li:nth-of-type(3n){
    margin-right: 0;
}
.ny-pro-con>ul>li p{
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    background: #fff;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}
.ny-pro-con>ul>li:hover p{
    color: #234d92;
}
/* pro-xq */
.ny-product-xq{
  padding: 60px 0;
  width: 100%;
}
.ny-pro-xq{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.tz-gallery{
  width: 48%;
}
.pro-title{
  width: 48%;
}
.pro-title>h3{
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.pro-title>p{
  font-size: 16px;
  line-height: 30px;
}
.pro-title>h4{
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #60b9c9;
  display: inline-block;
}
.ny-xq-cs{
  margin-top: 20px;
}
.ny-xq-cs>p>span{
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #ccc;
  margin-right: 15px;
  font-size: 16px;
  cursor: pointer;
}
.ny-xq-cs>p>span.xq-cut{
  background: #60b9c9;
  color: #fff;
}
.ny-xq-box{
  margin-top: 10px;
}
.ny-xq-box p{
  font-size: 16px;
  line-height: 26px;
  color: #000;
}






.pro-title table{
  width: 100%;
  margin-top: 20px;
}
.pro-title table td{
  padding: 5px 10px;
  border: solid 1px #ccc;
}
.exzoom{
  width: 48%;
}
.exzoom .exzoom_img_box{
  width: 100% !important;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{
  margin: 0 !important;
}
.exzoom_zoom_outer{
  top: 0 !important;
}





.ny-work{
  padding: 50px 50px;
}
.ny-work.animated{
  -webkit-animation: polygon 1s linear forwards;
  animation: polygon 1s linear forwards;
}
.ny-work1{
  padding: 50px 50px;
}
.ny-work1.animated{
  -webkit-animation: polygon 1s linear forwards;
  animation: polygon 1s linear forwards;
}
.ny-work2{
  padding: 50px 50px;
}
.ny-work2.animated{
  -webkit-animation: polygon 1s linear forwards;
  animation: polygon 1s linear forwards;
}
@-webkit-keyframes polygon {
  0% {
      -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
      clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
      opacity: 0
  }

  to {
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
      clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
      opacity: 1
  }
}

@keyframes polygon {
  0% {
      -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
      clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
      opacity: 0
  }

  to {
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
      clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
      opacity: 1
  }
}
.ny-work ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
 
}

.ny-work ul>li{
  width: 32%;
  margin: 15px 0;
  overflow: hidden;
}

.ny-work ul>li img{
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ny-work ul>li:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}


.ny-work1 ul{
  display: flex;
  flex-flow: row wrap;
}
.ny-work1 ul>li{
  width: 15%;
  margin: 15px 10px;
  overflow: hidden;
  border: solid 1px #ccc;
}
.ny-work1 ul>li img{
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ny-work1 ul>li:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.ny-work2 ul{
  display: flex;
  flex-flow: row wrap;
}
.ny-work2 ul>li{
  width: 11%;
  margin: 15px 10px;
  overflow: hidden;
}
.ny-work2 ul>li img{
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ny-work2 ul>li:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.ny-work2 ul>li p{
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  color: #000;
}
.map {
  width: 100%;
  height: 400px;
}



.ny-research{
  padding: 80px 0;
}
.ny-research h3{
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.ny-research h4{
  font-size: 18px;
  text-align: center;
  color: #234d92;
  font-weight: bold;
}
.ny-research ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.ny-research ul>li{
  width: 30%;
  margin: 20px 20px;
}
.ny-research p{
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.ny-research1{
  padding: 40px 0;
}
.ny-research1>div{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.ny-research1-left{
  width: 30%;
}
.ny-research1-left>h3{
  font-size: 26px;
  color: #234d92;
  font-weight: bold;
  margin: 100px 0 30px;
}
.ny-research1-left>p{
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 30px 0;
}
.ny-research1-right{
  width: 26%;
  margin: 0 50px;
}

/* reason */
.reason {

  background: url(../img/research/case.jpg) no-repeat center;
  padding: 50px 0;
}
.reason .title {
  text-align: center;
}


.reason .title hr {
  width: 60px;
  height: 3px;
  background: #096ab9;
  margin: 10px auto 40px;
}

.reason .title h3 {
  font-size: 28px;
  color: #ccc;
  margin: 0;
}

.reason .title h3>span {
  font-size: 60px;
  color: #fff;
  display: inline-block;
  transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  padding-left: 3px;
}

.reason .title hr {
  width: 60px;
  height: 3px;
  background: #096ab9;
  margin: 10px auto 40px;
}

.reason ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.reason ul>li {
  width: 32%;
  padding: 0 50px;
  margin: 40px 0;

}

.re-con {
  background: #fff;
  position: relative;
  padding: 20px 30px;
}

.re-con>h4 {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.re-con>p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.re-num {
  position: absolute;
  left: -30px;
  top: -30px;
  background: #066eb5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 3px 20px;
  color: #fff;
  font-size: 40px;
}

.re-num span {
  transform: skew(-10deg);
  display: inline-block;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
}





/*honor*/
.carousel {
  -webkit-perspective: 500px;
  perspective: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.carousel figure {
 margin: 0;
 width: 40%;
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
 -o-transform-style: preserve-3d;
 -moz-transform-style: preserve-3d;
 -ms-transform-style: preserve-3d;
 -webkit-transition: -webkit-transform 0.5s;
 transition: -webkit-transform 0.5s;
 transition: transform 0.5s;
 transition: transform 0.5s, -webkit-transform 0.5s;
}
.carousel figure a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}

.carousel figure a:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}

.carousel nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
}

.carousel nav button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5px;
  cursor: pointer;
  color: #fff;
  background: none;
  border: 1px solid;
  letter-spacing: 1px;
  padding: 5px 10px;
  background: #234d92;
}

nav.hbtn {
  position: absolute;
  width: 90%;
  margin: 5%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lbtn,
.rbtn {
  height: 50px;
}















/* news */
.ny-news{
  padding: 50px 0;
  width: 100%;
}
.ny-news ul{
  margin-top: 40px;
}
.ny-news ul li{
  margin: 5px 0;
  padding: 40px 30px;
}
.ny-news ul li:hover{
  box-shadow: 0 0 12px -2px #ccc;
}
.ny-news ul li>a{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.ny-news-img{
  width: 48%;
}
.ny-news h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.ny-news>h3>span{
  font-size: 16px;
}
.news-con{
  width: 48%;
  padding: 60px 0;
}
.news-con h3{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #333;
}
.news-con span{
  padding: 10px 0;
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.news-con p{
  color: #666;
  line-height: 28px;
  margin: 20px 0 60px;
}
.news-con>h4{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.news-con>h4>span:last-of-type{
  color: #60b9c9;
}
.news-con>h4>span>i{
  padding-left: 10px;
}


.ny-news-xq{
  padding: 60px 0;
}
.ny-news-xq>h2{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.ny-news-xq>h3{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.ny-news-xq>h3>span{
  margin: 0 30px;
}
.ny-news-xq img{
  margin: 0 auto;
  max-width: 700px;
  width: auto !important;
}
.ny-news-xq p{
  font-size: 16px;
  color: #000;
  line-height: 30px;
  max-width: 700px;
  margin: 0 auto;
  text-indent: 2em;
}
.ny-news-xq p>strong{
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #ccc;
  padding: 5px 20px;
  margin-bottom: 10px;
  display: inline-block;
}
/* ny-contact */
.ny-contact{
    background: #fff;
    padding: 80px 0;
}
.ny-contact-con{
  background: #f5f5f5;
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  box-shadow: 0 0 12px -2px #ccc;
}
.ny-contact-logo{
  width: 18%;
}
.ny-contact-wx{
  width: 10%;
  margin: 0 10%;
  text-align: center;
}
.ny-contact-wx>span{
  font-size: 14px;
  display: inline-block;
  padding: 5px 0;
}
.ny-contact-con>ul{
  width: 40%;
}
.ny-contact-con>ul>li{
  line-height: 33px;
}
.ny-contact-con>ul>li:first-of-type>small{
  background: #234d92;
  padding:9px 10px 5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 10px;
}

.ny-contact-con>ul>li:nth-of-type(2)>small{
  padding: 8px 8px 5px;
  background: #234d92;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 10px;
}
.ny-contact-con>ul>li:nth-of-type(3)>small{
  padding: 7px 7px 7px;
  background: #234d92;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 10px;
}
.ny-contact-con>ul>li:nth-of-type(3) i{
  font-size: 15px;
}
.ny-contact-con>ul>li:nth-of-type(4)>small{
  padding: 7px 7px 6px;
  background: #234d92;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 10px;
}
.ny-contact-con>ul>li i{
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.ny-contact-con>ul>li:nth-of-type(4) i{
  font-size: 15px;
}















 

.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span,.page1 span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span>a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span>a>select,.page span>a>select:focus{
    border: none;
    background: #f8f8f8;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}
.left-menu{
    display: none;     
}

@media all and (max-width:1440px) and (min-width:769px){
  .ny-work2 ul>li{
    width: 17.6%;
  }
  .ny-work1 ul>li{
    width: 22.6%;
  }
}

@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar{
        position: fixed;
    }
    .ban-text h3{
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .ny-about{
        padding: 20px 0;
    }
    .ny-ab-con{
        padding: 0;
    }
    .ny-ab-title{
        margin-bottom: 20px;
    }
    .ny-about ul{
        margin-top: 20px;
    }
    .ny-pro-con>ul{
        margin-top: 0;
    }
    .ny-pro-con>ul>li{
        width: 100%;
        margin: 5px ;
    }
    .page span, .page1 span{
        width: 100%;
        display: inline-block;
        text-align: left !important;
        margin: 10px 0;
    }
    .ny-pro-xq{
        margin-top: 0;
    }
    .ny-pro-xq>div{
        width: 100%;
    }
    .ny-contact-con{
        padding: 20px 0;
    }
    .ny-contact-con>ul{
        padding: 20px 20px;
        width: 100%;
    }
    .ny-contact-con>ul>li{
        width: 100%;
    }
    #dituContent{
        height: 300px !important;
        width: 100% !important;
    }
    .ny-nav>ul>li{
      margin: 10px 10px;
    }
    .ny-nav-fh{
      top: 80px;
    }
    .carousel figure a{
      padding: 0 !important;
    }
    .ny-app-pic{
      width: 48%;
      margin: 0 3px;
    }
    .ny-app-left{
      width: 100%;
      padding: 0;
      margin: 0;
    }
    .ny-app-con{
      padding: 0;
    }
    .ny-app-right{
      width: 100%;
      margin: 0;
    }
    .ny-app-right table tr>td img{
      width: 100%;
    }
    .ny-work{
      padding: 50px 20px;
    }
    .ny-contact-logo{
      width: 100%;
    }
    .ny-contact-logo>img{
      width: 50%;
      margin: auto;
    }
    .ny-contact-wx{
      display: none;
    }
    
  
  .ny-nav {
    padding-top: 74px;
    position: unset;
  }
  .ban {
    position: relative;
    top: 58px;
  }
  .ny-nav>ul>li>a {
    font-size: 13px;
  }
  .ny-about ul>li {
    width: 100%;
  }
  .chapter-headline {
    font-size: 58px !important;
  }
  .content-wrap.small-wrap {
    width: 100% !important;
    max-width: 1006px;
  }
  .columns .col.third p {
    font-size: 14px !important;
    line-height: 33px !important;
    margin-left: 6px !important;
  }
  .ny-work,.ny-work2,.ny-work1{
    padding: 10px 15px;
  }
  .ny-work1 ul>li,.ny-work2 ul>li {
    width: 43%;
  }
  .ny-work ul>li{
    width: 48%;
  }
  .ny-news-img {
    width: 100%;
  }
  .news-con {
    width: 100%;
  }
  .ny-news ul li {
    padding: 10px 30px;
  }
  .in-innovate ul>li {
    width: 50%;
  }
  .ny-research ul>li{
    width: 38%;
    margin: 20px 10px;
  }
  .reason ul>li{
    width: 100%;
  }
  .ny-research1-left{
    width: 100%;
  }
  .ny-research1-left>h3{
    margin: 10px 0;
  }
  .ny-research1-right{
    width: 100%;
    margin: 0;
  }
  .ny-pr-text{
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;

  }
  .carousel figure{
    margin: 10px 60px;
    width: 60%;
  }
  
}