@charset "utf-8";
.m-btn {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 20px;
  z-index: 9;
}
.m-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span::before,
.m-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span:before {
  top: -8px;
}
.m-btn span:after {
  bottom: -8px;
}
.m-btn.active span {
  background: transparent;
  margin-left: 10px;
}
.m-btn.active span:before {
  transform: rotate(-48deg) translate(-6px, 5px);
  -webkit-transform: rotate(-48deg) translate(-6px, 5px);
  -o-transform: rotate(-48deg) translate(-6px, 5px);
  width: 24px;
}
.m-btn.active span:after {
  transform: rotate(48deg) translate(-6px, -5px);
  -webkit-transform: rotate(48deg) translate(-6px, -5px);
  -o-transform: rotate(48deg) translate(-6px, -5px);
  width: 24px;
}
@media (max-width: 992px) {
  .m-btn {
    display: block;
    top: 25px;
  }
}
/* 内页banner */
.ny-ban {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.ny-ban img {
  width: 100%;
}
.ny-ban .ny-title {
  color: #fff;
  position: absolute;
  bottom: 5%;
  left: 0%;
  width: 100%;
  transform: translate(0%,-35%);
}
.ny-ban .ny-title a{
  color: #fff;
}
.ny-ban .ny-title ul{
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
}
.ny-ban .ny-title .sort-txt{
  width: 72%;
  line-height: 1.2;
  font-size: 1.25rem;
}
.ny-ban .ny-title .sort-txt em{
  font-style: normal;
}
.ny-ban .ny-title .sort-txt h5{
  margin: 20px 0 5px;
  font-weight: 200;
  display: block;
  text-transform: uppercase;
  font-size: 2.95rem;
}
.ny-ban .ny-title .sort-txt h5 em{
  word-spacing: 0.7rem;
}
.ny-ban .ny-title h5.cntitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 0.9;
}
.ny-ban .ny-title h5.cntitle p{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .ny-ban {
    padding-top: 5rem;
  }
  .ny-ban img {
    width: 100%;
    margin-top: -5rem;
  }
  .ny-ban .ny-title {
    bottom: 10%;
    transform: translate(0%, -0%);
  }
  .ny-ban .ny-title h5.cntitle {
    font-size: 1rem;
  }
  .ny-ban .ny-title h5.cntitle p {
    font-size: 1.35rem;
  }
  .ny-ban .ny-title .sort-txt{
    width: 100%;
    font-size: 1.0rem;
  }
  .ny-ban .ny-title .sort-txt h5 {
    margin: 10px 0 5px;
    font-size: 0.95rem;
  }
}
@media (max-width: 767px) {
  .ny-ban .ny-title ul{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.75rem
  }
  .ny-ban .ny-title .sort-txt{
    font-size: 0.75rem;
  }
  .ny-ban .ny-title .sort-txt h5 em {
    word-spacing: 0.3rem;
  }
}
/* 当前位置 */
.position {
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  line-height: 40px;
}
.position span a{
  padding: 0rem 1rem;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  display: inline-block;
}
.position ul li {
  padding: 0px 2px;
}
.ny-nav {
  position: relative;
  padding: 30px 0px;
  line-height: 40px;
  border-bottom: 2px solid #dfdfdf;
}
.ny-nav ul{
  display: flex;
}
.ny-nav ul li{
  padding: 0px 32px 0px 0px;
}
.ny-nav ul li a {
  margin: 0px 2px;
  font-size: 1.25rem;
  white-space: nowrap;
  display: block;
  transition: 0.6s;
  position: relative;
}
.ny-nav ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  float: right;
  background: #181818;
  margin: 10px -20px;
}
.ny-nav ul li:last-child:before{
  width: 0px;
}
.ny-nav ul li a.active,
.ny-nav ul li a:hover {
  color: #001d7b;
}
.tabbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabbar .poa{
  font-size: 1rem;
}
/*主页面*/
.main {
  background: #fff;
}
.ny-comm {
  padding: 80px 0;
  position: relative;
}
.main .m-pro-nav {
  display: none;
}
.main .m-pro-nav .dropdown .btn {
  width: 100%;
  background: #001d7b;
  color: #fff;
  padding: 10px 0;
}
.main .m-pro-nav .dropdown .dropdown-menu {
  width: 100%;
  padding: 10px 20px;
  height: 313px;
  overflow: auto;
}
.main .m-pro-nav .dropdown .dropdown-menu li {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 992px) {
  .main .m-pro-nav {
    display: block;
    margin: 0px 0px 20px;
  }
  .main .m-pro-nav.mt20 {
    margin-top: 25px;
  }
  .ny-comm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ny-commT0{
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .ny-comm .ny-title {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .ny-comm .ny-title span,
  .ny-comm .ny-title strong {
    font-size: 1.256rem;
  }
}
/* 产品中心 */
.ny-product .tit-con {
  margin-top: 6rem;
  padding-bottom: 2rem;
}
.ny-product .tit-con p,.ny-news .tit-con p {
  width: 100%;
  text-align: right;
}
.ny-product .tit-con p a,.ny-news .tit-con p a {
  font-weight: 400;
  color: #181818;
  padding: 0 20px;
  line-height: 1.5;
  white-space: nowrap;
  border-right: 1px solid #181818;
}
.ny-product .tit-con p a:last-child,.ny-news .tit-con p a:last-child {
  border-right: 0;
  padding-right: 0;
}
.ny-product .tit-con p a:hover,.ny-news .tit-con p a:hover{
  font-weight: 400;
  color: #001d7b;
}
.ny-product .tit-con p .active,.ny-news .tit-con p .active{
  font-weight: 400;
  color: #001d7b;
}
.ny-product .product-con{
  flex-wrap: wrap;
  justify-content: start;
}
.ny-product .product-con .product-list{
  width: 32.3%;
  padding: 30px;
  margin: 0 1.5% 20px 0;
}
.ny-product .product-con .product-list:nth-child(3n){
  margin-right: 0;
}
.ny-product .product-con .product-content p{
  font-size: 0.875rem;
  color: #414141;
}
.ny-product .product-con .product-content a h5{
  font-size: 1.125rem;
  padding-bottom: 0;
  margin: 0;
  border: 0;
}
.ny-product .product-content{
  width: 100%;
  background: url(../img/circle.png) no-repeat right center;
  background-size: 35px;
  padding-right: 35px;
  transition: all 0.3s;
}
.ny-product .product-list:hover .product-content{
  background: url(../img/circle1.png) no-repeat right center;
  background-blend-mode: color;
  background-size: 35px;
  transition: all 0.3s;
}
.ny-product .product-list:hover .product-content a,.ny-product .product-list:hover .product-content p{
  color: #001d7b;
  transition: none;
}
.ny-product .product-list .product-img {
  padding: 0;
}
/* 产品 */
.ny-product .product-con {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width:992px) {
  .ny-product .tit-con {
    margin-top: 0rem;
    padding-bottom: 1rem;
  }
  .ny-product .product-con .product-list {
    width: 100%;
    margin-right: 0;
  }
  .ny-product .tit-con p a:first-child, .ny-news .tit-con p a:first-child {
    padding-left: 0;
  }
  .ny-product .tit-con p a:last-child, .ny-news .tit-con p a:last-child {
    border-right: 0;
  }
  .ny-product .product-content{
    background-size: 30px;
  }
  .ny-product .product-list:hover .product-content{
    background-size: 30px;
  }
}
@media (max-width:500px) {
  .ny-product .tit-con p a:last-child,
  .ny-product .tit-con p a:nth-child(2n) {
    padding-right: 0;
    border: 0;
  }
}
/* 产品列表 */
.comm-left1{
  width: 23.5%;
  float: left;
  transition: all 0.6s;
  border: 3px solid #e5e5e5;
  padding: 20px;
}
.comm-right1{
  width: 73.5%;
  float: right;
}
.comm-right1 .conn{
  display: none;
}
.comm-right1 .conn.active{
  display: block;
}
.comm-left1 .ny-nav1 li{
  position: relative;
}
.comm-left1 .panel-group{
  margin: 0;
}
.comm-left1 .panel-group .panel-default{
  border: 0;
}
.comm-left1 .ny-nav1 li p{
  padding: 5% 10px 5% 30px;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  color: #181818;
  transition: all .6s;
  border-bottom: 1px solid #cecece;
  background: url(../img/circle.png) no-repeat 10px center,url(../img/bottom.png)no-repeat right 10px center;
}
.comm-left1 .ny-nav1 li i{
  position: absolute;
  right: 20px;
  top: 22px;
  color: #fff;
  font-size: 18px;
}
.comm-left1 .ny-nav1 li.on p,.comm-left1 .ny-nav1 li p:hover{
  background: url(../img/circle-1.png) no-repeat 10px center,url(../img/top.png)no-repeat right 10px center;
}
.comm-left1 .ny-nav1 li.on p a,.comm-left1 .ny-nav1 li p a:hover{
  color: #384184;
}
.comm-left1 ul.subnav{
  position: relative;
  overflow: hidden;
  display: none;
}
.comm-left1 li.on ul.subnav{
  display: block;
}
.comm-left1 ul.subnav li a{
  padding: 5% 10px 5% 50px;
  display: block;
  position: relative;
  font-size: 1rem;
  transition: all .6s;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  background: url(../img/circle.png) no-repeat 30px center,url(../img/right.png)no-repeat right 25px center;
}
.comm-left1 ul.subnav li a:hover,
.comm-left1 ul.subnav li.subactive a{
  color: #384184;
  background: url(../img/circle-1.png) no-repeat 30px center,url(../img/right-1.png)no-repeat right 25px center;
}
.product-box p{
  color: #6f6f6f;
}
.product-box .product-img {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.product-box .product-img img {
  width: 32%;
  margin: 0 2% 20px 0;
  transition: all 0.6s;
  padding: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
}
.product-box .product-img img:nth-child(3n) {
  margin-right: 0;
}
.product-box .product-img img:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3);
}
.product-navdesc .responsiveMargin h2 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-navdesc .responsiveMargin .navdesc {
  color: #6f6f6f;
}
.about-product {
  background: url(../img/product.png) no-repeat 0 0 ;
  background-size: 100%;
}
.about-product .related_product{
  margin-bottom: 40px;
}
.about-product .title,.about-product .title1{
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 30px;
  font-weight: 600;
}
.about-product .title1{
  color: #181818;
}
.about-product .client{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about-product .client img{
  width: 32%;
  margin-bottom: 25px;
  padding: 15px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
}
@media (max-width:992px) {
  .comm-left1{
    display: none;
  }
  .comm-right1{
    width: 100%;
  }
  .product-box {
    flex-direction: column;
  }
  .product-box a{
    width: 100%;
    margin-bottom: 10px;
  }
  .product-box a:nth-child(3n){
    margin-bottom: 10px;
  }
  .about-product .related_product{
    margin-bottom: 15px;
  }
  .about-product .client img{
    width: 49%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .about-product .title,.about-product .title1{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
/* 关于我们 */
.case{
  background: url(../img/about.png) no-repeat bottom center;
  background-size: 100%;
  overflow: hidden;
}
.case .case-con{
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
  padding-bottom: 8rem;
}
.ny-about .case-con{
  margin-top: 8rem;
}
.case .case-con .title{
  text-align: left;
}
.case .case-con .title h3{
  color: #181818;
  font-size: 2.8rem;
  font-weight: 600;
}
.case .case-con .title h3 p{
  color: #384184;
  padding: 0 0 40px;
}
em{
  font-style: normal;
  font-weight: 800;
}
.case .case-con1{
  width: 50%;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
  text-align-last: left;
  padding-bottom: 5rem;
}
.case .case-con1 p{
  color: #6f6f6f;
  white-space: normal;
}
@media (max-width: 992px) {
  .case .case-con{
    margin-top: 0;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }
  .case .case-con .title {
    margin-top: 2rem;
  }
  .ny-about .case-con{
    margin-top: 2rem;
  }
  .case .case-con1{
    margin-top: 1rem;
    color: #181818;
    width: 100%;
    padding-bottom: 0;
  }
  .case .case-con .title p{
    width: 100%;
    font-size: 1.125rem;
  }
  .case .case-con .title h3{
    font-size: 1.5rem;
  }
  .case .case-con .title h3 p {
    color: #384184;
    padding: 0;
  }
  em{
    font-size: 1.5rem;
  }
}
/* 联系我们 */
.contact-con{
  min-height: 400px;
}
.contact-con .con-tt{
  display: flex;
  flex-direction: column;
}
@media (max-width:992px) {
  .contact-con .con-tt .list-paddingleft-2{
    margin-right: 10px;
  }
}

/* 产品轮播 */
.product-list {
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
  display: flex;
  align-items: stretch;
}
.product-list .list-r{
  width: 40%;
  color: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/pp.png) no-repeat center center;
  background-size: 100% 100%;
}
.product-list .list-r img{
  width: 25px;
}
.product-list .list-r p{
  font-size: 1.5rem;
  line-height: 0.7;
}
.product-list .list-r span{
  font-size: 0.815rem;
}
.product-list .list-r a{
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  padding: 5px 35px;
  border: 2px solid #fff;
  margin-top: 10px;
  border-radius: 40px;
}
.product-list .product-img {
  width: 60%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product-list .product-img img {
  width: 100%;
  transition: all 0.6s;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}
.product-list h5 {
  font-size: 1.125rem;
  line-height: 1.2;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.product-list h5 span {
  font-size: 0.875rem;
  display: block;
}
.product-list:hover {
  background-size: 100%;
 box-shadow: 1px 3px 10px 5px rgb(0 0 0 / 4%);
}
.product-list:hover .product-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.cursor__circle {
  background: transparent;
}
.cursor.cursor__active .cursor__circle {
  width: 120px !important;
  height: 80px !important;
}
@media (max-width:992px) {
  .product-list {
    margin: 10px 0px;
  }
  .product-list h5 {
    font-size: 1.25rem;
  }
  .product-list h5 span{
    font-size: 1.0rem;
  }
  .product-list .product-logo {
    padding: 1rem 1.5rem;
  }
  .product-list .list-r img {
    width: 20px;
  }
  .product-list .list-r {
    padding: 15px 10px;
  }
  .product-list .list-r p {
    font-size: 1.125rem;
  }
  .product-list .list-r a {
    padding: 5px 15px;
    margin-top: 5px;
  }
}
/*产品展示详情 */
.product-info {
  position: relative;
  padding-top: 0px;
}
.product-info .info-list{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.product-info .left-img {
  width: 50%;
  padding: 0px 0%;
  background-color: #fff;
}
.product-info .left-img .all-img{
  width: 100%;
  padding: 0;
  border: 1px solid #e7e7e7;
}
.product-info .left-img .all-img img{
  width: 100%;
}
.product-info .product-con {
  width: 50%;
  padding: 4rem 0rem 4rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.product-con .product-logo{
  font-size: 1.125rem;
  font-weight: 600;
}
.product-con .product-logo img{
  height: 18px;
}
.product-con h5 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 2.5rem;
  margin: 0px 0px 2.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.product-con h5 span {
  display: block;
  color: #001d7b;
  font-size: 1.125rem;
}
.product-con .overview {
  overflow: hidden;
  font-size: 1.125rem;
}
.product-con .overview p{
  width: 80%;
}
.product-con .online {
  width: 100%;
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
}
.product-con .online .wechat,.product-con .online .zixun{
  position: relative;
}
.product-con .online .wechat,.product-con .online .zixun{
  position: relative;
}
.product-con .online .wechat .er-box,.product-con .online .zixun .er-box{
  position: absolute;
  top: 100%;
  display: none;
  transition: all 0.3s;
}
.product-con .online .wechat .er-box img,.product-con .online .zixun .er-box img{
  width: 130px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ededed;
}
.product-con .online .wechat:hover .er-box,.product-con .online .zixun:hover .er-box{
  display: block;
  transition: all 0.3s;
  z-index: 9;
}
.product-con .online img{
  margin-right: 5px;
}
.product-con .zixun, .product-con .wechat,.sol-right .zixun, .sol-right .wechat{
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 1.125rem;
  padding: 18px 5px;
  line-height: 1.0;
  width: 32%;
  font-weight: 600;
  color: #001d7b;
  background-color: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-con .wechat,.sol-right .wechat{
  background-color: #001d7b;
  color: #fff;
}
.ny-info{
  /* max-width: 1400px; */
  margin: 0 auto;
}
.ny-info .product-list .product-logo {
  background: none;
  padding: 2rem;
  padding-bottom: 0;
}
.ny-info .product-list .product-img {
  padding: 0;
}
.ny-info .product-list .product-logo,.nt-info .product-list:hover .product-logo {
  color: #181818;
  flex-direction: row;
  align-items: center;
  background: none;
}
.ny-info .title{
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.ny-info .info-con{
  font-weight: 200;
}
.ny-info .info-con h5{
  padding-bottom: 10px;
}
.ny-info .info-con .table1 th{
  text-align: center;
  border: 1px solid #dcdcdc;
  color: #fff;
  padding: 15px 0;
  background: #001d7b;
}
.ny-info .info-con .table1 td{
  padding: 15px 0;
}
.ny-info .info-con table{
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.ny-info .info-con table tr{
  padding: 0.875rem 10px;
  font-size: 1rem;
  text-align: center;
  border-top: 1px solid #ededed;
}
.ny-info .info-con table tr td{
  text-align: center;
  border: 1px solid #ddd;
}
@media (max-width:992px) {
  .product-info .left-img {
    width: 100%;
  }
  .product-con .online .wechat .er-box img,.product-con .online .zixun .er-box img{
    width: 50%;
  }
  .product-con .zixun, .product-con .wechat, .sol-right .zixun, .sol-right .wechat {
    padding: 7px 15px;
  }
  .product-info {
    padding-bottom: 20px;
    padding-top: 0;
  }
  .product-info .adv-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-info .adv-img img{
    width: 100%;
  }
  .product-info .product-con {
    width: 100%;
    padding: 2rem 0rem 2rem 0rem;
  }
  .ny-info .info-con{
    padding:20px 0 30px;
  }
  .ny-info .info-con1{
    padding-bottom: 0;
  }
  .ny-info .info-con table tr{
    padding: 0.875rem 5px;
    font-size: 0.875rem;
  }
  .ny-info .info-con table tr td{
    text-align: center;
    line-height: 1.42857143;
    vertical-align: middle;
  }
  .ny-info .product-list .product-img {
    padding: 30px 0 15px 0;
  }
  .product-con h5 {
    font-size: 1.25rem;
    line-height: 1.2;
    padding-bottom: 0.5rem;
    margin: 0px 0px 0.5rem;
  }
  .product-con .overview p {
    width: 100%;
    font-size: 0.75rem;
  }
  .product-con .overview{
    margin-bottom: 1rem;
  }
  .product-con .online img {
    width: 20%;
  }
  .product-con .zixun, .product-con .wechat,.sol-right .zixun, .sol-right .wechat{
    font-size:0.75rem;
  }
  .info-l .left .lb-1 .all-img{
    margin-right: 10px;
  }
  .info-l .left .lb-1 .all-img .thumbnail{
    padding: 0 10px;
  }
}
.product-info-content img {
  margin-top: 15px;
}
.product-info-content .product-tit{
    font-size: 1.875rem;
    margin-bottom: 1.2rem;
}

/*上一页下一页*/
.pre-next {
  margin-top: 30px;
}
.pre-next span {
  font-weight: bold;
}

@media (max-width: 991px) {
  .pre-next .text-right {
    text-align: left;
  }
}
/* 新闻 */
.ny-news{
  background-color: #fff;
}
.ny-news .news-tit .comm-right {
  width: 100%;
}
.ny-news .tit-con {
  margin-top: 6rem;
  padding-bottom: 3rem;
}
.ny-news .news-con .list-con {
  flex-wrap: wrap;
}
.ny-news .news-list{
  margin-bottom: 40px;
  padding-bottom: 40px;
  transition: all 0.6s;
}
.ny-news .accordion-item {
  width: 100%;
  display: flex;
  padding: 15px 0 20px;
  flex-direction: row;
  border-bottom: 1px solid #e2e2e2;
}
.ny-news .accordion-item:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
.ny-news .news-list .ny-news-content{
  padding-top: 2%;
}
.ny-news .news-list .ny-news-img{
  position: relative;
  background: #000;
  overflow: hidden;
}
.ny-news .news-list .ny-news-img img{
  width: 100%;
}
.ny-news .news-list .ny-news-title{
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.ny-news .accordion-item .accordion-time{
  width: 120px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.4;
}
.ny-news .accordion-item:hover .accordion-content p{
  color: #001d7b;
}
.ny-news .accordion-item .accordion-content {
  width: 100%;
  overflow: hidden;
}
.ny-news .accordion-item .accordion-con {
  width: auto;
}
@media (max-width: 992px) {
  .ny-news .news-list {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 0;
  }
  .ny-news .accordion-item .accordion-time{
    width: auto;
    margin-top: 5px;
    padding-right: 15px;
  }
  .ny-news .tit-con {
    margin-top: 0rem;
    padding-bottom: 1rem;
  }
}
/* 新闻详情页 */
.news-info-content img {
  max-width: 100%;
  width: auto;
  margin: 10px 0px;
}
.ny-comm .news-info-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title p{
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0 0;
  line-height: 1.333;
}
.news-info .text-justify{
  line-height: 28px;
  margin-bottom: 30px;
  padding: 20px 0;
  min-height: 200px;
}
.news-info .text-justify .news-pic{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-info .text-justify .news-pic .pic-con{
  width: 19%;
  margin: 30px 1% 0 0;
}
.news-info .text-justify .news-pic .pic-con img{
  width: 100%;
}
.news-info .text-justify .news-pic .pic-con p{
  padding: 5px 0;
  text-align: center;
}
.news-info .text-justify .news-pic .pic-con:nth-child(5n){
  margin-right: 0;
}
@media (max-width:992px) {
  .ny-comm .news-info-title p {
    font-size: 1.5rem;
  }
}
/* 关于我们 */
.ny-about{
  padding-top: 25px;
}
.ny-about .m-pro-nav{
  margin: 0;
}
/* 企业介绍 */
.about-js {
  display: flex;
  padding-bottom: 10rem;
  justify-content: space-between;
  background: url(../img/about-js.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-js:before {
  content: 'ABOUT HENNLY';
}
.about-js .case-con .title {
  width: 45%;
}
.about-js .case-con .con-r {
  width: 50%;
}
.about-js .case-con .con-r img{
  width: 100%;
}
.about-js .case-con .title h3{
  color: #181818;
  font-size: 2.5rem;
  font-weight: 600;
}
.about-js .case-con .title h3 p{
  font-size: 1.5rem;
  color: #181818;
  margin-top: 5px;
}
.about-js .case-con1 {
  width: 100%;
}
@media (max-width:992px) {
  .about-js .case-con .title {
    width: 100%;
  }
  .about-js .case-con .title h3{
    font-size: 1.5rem;
  }
  .about-js .case-con .title h3 p{
    font-size: 1.125rem;
  }
  .about-js .case-con .con-r {
    width: 100%;
    margin-top: 3rem;
  }
}
/* 分类 */
.service-list li{
  overflow: hidden;
  margin: 0 0px;
  display: flex;
  align-items: center;
}
.service-list li:nth-child(even){
  flex-direction: row-reverse;
}
.service-list .service-img{
  width: 50%;
}
.service-list .service-img img {
  width: 100%;
}
.service-list .service-con {
  padding: 1.5% 0% 1.5% 3%;
  width: 50%;
  font-size: 1.125rem;
}
.service-list li:nth-child(even) .service-con {
  padding: 1.5% 3%;
}
.service-list .service-con .title{
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .service-list li {
    flex-direction: column;
  }
  .service-list .service-img {
    width: 100%;
  }
  .service-list .service-con {
    padding: 3.5% 0%;
    width: 100%;
    font-size: 1rem;
  }
  .service-list .service-con .title {
    font-size: 1.5rem;
  }
  .service-list li:nth-child(even) {
    flex-direction: column;
  }
  .service-list li:nth-child(even) .service-con {
    padding: 3.5% 0%;
  }
}

.about-swiper{
  position: relative;
  overflow: hidden;
}
.about-swiper .zs-l,.about-swiper .zs-r,.about-swiper .par-l,.about-swiper .par-r{
  left: -35px;
  right: auto;
  width: 25px;
  height: 40px;
  background-size: 25px 40px;
}
.about-swiper .zs-r,.about-swiper .par-r{
  right: -35px;
  left: auto;
}
/* 合作伙伴 */
.partner {
  display: flex;
  overflow: hidden;
  padding-bottom: 10rem;
  justify-content: space-between;
  background: url(../img/partner.png) no-repeat center center;
  background-size: 100% 100%;
}
.partner .par-r,.partner .par-l{
  margin-top: 50px;
  background-size: 27px 44px;
}
.partner .title1,.about-zs .title {
  width: 95vw;
  margin-top: 8rem;
}
.partner .title1 {
  margin: 8rem 0 30px;
}
.partner .title1 h3,.about-zs .title h3{
  color: #181818;
  font-size: 2.5rem;
  font-weight: 600;
}
.partner .title1 h3 p{
  font-size: 1.5rem;
  color: #181818;
  margin-top: 5px;
  font-weight: 400;
}
.partner .mySwiper .partner-con1{
  width: 92vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.partner .mySwiper .partner-con1 img{
  width: 11%;
  margin: 0 1.7% 2% 0;
}
.partner .mySwiper .partner-con1 img:nth-child(8n){
  margin: 0 0 2% 0;
}
@media (max-width:992px) {
  .partner {
    padding-bottom: 5rem;
  }
  .partner .title1{
    margin-top: 2rem;
  }
  .partner .title1 h3,.about-zs .title h3{
    font-size: 1.5rem;
  }
  .partner .title1 h3 p {
    font-size: 1.125rem;
    white-space: warp;
  }
  .partner .mySwiper .partner-con1{
    width: 92vw;
  }
  .partner .mySwiper .partner-con1 img{
    width: 24%;
    margin: 0 1% 2% 0;
  }
  .partner .mySwiper .partner-con1 img:nth-child(4n){
    margin: 0 0 2% 0;
  }
}
/* 荣誉证书 */
.about-zs .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.about-zs .partner-con {
  padding: 10px;
  border: 1px solid #ededed;
}
.about-zs .partner-con img{
  width: 100%;
}
@media (max-width:992px) {
  .about-zs .partner-con {
    padding: 5px;
  }
}
/*视频*/
.ny-video .video-list .video-img video{
    width:100%;
    height: 240px;
}
.ny-video .video-list .video-img{
    margin-bottom: 10px;
    background: #000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-video .video-list .video-title{
    font-size: 1.125rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
}
/*联系我们*/
.contact{
  background-color: #f5f5f5;
}
.contact .tit-con {
  flex-direction: column;
  padding-bottom: 0;
}
.contact .tit-con h3 {
  font-size: 3.5rem;
}
.contact .tit-con p{
  padding: 10px 0 40px;
}
.contact ul li{
  margin-bottom: 0.5rem;
}
.contact ul li .mail {
  background: url(../img/mail.png) no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
}
.contact ul li .tel{
  background: url(../img/phone1.png) no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
}
.contact ul li .add{
  background: url(../img/add.png) no-repeat 2px 3px;
  background-size: 15px;
  padding-left: 25px;
}
.message .msg-title{
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.message .form-control-feedback{
  top: 8px;
  left: 5px;
  right: auto;
  color: #d1d1d1;
}
.form-control{
  height: 50px;
  font-size: 1.0rem;
  border-radius: 0px;
  padding: 5px 5px 5px 22px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  background-color: transparent;
}
.form-control1{
  height: 150px !important;
  padding: 5px 5px 5px 0px;
}
.message .msg-btn{
  width: 100%;
  height: 50px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  border:none;
  border-radius: 35px;
  background-color: #001d7b;
}
@media (max-width: 992px) {
  .contact ul li .add{
    background-size: 12px;
    padding-left: 25px;
  }
  .contact .tit-con h3 {
    font-size: 1.5rem;
    padding: 0;
  }
  .contact .tit-con p{
    font-size: 1.125rem;
    padding: 10px 0 15px;
  }
}
@media (max-width: 767px) {
  .contact ul li{
    font-size: 0.875rem;
  }
  .contact ul li .mail,
  .contact ul li .tel,
  .contact ul li .fax{
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .contact ul li .mail {
    background-size: 14px;
    padding-left: 20px;
  }
  .contact ul li .tel{
    background-size: 14px;
    padding-left: 20px;
  }
  .contact ul li .add{
    padding-left: 20px;
  }
}
