@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: #001e73;
  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: #001e73;
  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: 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: 1.10rem;
  }
  .ny-ban .ny-title h5.cntitle span {
    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: 20px 0px;
  border-bottom: 1px 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: #001e73;
}
.tabbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*主页面*/
.main {
  background: #fff;
}
.ny-comm {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.ny-commT0 {
  padding-top: 0px;
  padding-bottom: 80px;
  position: relative;
}
.main .m-pro-nav {
  display: none;
}
.main .m-pro-nav .dropdown .btn {
  width: 100%;
  background: #001e73;
  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;
}
.ny-comm .comm-left {
  width: 24%;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  padding: 40px 20px 20px;
  float: right;
}
.ny-comm .comm-right {
  width: 74%;
  background-color: #fff;
  padding: 40px 40px;
  float: left;
}
.ny-comm .ny-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.ny-comm .ny-title span {
  float: right;
  color: #eae9e9;
  text-transform: uppercase;
  line-height: 1;
  font-size: 9.375rem;
  font-weight: 700;
  margin: 0rem 0;
}
.ny-comm .ny-title strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
}
.line{
  height: 5px;
  border-bottom: 1px solid #e4e4e4;
  margin: 4rem 0rem;
}
.line:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
}

@media (max-width: 992px) {
  .ny-comm .comm-left {
    display: none;
  }
  .ny-comm .comm-right {
    width: 100%;
    padding: 0px 0px;
    background: transparent;
  }
  .main .m-pro-nav {
    display: block;
    margin: 20px 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;
  }
  .line{
    margin: 1rem 0rem;
  }
}
/* 产品中心 */
.ny-product .tit-con p,.ny-news .tit-con p {
  width: 100%;
}
.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;
}
.ny-product .tit-con p a:hover,.ny-news .tit-con p a:hover{
  font-weight: 400;
  color: #001e73;
}
.ny-product .tit-con p .active,.ny-news .tit-con p .active{
  font-weight: 400;
  color: #001e73;
}
.product-con{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.product-con .pro-list{
  width: 24%;
  padding: 30px;
  margin: 0 1.33% 20px 0;
  border: 1px solid #dcdcdc;
}
.product-con .pro-list:nth-child(4n){
  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: 1.5rem;
  margin: 0px 0px 1.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.ny-product .product-content{
  width: 100%;
  background: url(../img/circle.png) no-repeat right top;
  background-size: 15px;
}
.ny-product .product-list:hover .product-content{
  background: url(../img/circle1.png) no-repeat right top;
  background-blend-mode: color;
  background-size: 15px;
}
.ny-product .product-list:hover .product-content a{
  color: #001e73;
}
@media (max-width:992px) {
  .ny-product .product-con .pro-list {
    width: 100%;
    margin-right: 0;
  }
  .product-hot .case-list .case-img img, .pro-list .pro-img img {
    width: 100%;
  }
  .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;
  }
}
/* 新闻中心 */


/* 关于我们 */
.common .case-con{
  display: flex;
  justify-content: space-between;
}
.common .case-con .tit-con{
  padding-top: 0;
  /* width: 48%; */
}
.common .case-con .tit-con p {
  width: 70%;
}
.common .case-con1{
  width: 50%;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 3rem;
}
@media (max-width: 992px) {
  .common .case-con {
    flex-direction: column;
  }
  .common .case-con .tit-con{
    width: 100%;
  }
  .common .case-con1{
    color: #181818;
    width: 100%;
    padding-bottom: 0;
  }
}
/* 联系我们 */
.contact-con{
  min-height: 400px;
}
.contact-con .con-tt{
  display: flex;
  flex-direction: column;
}
@media (max-width:992px) {
  .contact-con .con-tt{
    /* align-items: center; */
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-con .con-tt .list-paddingleft-2{
    margin-right: 10px;
  }
}
/*产品展示详情 */
.product-info {
  position: relative;
}
.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%;
  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: #001e73;
  font-size: 1.125rem;
}
.product-con .overview {
  overflow: hidden;
  font-size: 1.125rem;
}
.product-con .overview p{
  width: 80%;
}
.product-con .online .wechat{
  position: relative;
}
.product-con .online .wechat .er-box{
  width: 50%;
  position: absolute;
  top: 100%;
  left: 25%;
  display: none;
  transition: all 0.3s;
}
.product-con .online .wechat .er-box img{
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ededed;
}
.product-con .online .wechat:hover .er-box{
  display: block;
  transition: all 0.3s;
  z-index: 9;
}
.product-con .online img{
  margin-right: 5px;
}
.ny-info{
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.ny-info .product-list .product-img {
  padding: 60px 0 15px 0;
}
.ny-info .info-con{
  font-weight: 200;
  padding-bottom: 50px;
}
.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%;
  padding: 0;
}
@media (max-width: 992px) {

}
/* 新闻详情页 */
.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;
}
@media (max-width:992px) {
  .ny-comm .news-info-title p {
    font-size: 1.5rem;
  }
}
/*联系我们*/
.contact{
  background-color: #f5f5f5;
}
.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: #001e73;
}
@media (max-width: 992px) {
  .contact ul li .add{
    background-size: 12px;
    padding-left: 25px;
  }
}
@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;
  }
}
.related_product .case-list{
  padding: 10px 20px;
  border: 1px solid #ddd;
}