@charset "utf-8";
/*内页导航*/
.ny-nav {
  height: 40px;
  text-align: center;
}
.ny-nav .line{
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  margin-top: -28px;
  z-index: 0;
}
.nav-item-box {
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
.nav-item-box a {
  display: block;
  height: 40px;
  float: left;
  font-size: 16px;
  border: 1px solid #E9E9E9;
  text-align: center;
  line-height: 40px;
  margin-right: 4px;
  background: #fff;
  z-index: 1;
  color: #cc0000;
  padding: 0 14px;
}
.active1 {
  background: #F00808!important;
  color: #fff!important;
}

@media (max-width: 992px) {
  .nav-item-box{
    display: none;
  }
}

/* 当前位置 */
.location {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #EFEFEF;
  color: #7C7C7C;
  font-size: 16px;
  margin-bottom: 50px;
  background: #F4F4F4;
}
@media (max-width: 992px) {
  .location{
    margin-bottom: 0px;
  }
}
/*主页面*/
.main {
  background: #fff;
}
.ny-comm {
  padding-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}
.commB{
  padding-bottom: 8rem;
}
.commT{
  padding-top: 4rem;
}
@media (max-width: 1360px) {
  .ny-comm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .commT{
    padding-top: 3rem;
  }
  .commB{
    padding-bottom: 3rem;
  }
}
.main .m-pro-nav {
  display: none;
}
.main .m-pro-nav .dropdown .btn {
  width: 100%;
  background: #005ca9;
  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;
}
.main .ny-title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1;
}
.main .ny-title span {
  color: #005ca9;
}
@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: 30px;
    padding-bottom: 30px;
  }
  .commT{
    padding-top: 20px;
  }
  .commB{
    padding-bottom: 30px;
  }
  .main .ny-title {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
  .line{
    margin: 1rem 0rem;
  }
}

/*内页案例*/
.case-list {
  margin-bottom: 30px;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list .case-img img {
  width: 100%;
}
.case-list .case-content {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.case-list .case-content h5 {
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 300;
}
.case-list:hover .case-content h5{
  color: #D20001;
}

@media (max-width: 991px) {
  .case-list {
    margin: 10px 0px;
    padding: 10px;
  }
  .case-list .case-content h5{
    font-size: 1.125rem;
  }
  .case-list .case-content h5 span{
    font-size: 0.75rem
  }
}

/* 合作伙伴 */
.partner-img{
  border: 1px solid #dcdcdc;
}

/*产品展示详情 */
.product-info {
  padding-bottom: 5rem;
}
.product-info .pro-tit{
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.product-con li{
  margin-bottom: 25px;
}
.product-con li img{
  border-radius: 10px;
}
@media (max-width:992px) {
  .product-info {
    padding-bottom: 3rem;
  }
}

.product-con {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.product-con h5 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}
.product-con span {
  display: block;
  font-weight: 300;
  line-height: 1;
  font-size: 1.5rem;
}
.product-con .overview {
  overflow: hidden;
  margin-bottom: 2rem;
}
.product-con .overview p{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.product-con .overview .table{
  border-bottom: 1px solid #e4e4e4;
}
.product-con .overview table tr th {
  width: 20%;
  color: #005ca9;
  font-size: 1.125rem;
  background-color: transparent;
  font-weight: 600;
  vertical-align: top;
}
.product-con .overview table tr td {
  font-size: 1.125rem;
  background-color: transparent;
}
.product-con .online {
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
}
.product-con .zixun, .product-con .wechat,.sol-right .zixun, .sol-right .wechat,
.after-tel .zixun, .after-tel .wechat{
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 40px;
  font-size: 1.125rem;
  padding: 0.8rem 1.35rem;
  width: 45%;
  color: #fff;
  background-color: #005ca9;
  display: inline-block;
  position: relative;
}
.product-con .zixun img{
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.product-con .zixun{
  width: 100%;
}
.product-con .wechat .er-box,.product-list .wechat .er-box ,.sol-right .wechat .er-box,
.after-tel .wechat .er-box{
  position: absolute;
  top: 100%;
  left: 0;
  width: 10px;
  height: 10px;
  opacity: 0.0;
  transition: all 0.3s;
}
.product-con .wechat .er-box, .product-list .wechat .er-box{
  top: 95%;
}
.product-con .wechat:hover .er-box,.product-list .wechat:hover .er-box, .sol-right .wechat:hover .er-box,
.after-tel .wechat:hover .er-box{
  opacity: 1.0;
  background: #fff;
  padding: 5px;
  width: 50%;
  height: auto;
  z-index: 100;
  margin-top: 5px;
  border: 1px solid #ededed;
  left: 25%;
}
.product-con .wechat:hover .er-box img,.product-list .wechat:hover .er-box img, .sol-right .wechat:hover .er-box img,
.after-tel .wechat:hover .er-box img{
  width: 100%;
}
.modal-body{
  padding: 30px 50px;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
@media (max-width: 1399px) {
  .product-con .overview {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1360px) {
  .product-con .overview {
    margin-bottom: 1.5rem;
  }
  .product-con .overview table tr th {
    font-size: 1.0rem;
  }
  .product-con .overview table tr td {
    font-size: 1.0rem;
  }
  .product-con h5{
    font-size: 2rem;
  }
}

@media (max-width:992px) {
  .product-con .zixun, .product-con .wechat, .sol-right .zixun, .sol-right .wechat {
    padding: 6px 25px;
  }
  .product-con .wechat .er-box, .product-list .wechat .er-box{
    top: 90%;
  }
  .product-con span{
    font-size: 1rem;
  }
  .product-con h5{
    font-size: 1.25rem;
  }
}
@media (max-width:768px) {
  .modal-body{
    padding: 10px 20px;
  }
  .modal-dialog {
    max-width: 400px;
    margin: 0px auto;
  }
}
/*详情页导航*/
.product-dh{
  padding: 1rem 0px;
  font-weight: 600;
  margin-bottom: 40px;
}
.product-dh .ny-title{
  position: relative;
  padding-left: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
.product-dh .ny-title::before{
  content: '';
  position: absolute;
  left: 0;top: 0;
  width: 10px;
  height: 100%;
  background: #005ca9;
  display: inline-block;
}
.product-dh span{
  color: #005ca9;
}
.product-dh ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.product-dh ul li ,.product-dh ul li:hover{
  padding: 0px 0px 0px 32px;
  color: #fff;
}
.product-dh ul li a,.product-dh ul li a:hover{
  color: #fff;
  padding: 0px 0px;
}
.product-dh ul li:before{
  content: "|";
  float: left;
  margin-right: 0px;
  margin-left: -16px;
}

@media (max-width: 992px) {
  .product-dh .ny-title{
    font-size: 1.5rem;
  }
  .product-dh{
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .product-info {
    padding-bottom: 20px;
    padding-top: 25px;
  }
  .product-info .adv-img {
    margin-bottom: 10px;
  }
  .product-con {
    padding-top: 0px;
  }
  .product-con h5 {
    font-size: 1.5rem;
  }
  .product-dh .container {
    display: flex;
    flex-direction: column;
  }
  .product-dh ul {
    justify-content: space-between;
  }
  .product-dh ul li, .product-dh ul li:hover {
    padding: 0px 0px 0px 25px;
    font-size: 1.0rem;
  }
}

/*上一页下一页*/
.pre-next {
  margin-top: 30px;
  position: relative;
}
.pre-next:before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #FC482F;
  left: 5px;
  top: -20px;
}
.pre-next span {
  font-weight: bold;
}

@media (max-width: 991px) {
  .pre-next{
    display: none;
  }
}
/* 新闻 */
.ny-info-tit{
  margin-bottom: 3rem;
}
.ny-info-tit h3{
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
.ny-info-tit p span{
  padding-left: 2rem;
}
.ny-news .news-list li {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.6s;
}
.ny-news .news-list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny-news .news-list li  .news-img{
  width: 20%;
  border-radius: 0.6rem;
}
.ny-news .news-list li  .news-img img{
  width: 100%;
}
.ny-news .news-list li .news-con {
  width: 80%;
  padding: 0 1rem 0 3rem;
}
.ny-news .news-list li .news-time {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 300;
  padding-bottom: 15px;
}
.ny-news .news-list li .newt{
  padding-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #181818;
}
.ny-news .news-list li .news-sort {
  font-size: 0.875rem;
  padding: 2px 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  color: #696969;
  margin-right: 20px;
  border: 1px solid #ddd;
  font-size: 1.125rem;
  white-space: nowrap;
}
.ny-news .news-list li .newb{
  font-weight: 300;
  color: #181818;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-news .news-list li:hover {
  background: #f2f2f2;
}
.ny-news .news-list li:hover .newt{
  font-weight: 500;
  color: #D20001;
}

@media (max-width: 992px) {
  .ny-news .news-list {
    line-height: 1.2;
  }
  .network-tel .nmore{
    padding: 6px 5rem;
  }
  .ny-news .news-list li{
    padding: 15px 0;
  }
  .ny-news .news-list li .news-sort {
    padding: 5px 5px;
    font-size: 0.75rem;
    z-index: auto;
    margin-left: 5px;
  }
  .ny-news .news-list li .news-sort:before{
    left: -5px;
  }
  .ny-news .news-list li .news-img,.ny-news .news-list li .news-con{
    width: 100%;
  }
  .ny-news .news-list li .news-con{
    padding: 0;
  }
  .ny-news .news-list li .newt {
    padding: 10px 0;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
/* 新闻详情页 */
.news-info-content img {
  max-width: 100%;
  width: auto;
  margin: 10px 0px;
}
.ny-news .about-news {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #ddd;
  margin-top: 50px;
}
.ny-news .about-news li{
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.ny-news .about-news li a{
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding: 25px 20px;
  font-size: 18px;
}
.ny-news .about-news li .l{
  width: 88%;
  display: flex;
  align-items: center;
}
.ny-news .about-news li .l p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ny-news .about-news li a span{
  font-size: 16px;
  color: #7f7e7e;
  padding: 5px 25px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  margin-right: 30px;
  white-space: nowrap;
}
.ny-news .about-news li a i{
  color: #dbdbdb;
  margin-right: 30px;
}
.ny-news .about-news li a b{
  font-weight: 300;
}
.ny-news .about-news li a:hover {
  color: #fff;
  background: #005ca9;
}
.ny-news .about-news li a:hover span{
  color: #005ca9;
  background: #fff;
}
.ny-news .about-news li a:hover b{
  font-weight: 600;
}
@media (max-width:992px) {
  .ny-news .about-news {
    margin-top: 25px;
  }
  .ny-news .about-news li a {
    padding: 10px;
    font-size: 16px;
  }
  .ny-news .about-news li .l {
    width: 75%;
  }
  .ny-news .about-news li a i,
  .ny-news .about-news li a span {
    margin-right: 10px;
  }
  .ny-news .about-news li a span {
    margin-right: 10px;
    font-size: 14px;
    padding: 5px 10px;
  }
}

/* 联系我们 */

.map {
  height: 100%;
}
.map img{
  max-width: none;
}
.map label{
  background-color: transparent !important;
  border: none !important;
}
/* 留言反馈 */
.message .form-control-feedback{
  top: 8px;
  left: 5px;
  right: auto;
  color: #d1d1d1;
}
.message label{
  color: #333;
  font-weight: 600;
}
.form-control {
  height: 36px;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}
.form-control1 {
  height: 80px !important;
}
.message .msg-btn {
  width: 100%;
  text-align: center;
  background: #CC0000;
  height: 45px;
  line-height: 30px;
  font-size: 18px;
  border: none;
  font-weight: 300;
}
.message .msg-btn:hover {
  background: #FF8030;
}
.info {
  overflow: hidden;
}
.info .contact {
  margin-top: 24px;
}
.info .contact a,
.info .contact {
  font-size: 16px;
  color: #000;
  line-height: 32px;
}
.info .contact img {
  height: 24px;
  margin-right: 14px;
}
.info-content {
  padding: 20px 0 0 0;
}
.info-content p,
.info-content {
  font-stretch: inherit;
  font-size: 14px;
  line-height: 26px;
  font-family: arial;
  vertical-align: baseline;
  text-align: justify;
  color: rgb(102, 102, 102);
  white-space: normal;
}
.info-content img {
  width: 100%;
}
.info table {
  width: 100% !important;
}
.info table td,
.info table tr {
  width: auto !important;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 12px !important;
}
.info table td {
  padding: 2px !important;
}
.info .img1 {
  width: 100%;
}
.info .p1 {
  color: #CCCCCC;
  line-height: 32px;
  border-top: 1px dotted #ccc;
  margin-top: 36px;
}
.info-title {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}
.gbook .info .contact {
  margin-left: 26%;
}
@media (max-width:992px) {
  .message{
    padding: 0 15px;
  }
  .contact .contact-tit{
    font-size: 2.0rem;
  }
  .contact .contact-tit span{
    font-size: 1.125rem;
  }
  .contact .contact-l,.contact .contact-r{
    width: 100%;
  }
  .contact .contact-l{
    margin-bottom: 30px;
  }
}