
.container::before,.container::after{
  display: none;
}
ul,li{
  margin: 0;
}
p{
  margin: 0;
}
.location{
  border-bottom: 1px solid #ccc;
}
.location .container{
  width: 70%;
  margin: 0 auto;
}
.location>div{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.ny-content>div.container{
  width: 90%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.left-menu{
  display: none;
}
.nav-pro {
  display: block;
  margin: 30px 0;
  width: 23%;
}

.nav-pro>h3 {
  width: 100%;
  background: #000e88;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 20px;
  margin: 0;
  color: #fff;
}

.nav-pro>ul {
  border: 1px solid #ccc;
  padding: 10px 0;
}

.nav-pro>ul>li {

  position: relative;
  margin: 0 15px;
  border-bottom: 1px solid #f5f5f5;
  transition: .3s;

}

.nav-pro>ul>li>a {
  padding: 10px 5px;
  display: block;
  transition: .3s;
  cursor: pointer;

}

.nav-pro>ul>li:hover>a {
  border-left: 5px solid #000e88;
  background: #f5f5f5;
}

.nav-pro>ul>li>i {
  position: absolute;
  right: 6px;
  top: 8px;
  font-size: 24px;
}

.nav-pro>ul>.active>a {
  border-left: 5px solid #000e88;
  background: #f5f5f5;
  display: block;
}

.nav-pro>ul>li>a {
  color: #333;
  font-size: 14px;
}

.nav-pro>ul>li>ul>li>a {
  color: #aaa;
  padding: 10px 5px;
  margin: 0 10px;
  border-bottom: 1px solid #ccc;
  display: block;
}

.nav-pro>ul>li>ul>.active {
  background: #000e88;
}

.submenu {
  display: none !important;
}

.showsub .submenu {
  display: block !important;
}
.bread{
  width: 100%;
}
.bread p{
  padding: 15px 0;
  color: #333;
}
.bread p>a{
  color: #333;
}
select:focus-visible {
  outline: none;
}
.bread select option:first-of-type{
  display: none;
}





.ban{
  position: relative;
  margin-top: 92px;
}
.ban-title{
  position: absolute;
  left: 30%;
  bottom: 40%;
  z-index: 9;
  text-align: center;
}

.ban-title>h3,.ban-title-left>h3{
  font-size: 24px;
  color: #000e88;
}
.ban-title>span,.ban-title-left>span{
  display: inline-block;
  padding: 3px 15px;
  background: #000e88;
  color: #fff;
  font-size: 14px;
}
.ban-title-left{
  position: absolute;
  left: 20%;
  top: 40%;
  z-index: 9;
  text-align: center;
}
/* about */
.ny-about{
  padding: 80px 0;
  background: #f8f8f8;
}
.ny-about .container{
  width: 70%;
  margin: 0 auto;
}
.ny-ab-title{
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.ny-ab-title>h3{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.ny-ab-title>span{
  font-size: 14px;
  color: #999;
}
.ny-ab-title>hr{
  width: 100px;
  height: 1px;
  background: #123984;
  border: none;
  margin: 0;
  margin-top: 10px;
}
.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>h3{
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.ny-ab-text>p{
  font-size: 18px;
  color: #666;
  text-indent: 2em;
  line-height: 36px;
  text-align: justify;
}
.ny-ab-img{
  width: 100%;
}
.ny-about ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.ny-about ul>li{
  width: 49%;
  margin: 10px 0;
}
.ny-about ul>li>p{
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
}

.ny-work{
  width: 100%;
}
.ny-case{
  width: 100%;
}
.ny-work>ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 30px 0;
  
}
.ny-work>ul>li{
  width: 24%;
  margin: 10px 0;
 
  overflow: hidden;
}
.ny-work>ul>li img{
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  border: solid 1px #ccc;
}
.ny-work>ul>li:hover img{
  transform: scale(.95);
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
}
.ny-work>ul>li p{
  font-size: 16px;
  text-align: center;
  color: #000;
  padding: 10px 0;
}
/*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: 70%;
  -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: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lbtn,
.rbtn {
  height: 50px;
}
/* workshop */
.ny-search{
  width: 100% !important;
}
.ny-product{
  padding: 40px 0;
  width: 75%;
}
.ny-product>h3{
  font-size: 20px;
  color: #000;
  border-left: 5px solid #000e88;
  padding: 5px 0 5px 20px;
  margin-bottom: 40px;
}
.ny-product ul{
  display: flex;
  flex-flow:  row wrap;
}
.ny-product ul>li{
  width: 32%;
  margin: 10px 10px 10px 0 ;
  cursor: pointer;
  border: solid 1px #ccc;
}
.ny-product ul>li:hover{
  box-shadow: 0 0 10px -5px #666;
}
.ny-product-p{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #000e88;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
}
.ny-product ul>li p{
  font-size: 14px;
  
  color: #fff;
  
 
}
.ny-product-p span{
  font-size: 14px;
  color: #fff;
}

/* pro-xq */
.ny-product-xq{
  padding: 60px 0;
  width: 76%;
}
.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: #000e88;
  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: #000e88;
  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;
}
#ip-img-preview{
  width: 30% ;
  height: auto !important;
}

/* 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: #000e88;
}
.news-con>h4>span>i{
  padding-left: 10px;
}
/* contact */
.ny-contact{
  /* padding: 50px 0; */
}
.ny-ditu{
  position: relative;
  margin-top: 80px;
}
.ny-ditu .container{
  width: 70%;
}
.ny-contact-con{
  background: #fff;
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 50px 0;
  box-shadow: 0 0 12px -2px #ccc;
  justify-content: space-around;
}
.ny-contact-logo{
  width: 20%;
}
.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: #000e88;
  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 10px 4px;
  background: #000e88;
  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: #000e88;
  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: #000e88;
  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: #000e88;
  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-contact-right{
      font-size: 16px;
      color: #000;
      line-height: 26px;
}

.foot-map{
  position: absolute;
  left: 44%;
  top: 60%;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.foot-map>p{
  font-size: 20px;
  color: #000e88;
  font-weight: bold;
}

.sonmenu{
  display: none;
}

.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;
}
.page-nums{
  display: none;
}
.page1 span>a{
  color: #000;
}
.page-num{
  border: solid 1px #ccc;
  padding: 2px 10px;
  margin: 0 3px;
  border-radius: 5px;
}

.map{
  width: 100%;
  height: 600px;
}

.pro-xq-con{
  width: 100%;
  margin-top: 40px;
}
.pro-xq-con>p{
  border-bottom: 3px solid #000e88;
}
.pro-xq-con>p>span{
  display: inline-block;
  padding: 10px 30px;
  border: solid 1px #ccc;
  margin-right: 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.pro-xq-con>p>span.xq-cut{
  background: #000e88;
  color: #fff;
}
.pro-xq-box{
  margin-top: 10px;
}
.pro-xq-box p{
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.pro-xq-box table{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.pro-xq-box table tr>td{
  padding: 15px 15px;
  border: #ededeb solid 2px;
  text-align: center;
}
.pro-xq-box table tr>td>strong{
  font-size: 18px;
}

.search-index{
  text-align: center;
}
.search-index input{
  border: solid 1px transparent;
  padding: 15px 0 15px 10px;
  width: 80%;
  
}
.search-index form{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  
}
.search-bg{
  border: solid 1px #eee;
  width: 92%;
  text-align: left;
  padding-left: 20px;
}
.search-index input::placeholder{
  font-size: 14px;
}
.search-index button{
  background: #000e88;
  border: none;
  color: #fff;
  padding: 16px 20px;
  margin-left: -10px;
}
/* 下载中心 */
.down {
  margin-top: 30px;
}

.down p {
  line-height: 40px;

}

.down a {
  color: #333
}

.down span {
  color: #999;
  font-size: 15px;
  float: right
}

.down hr {
  padding: 0;
  margin: 5px 0;
  border: 1px dotted lightgray;
}
@media all and (max-width:768px) {
  .navbar>div>i {
    display: flex;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 25px;
}
.products_list {
  padding-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pro_li {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.pro_img {
  border: 1px solid #CCCCCC;
  border-radius: 220px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.tab-bg {
  display: none;
  /* height: 70px;
  position: relative;
  bottom: 0;
  display: flex;
  background-color: black;
  opacity: 0.4; */
}
.tab {
  height: 70px;
  position: relative;
  bottom: 71px;
  display: flex;
  opacity: 1;
  flex-wrap: wrap;
}
.tab_id {
  /* height: 100%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center; */
  display: none;
}
.tab_id>a>p {
  color: white;
  font-size: 12px;
  font-weight: bold;
}
.tab_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_right {
  width: 92%;
}
.tab_left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
}
.pro_show {
  padding-top: 70%;
}
.tab_right p {
  font-size: 18px;
  text-indent: 2em;
  text-align: justify;
}
.pro_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.pro_list1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.pro_list_text {
  width: 85%;
  padding: 20px 0;
}
.pro_list_img {
  width: 85%;
}
.center_banner {
  padding: 60px 0;
}
.img_show {
  padding: 0 10%;
  padding-bottom: 120px;
}
.img_title hr {
  width: 20%;
  border-top: 5px solid #6bbbd6;
}
.img_content {
  display: flex;
  flex-direction: column;
}
.img_list {
  border: 1px solid #e7e7e7;
  width: 48%;
  height: 48%;
  cursor: pointer;
  margin-top: 20px;
}
.img_content_left {
  border: 1px solid #e7e7e7;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.img_content_right {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.news {
  padding: 0 10% 60px 10%;
}
.news_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
}
.news_title {
  text-align: center;
  padding-bottom: 60px;
}
.news_content {
  display: flex;
  flex-direction: column;
}
.news_text {
  width: 100%;
}
.message {
  padding: 0 10%;
}
.mes_content form input {
  width: 100%;
  background: #efedee;
  border: 0;
  padding: 10px 22px;
  margin-bottom: 20px;
}
.bar_tab>ul>a>li {
  border-left: 1px solid white;
  width: auto;
  padding: 0 10px;
  text-align: center;
  color: white;
  font-size: 11px;
}
.bar_foot {
  height: auto;
}
.ft_contant {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.ft_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  padding: 13px 0;
}
.ny-content>div.container {
  width: 85%;
}
.ny-contact-right {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding: 0 35px;
}
.ny-ditu .container {
  width: 100%;
}
.navbar-nav {
  display: none;
}
.search {
  display: none;
}
  .page span,.page1 span{
      width: 100%;
      text-align: left !important;

  }
  .page span>a{
      margin: 4px 0;
      display: inline-block;
      padding: 2px 8px;
  }
  .bread{
      width: 100%;
  }
  .ny-nav{
      width: 100%;
      text-align: left;
  }
  .ny-nav>ul>li{
      border-bottom: 1px solid #000;
  }
  .ny-con ul>li{
      width: 100%;
      margin: 5px 0;
  }
  .ny-news ul li,.ny-contact ul,.ny-ditu{
      width: 100%;
  }
  .tz-gallery,.pro-title{
      width: 100%;
  }
  .ban-title,.ban-title-left{
      display: none;
  }
  .ny-product ul>li{
      width: 100%;
      margin: 10px 0;
  }
  .ny-news-img,.news-con{
      width: 100%;
  }
  .ny-contact-con{
      padding: 20px 0;
      position: initial;
      margin-bottom: 0;
  }
  .ny-contact-logo{
      width: 100%;
      padding: 0 20%;
  }
  .ny-contact-wx{
      display: none;
  }
  .ny-contact-con>ul{
      padding: 20px 10px;
  }
  #dituContent{
      height: 300px !important;
  }
  .ny-work>ul>li{
      width: 100%;
  }
  .nav-pro{
      width: 100%;
      display: none;
  }
  .left-menu{
      display: block;
      width: 100%;
      text-align: center;
  }
  .left-menu>p{
      font-size: 16px;
      color: #fff;
      background: #000e88;
      text-align: center;
      margin: 10px auto;
      padding: 10px 30px;
      display: inline-block;
  }
  .ny-about,.ny-work,.ny-product,.ny-product-xq,.exzoom,.ny-contact{
      width: 100%;
      padding: 20px 0;
  }
  .ny-ab-con{
      padding: 0 20px;
  }
  .map{
      width: 100%;
      height: 300px;
  }
  .foot-map {
      position: absolute;
      left: 25%;
      top: 69%;
      width: 100%;
      height: 100%;
      z-index: 99999;
  }
  .pro-xq-pic p{
      width: 30% !important;
  }
  .pinch-zoom-container{
      overflow: initial !important;
  }
  .wen-lg img{
      max-width: 95% !important;
      top: 666px;
  }
  .wen-lg>i{
      top: 25%;
      right: 5%;
  }
  .ny-pr-con .carousel{
      display: none !important;
  }
  .Box{
      display: block !important;
  }
  .search-bg{
      width: 73%;
  }
  
}
.pinch-zoom-container{
  height: 100% !important;
}

.pro-xq-pic{
  position: relative;
}
.pro-xq-pic>h3>span{
  display: inline-block;
  padding: 5px 20px;
  background: #000e88;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.pro-xq-pic p{
  width: 23%;
  margin: 0 5px;
  display: inline-block;
}
.pro-xq-pic p img{
  border: solid 1px #ccc;
}
.wen-lg{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9999;
 
}
.pinch-zoom{
  position: relative !important;
  height: 100%;
}
.wen-lg img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 35%;
}
.wen-lg>i{
  display: block;
  position: absolute;
  top: 10%;
  right: 10%;
  font-size: 40px;
  color: #000;
}















.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;
}



@media all and (max-width:768px) {
  .container{
    width: 100% !important;
    padding: 0 15px;
  }
  .ny-ab-text>h3{
    font-size: 24px;
  }
}
