
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 60%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.ban{
    position: relative;
}
.ban-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ban-text h3{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.ban-text p{
    text-align: center;
    font-size: 16px;
    color: #ccc;
}
/* 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 50px;
}
.ny-nav>ul>li>a{
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.ny-nav>ul>li.active>a{
    color: #123984;
}
.ny-nav>ul>li:hover>a{
    color: #123984;
}
.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;
}
.ny-nav>ul>li.active>a>hr{
    background: #123984;
    width: 80%;
    left: 10%;
}
.ny-nav>ul>li:hover>a>hr{
    background: #123984;
    width: 80%;
    left: 10%;
}

.ny-nav>ul>li>ul{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: #fff;
}
.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;
}
.ny-nav>ul>li>ul>li>a:hover{
    color: #123984;
}


.ny-nav-fh{
    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;
    background: #fff;
}
.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;
}
.ny-ab-title>hr{
    width: 100px;
    height: 1px;
    background: #123984;
    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: 36px;
    text-align: justify;
}
.ny-ab-img{
    width: 100%;
}
.ny-about ul{
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0;
}
.ny-about ul>li{
    width: 20%;
    margin: 10px 20px;
}
.ny-about ul>li>p{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}




.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: #333;
  background: none;
  border: 1px solid;
  letter-spacing: 1px;
  padding: 5px 10px;
}

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;
}


.Box {
  position: relative;
  display: none;
}

.Box .content {
  width: 1090px;
  margin: 0 auto;
}

.Box .Box_con {
  position: relative;
  margin-top: 50px;
}

.Box .Box_con .btnl {
  position: absolute;
}

.Box .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 40%;
  cursor: pointer;
}

.Box .Box_con .btnl {
  background: url(../img/jtl02.png) no-repeat center;
  left: -72px;
}

.Box .Box_con .btnr {
  background: url(../img/jtr02.png) no-repeat center;
  right: -72px;
}

.Box .Box_con .btnl:hover {
  background: url(../img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
  background: url(../img/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}

.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}

.Box .Box_con .conbox ul li {
  float: left;
  width: 350px;
  margin-left: 20px;
  overflow: hidden;

}

.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}

.Box .Box_con .conbox ul li img {
  display: block;
  width: 350px;
  transition: all 0.5s;
  border: solid 1px #ccc;
}

.Box .Box_con .conbox ul li p {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  color: #000;
}

.Box .Box_con .conbox 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);
}

.Box .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}

.Box .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.Box .BoxSwitch span.cur {
  background: red;
}

.BoxSwitch {
  display: none;
}

.pro-btn {
  text-align: center;
}






.ny-partner{
  padding: 50px 50px;
}
.ny-partner.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-partner ul{
  display: flex;
  flex-flow: row wrap;
 
}
.ny-partner ul>li{
  width:9%;
  margin: 40px 68px;
  overflow: hidden;
}
.ny-partner ul>li img{
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ny-partner 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);
}







#cd-timeline {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
  }
  @media only screen and (min-width: 1170px) {
    #cd-timeline {
      margin-top: 3em;
      margin-bottom: 3em;
    }
    #cd-timeline::before {
      left: 50%;
      margin-left: -2px;
    }
  }
  
  .cd-timeline-block {
    position: relative;
    margin: 2em 0;
  }
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block {
      margin: 4em 0;
    }
    .cd-timeline-block:first-child {
      margin-top: 0;
    }
    .cd-timeline-block:last-child {
      margin-bottom: 0;
    }
  }
  
  .cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  }
  .cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }
  .cd-timeline-img.cd-picture {
    background: #222860;
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-img {
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
      visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s;
    }
  }
  
  @-webkit-keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -moz-transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -moz-transform: scale(1.2);
    }
    100% {
      -moz-transform: scale(1);
    }
  }
  @keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  .cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
  }
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-timeline-content h2 {
    color: #303e49;
    font-size: 20px !important;
    font-weight: bold;
  }
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
  }
  .cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
  }
  .cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
  }
  .no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
  }
  .cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
  }
  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
  }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      font-size: 20px;
      font-size: 1.25rem;
    }
    .cd-timeline-content p {
      font-size: 16px;
      font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-content {
      margin-left: 0;
      padding: 1.6em;
      width: 45%;
    }
    .cd-timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: #ffffff;
    }
    .cd-timeline-content .cd-read-more {
      float: left;
    }
    .cd-timeline-content .cd-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 6px;
      font-size: 16px;
      font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: #ffffff;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 122%;
      text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
      visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s;
    }
  }
  
  @media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
      -webkit-animation: cd-bounce-2-inverse 0.6s;
      -moz-animation: cd-bounce-2-inverse 0.6s;
      animation: cd-bounce-2-inverse 0.6s;
    }
  }
  @-webkit-keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -moz-transform: translateX(20px);
    }
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -moz-transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -moz-transform: translateX(-20px);
    }
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }








.ny-pr-con>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-pr-con>ul>li{
    width: 24%;
    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>p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-top: 30px;
}
.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-pro-img{
    width: 90%;
    margin: 80px auto 0;
    position: relative;
    padding: 30px 0;
}
.ny-pro-img>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.ny-pro-text{
    position: absolute;
}
.ny-pro-text p{
    font-size: 22px;
    color: #133984;
    font-weight: bold;
}
.ny-pro-text1{
    top: 395px;
    left:163px;
}
.ny-pro-text2{
    top: 395px;
    left:512px;
}
.ny-pro-text3{
    top: 395px;
    right:100px;
}
.ny-pro-text4{
    bottom: 302px;
    left:131px;
}
.ny-pro-text5{
    bottom: 302px;
    left:541px;
}
.ny-pro-text6{
    bottom: 302px;
    right:89px;
}



/*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: 60%;
    -webkit-transform-style: preserve-3d;
            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: #333;
    background: none;
    border: 1px solid;
    letter-spacing: 1px;
    padding: 5px 10px;
  }

  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;
}




.ny-project{
    background: #f8f8f8;
    padding: 80px 0;
}
.ny-project>h5{
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-bottom: 80px;
}
.ny-project-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.ny-project-left{
    width: 40%;
}
.ny-project-right{
    width: 55%;
}
.ny-project-title{
    display: flex;
    align-items: center;
}
.ny-project-title>i{
    font-size: 40px;
    color: #ccc;
    margin-right: 15px;
}
.ny-project-title>h3{
    margin: 0;
}
.ny-project-title>h3>span{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}
.ny-project-title>h3>small{
    font-size: 14px;
    color: #999;
    display: inline-block;
}
.ny-project-left p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}
.ny-project-left table{
    width: 100%;
    margin-top: 30px;
}
.ny-project-left table td{
    border: solid 1px #ccc;
    font-size: 16px;
    color: #666;
    padding: 10px;
    text-align: center;
}



.ny-project-die{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 40px 0;
    margin: 40px 0;
}
.ny-die-left{
    width: 55%;
}

.ny-die-right{
    width: 40%;
    padding-top: 80px;
}
.ny-die-right p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}













.ny-project-img{
    margin-top: 80px;
}
.ny-project-img>.ny-project-title{
    margin-left: 50px;
    margin-bottom: 50px;
}
.ny-project-img>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    
}
.ny-project-img>ul>li{
    width: 32%;
    margin: 10px 0;
}
.ny-project-img>ul>li>p{
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 10px 0;
    margin: 0;
}

.bd_con4 { 
    display: flex;
    flex-flow: row wrap;
 }
 .bd_c4r{
     width: 70%;
     position: relative;
 }
 .bd_c4top>a{
     position: absolute;
     right: 0;
     bottom: 5%;
 }
 .bd_c4l{
     width: 30%;
 }

 .bd_chgBox { float: left; height: 400px; width: 268px; overflow:hidden; position:relative}
 .bd_long { width: 3216px; position: absolute; left: 0px; top: 0px; height:400px; }
 .bd_long ul li { height: 400px; width: 268px; float: left; font-family: "微软雅黑"; }








/* product */
.ny-product{
    background: #fff;
    padding: 80px 0;
}
.ny-pro-con>h3{
    font-size: 18px;
    color: #666;
    text-align: center;
}
.ny-pro-con>ul{
    display: flex;
    flex-flow: row wrap;
    margin-top: 80px;
}
.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;
}
.ny-pro-con>ul>li:hover p{
    color: #1e49b1;
}
/* pro-xq */
.pro-title{
    text-align: center;
}
.pro-title>h3{
    font-size: 22px;
    margin-top: 10px;
}
.pro-title>p{
    font-size: 14px;
    line-height: 25px;
}
.pro-hr{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0 40px;
}
.pro-hr>hr{
    width: 80px;
    height: 2px;
    background: #a19fa0;
}
.pro-hr-o{
    width: 8px !important;
    height: 8px !important;
    border: solid 2px #a19fa0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: transparent !important;
    margin: 0 15px;
}
.pro-xq-con{
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
}

/* application */
.ny-app-pro{
  width: 100%;
  padding-top: 80px;
}
.ny-app-img{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.ny-app-pic{
  width: 14%;
  text-align: center;
  margin: 0 25px;
  cursor: pointer;
}
.ny-app-icon{
  background: #eff2f7;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ny-app-icon:hover{
  background: #015aaa;
}
.but .ny-app-icon{
  background: #015aaa;
}
.ny-app-icon::before{
  content:"";
  position: absolute;
  left: 40%;
  bottom: -14px;
  border-top: 14px solid #eff2f7;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.ny-app-icon:hover::before{
  border-top: 14px solid #015aaa;
}
.but .ny-app-icon::before{
  border-top: 14px solid #015aaa;
}
.ny-app-icon img{
  padding: 20px;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.ny-app-icon:hover img{
  background: transparent;
}
.but .ny-app-icon img{
  background: transparent;
}
.ny-app-icon img:last-of-type{
  display: none;
}
.ny-app-icon:hover img:last-of-type{
  display: block;
}
.but .ny-app-icon img:last-of-type{
  display: block;
}
.ny-app-icon:hover img:first-of-type{
  display: none;
}
.but .ny-app-icon img:first-of-type{
  display: none;
}
.ny-app-title{
  margin-top: 50px;
}
.ny-app-title>h3{
  font-size: 16px;
  color: #000;
}
.ny-app-title>hr{
  width: 50px;
  height: 4px;
  background: #015aaa;
  margin: 10px auto;
}


.ny-app-box{
  margin-top: 80px;
}
.ny-app-con{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 40px;
  border-top: 1px solid #ccc;
}
.ny-app-left{
  width: 40%;
  margin: 0 20px;
  padding: 50px;
}
.ny-app-left h3{
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.ny-app-right{
  width: 53%;
  margin: 0 20px;
  display: flex;
  align-items: center;
  
}
.ny-app-right table{
  width: 100%;
}
.ny-app-right table tr:first-of-type{
  background: #015aaa;
  color: #fff;
}
.ny-app-right table tr>td{
  border: solid 1px #ccc;
  padding: 10px 10px;
}
.ny-app-right table tr>td>i{
  font-size: 16px;
  padding-right: 10px;
  color: #015aaa;
}
.ny-app-right table tr>td img{
  width: 75%;
  margin: auto;
}




.ny-work{
  padding: 50px 50px;
}
.ny-work.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);
}





.map {
  width: 100%;
  height: 400px;
}




/* ny-contact */
.ny-contact{
    background: #f6f6f6;
    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: #222860;
  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: 11px 5px 4px;
  background: #222860;
  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) i{
  font-size: 23px;
}
.ny-contact-con>ul>li:nth-of-type(3)>small{
  padding: 8px 8px 5px;
  background: #222860;
  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(4)>small{
  padding: 7px 7px 7px;
  background: #222860;
  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(4) i{
  font-size: 15px;
}
.ny-contact-con>ul>li:nth-of-type(5)>small{
  padding: 7px 7px 6px;
  background: #222860;
  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(5) i{
  font-size: 15px;
}






.ny-talent{
  padding: 80px 0;
}

.accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
 cursor: pointer;
 display: block;
 padding: 15px 15px 15px 42px;
 color: #4D4D4D;
 font-size: 18px;
 font-weight: 700;
 border: 1px solid #CCC;
 position: relative;
 -webkit-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 transition: all 0.4s ease;
}

.accordion li:last-child .link {
 border-top: 0;
}

.accordion li i {
 position: absolute;
 top: 16px;
 left: 12px;
 font-size: 18px;
 color: #595959;
 -webkit-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
 right: 12px;
 left: auto;
 font-size: 16px;
}

.accordion li.open .link {
 color: #b63b4d;
}

.accordion li.open i {
 color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 transform: rotate(180deg);
}

/**
* Submenu
-----------------------------*/
.submenu {
  background: #444359;
  font-size: 14px;
}
.accordion>li:last-of-type>.submenu{
  display: none;
}

.submenu li {
  border-bottom: 1px solid #4b4a5e;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}










 

.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:768px) {
    .container{
        width: 100%;
    }
    .navbar{
        position: relative;
        background: #fff !important;
    }
    .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: 47%;
        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;
    }
    .ny-nav>ul>li{
      margin: 0 16px;
    }
    .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;
    }
    
}