
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 60%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
/* bread */
.bread{
  border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #f8f8f8;
    position: relative;
}
.bread a,.bread p{
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.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: 15px;
    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: -12px;
    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: 15px;
}
.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: 32%;
    margin: 10px 5px;
   
}
.ny-about ul>li>p{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}
.ny-ab-pdf{
  padding: 0 50px;
  justify-content: space-between;
}
.ny-ab-pdf>li{
  width: 40% !important;
  border-bottom: dashed 1px #ccc;
  padding: 10px 0;
}
.ny-ab-pdf>li>a{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.ny-ab-pdf-icon{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 67%;
}
.ny-about ul>li i{
  font-size: 36px;
  color: #000;
}
.ny-about ul>li span{
  font-size: 16px;
  color: #000;
  display: inline-block;
  margin-left: 10px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ny-about ul>li small{
  font-size: 16px;
  display: inline-block;
  padding: 5px 20px;
  background: #22ad38;
  color: #fff;
}



/* 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;
}
.ny-pro-con>ul>li{
    width: 22%;
    margin-right: 40px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    background: #fff;
    border: solid 1px #ccc;
}
.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(4n){
    margin-right: 0;
}
.ny-pro-con>ul>li p{
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: #1e49b1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-pro-con>ul>li:hover p{
    color: #fff;
}
.ny-pro-con>ul>li p span{
  width: 70%;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny-pro-con>ul>li p small{
  font-size: 16px;
}
/* pro-xq */
.ny-pro-xq{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 80px;
}
.exzoom{
  width: 35%;
}
.pro-title{
    width: 50%;
    padding: 0 40px;
}
.pro-title>h3{
    font-size: 22px;
    margin-top: 10px;
}
.pro-title>p{
    font-size: 18px;
    line-height: 50px;
}
.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;
}

/* news */
.ny-news{
  padding: 50px 0;
  width: 100%;
}
.ny-news ul{
  margin-top: 40px;
}
.ny-news ul li{
  margin: 5px 0;
  padding: 40px 30px;
  box-shadow: 0 0 12px -2px #ccc;
  margin: 10px 0;
}
.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%;
  border: solid 1px #ccc;
}
.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;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.ny-news-xq>h3>span{
  margin: 0 30px;
}
.ny-news-xq img{
  margin: 0 auto;
}
.ny-news-xq p{
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.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{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 60px;
}

.ny-contact-left{
  width: 48%;
}
.ny-contact-left h3{
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
}
.ny-contact-left p{
  font-size: 14px;
  color: #aaa;
  line-height: 26px;
  margin: 25px 0;
}
.ny-contact-left h4{
  font-size: 20px;
  color: #000;
  line-height: 30px;
  margin: 30px 0;
}
.ny-message{
  width: 48%;
}
.ny-message h3{
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.ny-message form{
  margin: 0 auto;
  
  text-align: center;
}
.ny-message form h4{
  text-align: left;
  margin: 10px 0 5px;
  color: #aaa;
}
.ny-message input {
  width: 100%;
  height: 50px;
  border: 1px solid #dadada;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 28px;
  text-indent: 10px;
  background:#fff;
  margin: 0 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.ny-message .mess {
  width: 100%;
  border: 1px solid #dadada;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 28px;
  text-indent: 10px; resize:none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding-top: 15px;
  height: 100px;
}
.ny-message .mess:focus-visible{
  outline: none;
}
.ny-message .submit{
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #22ad38;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.yz{
    
    width: 20% !important;
    height: 30px !important;
    margin-left: 5px !important;
}
.ny-message img{
    width: 6%;
    display: inline-block;
    margin-top: -5px;
}


.ny-contact>.ny-ditu{
  width: 100%;
  padding: 50px 0;
}






.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%;
    }
    .pro-title{
      padding: 0;
    }
    .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;
      width: 32%;
    }
    .ny-nav>ul>li>a>hr{
      bottom: -12px;
    }
    .ny-work ul>li{
      width: 49%;
      margin: 5px 0;
    }
    .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-about ul>li{
      width: 47%;
    }
    .ny-ab-pdf{
      padding: 0;
    }
    .ny-ab-pdf>li{
      width: 100% !important;
    }
    .ny-ab-pdf-icon{
      width: 67%;
    }
    .ny-about ul>li span{
      width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .ny-news-img,.news-con{
      width: 100%;
    }
    .ny-pro-con>ul>li p span{
      width: 100%;
    }
    .ny-contact-left,.ny-message{
      width: 100%;
    }
}