/*
Theme Name:Lansige
Theme URI:http://www.lansige.com/
Description:It's a theme create by L.REN
Version:3.0
Author:L.REN
Author URI:http://www.lansige.com/
Tags:custom header,Responsive,two columns,widgets
*/
/*全局样式*/
body {
  font-family: PingFangSC-Regular, Sans-serif, Microsoft YaHei, Arial, Helvetica;
  line-height: 2;
  font-size: .875rem;
  background-color: #333;
  color: #fff
}
.content-ny {
  font-size: 1rem
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
a {
  color: #fff;
  text-decoration: none
}
a:hover {
  color: #eb1210;
  text-decoration: underline;
  outline: none;
  -moz-outline: none
}
.red {
  color: #eb1210;
}
.underline {
  text-decoration: underline
}
@media (min-width: 1400px) {
  body {
    font-size: 1rem
  }
  .content-ny {
    font-size: 1.125rem
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.hr-1 {
  margin-top: 2rem;
  margin-bottom: 2rem
}
.hr-2 {
  margin-top: 3rem;
  margin-bottom: 3rem
}
.hr-3 {
  margin-top: 4rem;
  margin-bottom: 4rem
}
img {
  max-width: 100%;
  height: auto
}
*:link, *:visited, *:hover, *:active, *:focus {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
@media (min-width: 320px) {
  .container, .container-fluid {
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw
  }
}
@media (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1520px;
    padding-left: 0;
    padding-right: 0
  }
  .container-fluid {
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw
  }
}
/*标题*/
.h-title {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.h-title small {
  color: rgba(255, 255, 255, 0.5);
  font-size: .875rem;
  display: block;
  margin-top: .5rem;
  line-height: 1.8
}
.n-title {
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-a {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
  display: inline-block;
}
.list-menu > li {
  margin: 0 .5rem
}
.list-menu > li a {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.70);
  background-color: rgba(255, 255, 255, 0.1);
  padding: .5rem 1.5rem
}
.list-menu > li a:hover {
  background-color: #eb1210;
  border-color: #eb1210;
  text-decoration: none
}
.list-menu > li.active a {
  color: #fff;
  background-color: #eb1210;
  border-color: #eb1210
}
.sx-jianju {
  padding-top: 6rem;
  padding-bottom: 6rem
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mb-5 {
    margin-bottom: 2rem !important
  }
  .mt-5 {
    margin-top: 2rem !important
  }
}
.btn-dt {
  display: inline-block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.20)
}
.btn-dt:before {
  display: block;
  content: '';
  height: 100%;
  transition: .2s;
  -webkit-transition: .2s;
  width: 0;
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  background: #eb1210;
  z-index: 0
}
.btn-dt:hover:before {
  width: 100%
}
.btn-dt a {
  padding: .3rem 2rem;
  display: block;
  color: rgba(255, 255, 255, 0.70);
  font-size: .875rem;
  transition: all .3s ease-out 0;
  -webkit-transition: all .3s ease-out 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  z-index: 1;
  position: relative;
  text-decoration: none;
}
.btn-dt:hover a {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  color: #fff
}
@media (min-width: 1400px) {
  .h-title small {
    font-size: 1rem;
  }
  .list-menu > li a {
    font-size: 1.125rem;
    padding: .5rem 2rem
  }
  .btn-dt a {
    padding: .5rem 2.5rem;
    font-size: .875rem;
  }
}
/* 动画代码 */
@keyframes fangda {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* 向此元素应用动画效果 */
.fangda {
  animation-name: fangda;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/*字体图形*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?twd93n');
  src: url('../fonts/icomoon.eot?twd93n#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?twd93n') format('truetype'), url('../fonts/icomoon.woff?twd93n') format('woff'), url('../fonts/icomoon.svg?twd93n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left:before {
  content: "\e902";
}
.icon-right:before {
  content: "\e903";
}
.icon-sousuo:before {
  content: "\e905";
}
.icon-tel:before {
  content: "\e906";
}
.icon-shijian:before {
  content: "\e904";
}
.icon-tuandui:before {
  content: "\e907";
}
.icon-huojiang:before {
  content: "\e901";
}
.icon-changfang:before {
  content: "\e900";
}
.icon-zhanting:before {
  content: "\e908";
}
.icon-aixin:before {
  content: "\e909";
}
/*logo start*/
.navbar-brand {
  padding: 0 15px;
  width: 178px;
  height: 50px;
  background: url(../images/logo.svg) no-repeat;
  background-size: 178px auto;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin-top: 2.5rem
}
@media (min-width: 1400px) {
  .navbar-brand {
    width: 178px;
    height: 50px;
    background-size: 178px auto;
  }
}
@media (max-width: 992px) {
  .navbar-brand {
    width: 150px;
    height: 42px;
    background-size: 150px auto;
  }
}
/*Nav start*/
.navbar {
  padding: 0;
}
.nav-link {
  line-height: 1;
  padding: 4rem 0 1.5rem 0;
  text-align: center
}
.nav-link small {
  font-size: .5rem;
  display: block;
  margin-top: .5rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar .navbar-nav .nav-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.navbar .navbar-nav .nav-item:hover {
  background-color: #000
}
.navbar .navbar-nav .nav-item.active {
  background-color: #eb1210
}
.navbar-nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, .7);
}
.head-tel {
  margin-left: 3rem;
  color: rgba(255, 255, 255, 0.50)
}
.navbar .head-tel .nav-link {
  padding-right: 0;
  line-height: 2
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff
}
@media (min-width: 1400px) {
  .navbar .navbar-nav .nav-item {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .nav-link {
    padding: 4rem 0 1.5rem 0;
    font-size: 1.125rem;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
  }
}
.headroom {
  transition: transform .25s ease-in-out;
  will-change: transform
}
.headroom--pinned {
  transform: translateY(0)
}
.headroom--unpinned {
  transform: translateY(-100%)
}
.sticky {
  background-color: rgba(0, 0, 0, 0.5);
}
.sticky .nav-link {
  padding: 2rem 0 1.5rem 0;
}
.sticky .navbar-brand {
  margin-top: 0
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    padding-left: 1rem;
    padding-right: 1rem
  }
}
@media (max-width: 767px) {
  .navbar-collapse.collapse.show {
    height: 100vh;
  }
  .tel-block {
    display: block !important;
    margin-left: 0
  }
  .nav-link {
    text-align: left;
  }
  .nav-link small {
    display: inline-block;
    font-size: 1rem;
    margin-top: 0;
    margin-left: .5rem
  }
}
/*首页banner*/
#banner-home {
  background-color: #000
}
.carousel-indicators {
  justify-content: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 3.125rem
}
.carousel-indicators li {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  margin-right: 4px;
  margin-left: 4px
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-indicators.pre {
  justify-content: flex-end;
  margin-bottom: 3.4rem
}
.carousel-control-prev {
  right: 30px;
  left: auto
}
.carousel-indicators.pre .icon-left, .carousel-indicators.pre .icon-right {
  font-size: 1.25rem
}
.carousel-control-next, .carousel-control-prev {
  width: 2%
}
@media (min-width: 1400px) {
  .carousel-indicators {
    margin-bottom: 3.75rem
  }
  .carousel-indicators.pre {
    margin-bottom: 4.375rem
  }
}
.carousel-caption {
  left: 5vw;
  right: 5vw;
}
.carousel-caption h4 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0
}
.carousel-caption h5 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: .5rem;
  margin-bottom: 1rem
}
.carousel-caption p {
  background-color: rgba(0, 0, 0, 0.70);
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: .6rem 1.75rem;
  font-size: 1.125rem;
}
#banner-home:hover .carousel-caption p {
  background-color: rgba(235, 18, 16, 0.70)
}
@media (min-width: 992px) {
  .carousel-caption {
    bottom: 22%;
  }
}
@media (min-width: 1200px) {
  .carousel-caption {
    bottom: 28%;
  }
}
@media (min-width: 1400px) {
  .carousel-caption {
    bottom: 35%;
  }
}
/*移动banner*/
.banner-yd {
  background: #eb1210 url("../images/banner-yd.jpg") no-repeat left bottom;
  color: #fff;
  padding: 1.25rem;
  height: 100vh;
  background-size: cover
}
.banner-yd h2 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: bold
}
.banner-yd p {
  font-size: 1.5rem;
  margin-top: 1rem;
  line-height: 1.8;
}
/*关于*/
.shuzhi {
  text-align: center;
  padding-top: .5rem
}
.shuzhi span, .shuzhi i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.5)
}
.shuzhi h4 {
  font-size: 1.65rem;
  margin-top: .3rem;
  margin-bottom: .2rem
}
.shuzhi h4 div {
  display: inline-block
}
.shuzhi h4 super {
  font-size: .75rem;
  vertical-align: text-top;
}
.shuzhi p {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.50);
  margin-bottom: 0
}
.shuzhi > div {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.shuzhi > div:nth-child(1) {
  border: 0
}
@media (min-width:1400px) {
  .shuzhi span, .shuzhi i {
    font-size: 2.8rem;
  }
  .shuzhi h4 {
    font-size: 2.3rem;
  }
  .shuzhi h4 super {
    font-size: .875rem;
  }
}
/*案例*/
.case {
  background-color: #222
}
.case-box figure {
  margin-bottom: 6px
}
.case-box a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden
}
.case-box a figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
}
.case-box a:hover figcaption {
  background-color: rgba(0, 0, 0, 0.5)
}
.case-box a figcaption h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #fff;
  transition: all 1s ease-out .0s;
  -webkit-transition: all 1s ease-out .0s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-box a:hover figcaption h3 {
  transform: translateY(-.1rem);
  -webkit-transform: translateY(-.1rem)
}
.case-box a figcaption small {
  display: none;
  font-size: .75rem;
  font-weight: normal;
  margin-top: .2rem;
  color: rgba(255, 255, 255, 0.70);
}
.case-box a:hover figcaption small {
  display: block;
}
.case-box img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 5s linear;
  -webkit-transition: all 5s linear;
}
.case-box figure:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}
@media (max-width:767px) {
  .case-box a figcaption {
    padding: 1rem;
  }
}
/*团队*/
.team-box figure {
  margin-bottom: 30px
}
.team-box a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden
}
.team-box a figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
}
.team-box a:hover figcaption {
  background-color: rgba(0, 0, 0, 0.5)
}
.team-box a figcaption h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #fff;
}
.team-box img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 5s linear;
  -webkit-transition: all 5s linear;
}
.team-box figure:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}
@media (max-width:767px) {
  .team-box a figcaption {
    padding: 1rem;
  }
}
/*客户*/
.kehu {
  background-color: #222
}
.kehu-box figure {
  margin-bottom: 30px
}
.kehu-box img {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out
}
.kehu-box figure:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
}
/*新闻*/
.news-box a {
  text-decoration: none;
}
.news-box h3 {
  font-size: 1.25rem
}
.news-box h3 time {
  font-size: .75rem;
  display: block;
  color: rgba(255, 255, 255, 0.50);
  margin-top: .5rem;
  margin-bottom: .5rem
}
.news-box a p {
  color: #fff;
}
.news-box a:hover h3 {
  color: #eb1210;
}
.news-box2 li {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: .56rem
}
.news-box2 li a {
  line-height: 2;
  text-decoration: none
}
.news-box2 li a time {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-size: .75rem;
  line-height: 1.2
}
/*ny-news-box*/
.ny-news-box a {
  text-decoration: none
}
.ny-news-box h3 {
  margin: 0 0 .5rem 0;
  font-size: 1.25rem
}
.ny-news-box h3 time {
  font-size: .75rem;
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-weight: normal
}
.ny-news-box p {
  color: rgba(255, 255, 255, 0.50);
}
.ny-news-box p.xq {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.3);
}
.ny-news-box .box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2.4rem;
  margin-bottom: 2.6rem
}
.ny-news-box .box dt {
  max-width: 240px;
  margin-right: 1.875rem
}
.ny-news-box .box dd {
  margin-bottom: 0
}
.ny-news-box .box a:hover h3, .ny-news-box .box a:hover .xq {
  color: #eb1210
}
.ny-team-box a .fd {
  max-height: 350px;
  overflow: hidden
}
.ny-team-box a .fd img {
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.ny-team-box a:hover .fd img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1)
}
.ny-team-box h3 {
  font-size: 1.25rem;
  color: #000;
  margin: 1rem 0;
  color: #fff
}
.ny-team-box h3 small {
  display: block;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.50);
  margin: .1rem 0 0 0
}
.ny-team-box a {
  text-decoration: none
}
.ny-team-box a:hover h3 {
  color: #eb1210
}
/*底部开始*/
@media (min-width:1400px) {
  .foot-mr {
    max-width: 70%
  }
}
@media (min-width:1200px) {
  .foot-mr {
    max-width: 80%
  }
}
@media (max-width:1200px) {
  .foot-mr {
    max-width: 100%
  }
}
.pt-6 {
  padding-top: 6rem
}
@media (max-width:991px) {
  .footer .pt-6 {
    padding-top: 2rem;
    text-align: center
  }
}
.footer {
  font-size: .875rem;
  background-color: #222;
  display: block;
  color: #888
}
.foot-logo {
  background-color: #eb1210;
  padding: 6rem 1.5rem 1.875rem 1.5rem;
  max-width: 170px;
}
.footer .icon-logo-footer {
  font-size: 2.5rem
}
.footer p {
  margin-bottom: 0
}
.footer h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.3rem
}
.footer h4 {
  font-size: 1.5rem;
  color: #888;
  margin-bottom: .75rem;
  text-decoration: underline
}
.footer a {
  color: #888
}
.footer a:hover {
  color: #eb1210
}
.foot-menu > li + li:before {
  padding: 0 .4rem;
  color: rgba(255, 255, 255, 0.20);
  content: "/";
}
.footer-ico a {
  font-size: .875rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out
}
.footer-ico a:hover {
  background-color: #0a3993;
  color: #fff;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.copy {
  font-size: .75rem;
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 1.75rem;
  color: rgba(255, 255, 255, 0.30)
}
@media (min-width: 1400px) {
  .footer {
    font-size: 1rem;
  }
}
/*客服*/
.kefu {
  bottom: 50%;
  display: none;
  position: fixed;
  z-index: 999999999;
  margin-bottom: -128px
}
@media (min-width: 1200px) {
  .kefu {
    right: 0
  }
}
.kefu:hover {
  right: 0
}
.kefu a {
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  width: 150px;
  display: block;
  padding: 1rem
}
.kefu a i:before {
  font-size: 1.25rem;
  position: relative;
}
.kefu .kefu-text {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: .3rem
}
@media (min-width: 768px) {
  .kefu a:hover {
    background-color: #a00
  }
  .kefu a.hover {
    background-color: #c00
  }
}
@media (max-width: 767px) {
  .kefu {
    width: 100%;
    text-align: center;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    display: block
  }
  .kefu li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
  }
  .kefu li:last-child {
    border-right: 0
  }
  .kefu a {
    font-size: 16px;
    width: 80px;
    padding: 8px;
    border-radius: 0;
    background-color: hsla(0, 0%, 0%, 0.00)
  }
  .kefu .kefu-text {
    font-size: 14px;
    display: block;
    padding-left: 0
  }
}
@media (max-width: 767px) {
  .justify-content-start {
    justify-content: center !important
  }
  .last.sx-jianju.pinned {
    padding-bottom: 0
  }
  .row {
    margin-right: -10px;
    margin-left: -10px
  }
  .row > div, .row > figure {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-kehu > div, .home-kehu > figure {
    margin-bottom: 1.25rem;
  }
  .sx-jianju {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .foot-menu {
    display: none !important
  }
  .copy .ml-auto {
    margin-right: auto
  }
  .home-text-hui, .home-text-white {
    margin-bottom: 2rem
  }
  .footer {
    padding: 2rem 0 6rem 0
  }
  .copy {
    margin-top: 3rem
  }
  .navbar-toggler {
    padding: .15rem .5rem
  }
  .navbar-home {
    background-color: rgba(0, 0, 0, .8);
    padding: 1rem
  }
  .navbar .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar.sticky {
    background-color: rgba(0, 0, 0, 0.70)
  }
  .navbar-nav {
    font-size: 1.125rem;
    margin-top: 2rem;
    margin-bottom: 1rem
  }
  .h-title {
    font-size: 2rem
  }
  .h-title small {
    margin-top: 0
  }
  .hr-3 {
    margin-top: 3rem;
    margin-bottom: 3rem
  }
}
/*text-hanghao*/
@media (max-width: 1400px) {
  .hg-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
  .hg-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
  }
  .hg-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
  }
}
@media (max-width: 767px) {
  .hg-yd-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
  .hg-yd-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
  }
  .hg-yd-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
  }
}
/*内页开始*/
.banner-ny {
  background-color: #111;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width:1200px) {
  .banner-ny {
    background-position: top center;
  }
}
.ny-position {
  background-color: #000;
  display: inline-block;
  padding: .875rem 1.5rem;
  color: #fff;
}
.position-menu > li + li:before {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.2);
  content: "|"
}
.position-menu > li a {
  color: #fff
}
.position-menu > li a:hover {
  color: #fff
}
/*内容翻页*/
.pagination li a {
  margin-right: .75rem;
  border-radius: 0;
  padding: .7rem .875rem;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: block;
  line-height: 1.25;
  background-color: rgba(255, 255, 255, 0.10)
}
.pagination li a:hover {
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
  color: #000
}
.pagination li.active a {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, .5);
  color: #fff;
  text-decoration: none
}
.pagination li:first-child, .pagination li:last-child {
  display: none
}
@media (max-width:768px) {
  .banner-ny {
    height: 50vh;
    padding: 10rem 0 7rem 0;
  }
  .banner-ny.align-items-end {
    align-items: center !important
  }
}
.content-ny .h-title {
  font-size: 2.5rem
}
.content-ny {
  color: rgba(255, 255, 255, 0.75)
}
.content-ny p {
  color: rgba(255, 255, 255, 0.75)
}
/*上下文*/
.sxw {
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
  margin-top: 2.5rem
}
.sxw p {
  margin-bottom: .5rem
}
.sxw p span {
  display: block;
  color: #888
}
.sxw p:nth-child(2) {
  text-align: right
}
.sxw p a {
  color: #444;
  text-decoration: none
}
.sxw p a:hover {
  color: #000
}
@media (max-width:767px) {
  .sxw .ml-auto {
    text-align: left !important
  }
}
/*liuyan*/
#lycontent {
  height: 160px !important;
  padding-top: 10px;
}
#lyusername:focus, #lytel:focus, #lytime:focus, #lycontent:focus {
  border: 1px solid rgba(204, 0, 0, 0.40);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 8px rgba(242, 89, 75, .7);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 8px rgba(242, 89, 75, .7)
}
#lyusername, #lytel, #lytime, #lycontent {
  height: 40px;
  width: 100%;
  background-color: #fff;
  color: #444;
  border: 1px solid #ccc;
  margin-bottom: 25px;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px;
}
#button {
  height: 40px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-width: 0px;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  border-radius: 0
}
#button:hover {
  background-color: #eb1210
}
@media (max-width: 767px) {
  .ly {
    margin-top: 30px
  }
}
.no-gutters {
  margin-left: -3px;
  margin-right: -3px
}
.no-gutters > div, .no-gutters > figure {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
@media (min-width: 1400px) {
  .no-gutters {
    margin-left: -5px;
    margin-right: -5px
  }
  .no-gutters > div, .no-gutters > figure {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .case-box figure {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-top: 0;
  }
  .shuzhi {
    margin-bottom: 1rem;
    padding-top: 0
  }
  .shuzhi span {
    font-size: 2.5rem;
  }
  .shuzhi h4 {
    font-size: 1.4rem;
    margin-bottom: 0
  }
  .shuzhi h4 super {
    font-size: .75rem;
    vertical-align: text-top;
  }
  .shuzhi p {
    margin-bottom: 0
  }
  .shuzhi > div {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .shuzhi > div:nth-child(1), .shuzhi > div:nth-child(4) {
    border: 0
  }
  .shuzhi > div:nth-child(1), .shuzhi > div:nth-child(2), .shuzhi > div:nth-child(3) {
    margin-bottom: 1.5rem
  }
  .list-menu > li a {
    padding: .3rem 1rem;
  }
  .list-menu.d-inline-flex {
    display: inline-block !important
  }
  .list-menu > li {
    display: inline-block !important;
    margin: 0 .2rem;
    margin-bottom: 1rem;
  }
  .case {
    padding-left: 20px;
    padding-right: 20px
  }
  .case-box figure:nth-child(9) {
    display: none;
  }
  .team-box figure, .kehu-box figure {
    margin-bottom: 20px
  }
  .team-box figure figcaption {
    display: none !important
  }
  .news {
    text-align: center
  }
  .news-box h3 {
    margin-top: 2rem
  }
  .news-box h3 time {
    margin-bottom: 1rem;
    display: none
  }
  .news-box2 {
    margin-bottom: 0;
    display: none
  }
  .foot-contact {
    text-align: center
  }
  .foot-contact h3 {
    margin-top: 2rem
  }
  .ny-banner-text h3 {
    margin-bottom: 0;
  }
  .ny-news-box .box dt.float-left {
    float: inherit !important;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem
  }
  .wenhua > div > div {
    margin-bottom: 1.25rem
  }
  .btn-dt {
    display: block
  }
  .about {
    text-align: center
  }
}
.last ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  background-color: rgba(0, 0, 0, 0.1);
}
.last ul li:last-child {
  border: 0
}
.last ul li:hover, .last ul li.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.last ul li a {
  text-decoration: none;
  display: block;
  padding: 1rem 1.5rem
}
.last ul li a i {
  color: rgba(255, 255, 255, 0.3);
  margin-right: .3rem
}
.last ul li:hover a i {
  color: #eb1210
}
.wenhua > div > div {
  background-color: #444;
  padding: 2rem;
  width: 100%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.wenhua > div p {
  margin-bottom: 0
}
.wenhua > div:hover div {
  background-color: #eb1210;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.yzs > div > div p {
  margin-bottom: 0
}
.sh {
  padding: 5rem;
  text-align: center;
  background: no-repeat center center;
}
@media (max-width: 767px) {
  .yzs > div > div p {
    margin-bottom: 1rem !important
  }
  .sh {
    padding: 3rem 1.25rem;
  }
  .list-page {
    overflow: scroll;
    text-align: left
  }
  .list-page.justify-content-center {
    justify-content: flex-start !important
  }
  .fhml p {
    margin-bottom: 20px !important;
  }
  .fhml p.mr-2 {
    margin-right: 0 !important
  }
}
.youshi > div > div {
  background-color: #444;
  padding: 2rem;
  width: 100%;
  margin-bottom: 1.875rem;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
.youshi > div div p {
  margin-bottom: 0
}
.youshi > div:hover div {
  background-color: #eb1210;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.youshi > div:hover div p, .wenhua > div:hover div p {
  color: #fff
}
.border-white {
  border-color: #444 !important;
  background-color: #444
}
/*owl-carousel.2.2.1.css*/
div.owl-stage-outer.owl-height {
  height: 100% !important
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 5pc;
  width: 5pc;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
/*owl-carousel.2.2.1.theme.css*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background-color: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #869791;
  color: #FFF;
  text-decoration: none
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background-color: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #869791
}
.carousel-caption {
  display: inline-block;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s
}
.carousel-caption h4, .carousel-caption h5 {
  animation: fadeInDown 1s linear 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.carousel-caption p {
  animation: fadeInDown 1.5s linear 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}