/*
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;
  color: #666
}
h1,h2,h3,h4,h5,h6 {
  color: #000
}
a {
  color: #000;
  text-decoration: none
}
a:hover {
  color: #c00;
  text-decoration: underline;
  outline: none;
  -moz-outline: none
}
li p {
  display: inline-block;
  margin-bottom: 0
}
@media (min-width: 1400px) {
  body {
    font-size: 1rem
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0,0,0,.2);
}
.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
}
.navbar,*: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: 3rem;
  color: #000
}
.h-title span {
  color: #888;
  font-size: .875rem;
  display: block;
  margin-top: .5rem;
}
.n-title {
  font-size: 2.5rem;
  color: #000
}
.btn-a {
  color: #444;
  font-size: .875rem;
  text-decoration: none;
  display: inline-block;
}
.list-menu > li + li:before {
  padding: 0 .75rem;
  color: rgba(0, 0, 0, 0.1);
  content: "/"
}
.list-menu > li a {
  color: #444
}
.list-menu > li a:hover {
  color: #c00
}
.list-menu.white li a,.list-menu.white li a:hover {
  color: #fff
}
.list-menu.white > li + li:before {
  color: rgba(255, 255, 255, 0.3);
}
.list-menu > li.active a {
  color: #c00;
  padding-bottom: 4px;
  border-bottom: 3px solid #c00;
}

.sx-jianju {
  padding-top: 5rem;
  padding-bottom: 5rem
}
.s-jianju {
  padding-top: 5rem;
}
.x-jianju {
  padding-bottom: 5rem
}
.no-gutters {
  margin-left: -5px;
  margin-right: -5px
}
.no-gutters > div, .no-gutters > figure {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.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
}
}
/*字体图形*/
@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-goutong:before {
  content: "\e908";
}
.icon-jingying:before {
  content: "\e909";
}
.icon-liupai:before {
  content: "\e90a";
}
.icon-shouji:before {
  content: "\e90d";
}
.icon-jingying1:before {
  content: "\e900";
}
.icon-kongjian:before {
  content: "\e901";
}
.icon-left:before {
  content: "\e902";
}
.icon-right:before {
  content: "\e903";
}
.icon-siwei:before {
  content: "\e904";
}
.icon-tel:before {
  content: "\e905";
}
.icon-zhiliang:before {
  content: "\e906";
}
.icon-jt:before {
  content: "\e907";
}


/*logo start*/
.navbar-brand {
  padding: 0 15px;
  width: 112px;
  height: 36px;
  background: url(../images/logo.svg) no-repeat;
  background-size: 112px auto;
  text-indent: -9999px;
  overflow: hidden;
  display: block
}
@media (min-width: 1400px) {
  .navbar-brand {
    width: 124px;
    height: 40px;
    background-size: 124px auto;
  }
}
@media (max-width: 992px) {
  .navbar-brand {
    width: 106px;
    height: 34px;
    background-size: 106px auto;
  }
}
/*Nav start*/
.navbar {
  padding: 0 5vw;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.nav-link {
  line-height: 1;
  padding: 1.5rem 0
}
.navbar .navbar-nav .nav-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
@media (min-width: 1400px) {
  .navbar .navbar-nav .nav-item {
    padding-left: 1.875rem;
    padding-right: 1.875rem
  }
  .nav-link {
    padding: 1.75rem 0
  }
}
.navbar-nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, .7);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
  border-top: 3px solid transparent;
  border-bottom: 3px solid #c00
}
.head-tel {
  margin-left: 2.5rem;
  color: rgba(255, 255, 255, 0.50)
}
.navbar .head-tel .nav-link {
  padding-right: 0
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff
}
.sticky {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
  border-bottom: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
  }
}
/*首页banner*/
#banner-home {
  background-color: #000
}
.carousel-indicators {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.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 .icon-left, .carousel-indicators .icon-right {
  background-color: #c00;
  font-size: 1rem;
  padding: 1.25rem 1.5rem
}
.carousel-indicators .icon-left {
  margin-right: 3.4rem
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-indicators.pre {
  background-color: #c00;
  justify-content: flex-end;
  margin-bottom: 1.75rem
}
.carousel-control-prev {
  right: 30px;
  left: auto
}
.carousel-control-next, .carousel-control-prev {
  width: 3.5rem
}
.carousel-caption {
  left: 5vw;
  right: 5vw;
  text-align: left
}
.carousel-caption h4 {
  color: #fff
}
.carousel-caption p {
  color: rgba(255, 255, 255, 0.5)
}

/*移动banner*/
.banner-yd {
  background: #c00 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.5rem;
  color: #fff;
  margin-bottom: .75rem;
  margin-top: .75rem
}
.banner-yd h4 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff
}
.banner-yd p {
  font-size: 1.25rem;
  margin-top: 1rem
}

/*案例*/
@media (min-width:768px) {
  .case-pic figure {
    margin-bottom: 1rem
  }
}
.case-pic a {
  font-size: 1rem;
  color: #000;
  text-decoration: none
}
.case-pic a:hover {
  color: #c00;
}
.case-pic .mask .zz {
  display: inline-flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(204,0,0,0.7);
  color: #fff;
  align-items:center;
  justify-content:center;
  opacity: 0;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
}
.case-pic .mask:hover .zz {
  opacity: 1;
}
.case-pic .mask .zz span {
  font-size: 1.5rem
}
.case-pic .mask {
  position: relative;
  overflow: hidden;
}
.case-pic .mask img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 2s linear;
  -webkit-transition: all 2s linear;
}
.case-pic figure:hover .mask img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}
.case-pic figure {
  margin-bottom: 0
}
.case-pic figure figcaption {
  font-size: 1.125rem;
  padding: 1.125rem 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-pic figure figcaption span {
  font-size: .875rem;
  color: #888;
  display: block;
  margin-bottom: .3rem
}

.case-pic.team-title figure figcaption {
  font-size: 1.25rem;
}
.case-pic.team-title figure figcaption span {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: .5rem
}

.case-pic.guowang figure figcaption {
  font-size: 1rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1rem 0;
}
.case-pic.guowang figure figcaption span {
  font-size: .875rem;
  color: #444;
  line-height: 1.8;
}


@media (min-width: 1400px) {
  .case-pic figure img {
    width: 100%;
    height: 100%
  }
  .dd-block {
    display: block !important
  }
}
@media (max-width: 767px) {
  .dd-block {
    display: block !important
  }
  .case-pic figure figcaption {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .h-case .case-pic figure:nth-child(9) {
    display: none
  }
  .case-pic figure figcaption span {
    display: none
  }
}
.shuzhi p {
  font-size: .75rem;
  color: #888;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.shuzhi h4 {
  font-size: 1.125rem;
  color: #000;
  margin-top: .25rem;
  margin-bottom: .75rem;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}

.biaoyu {
  background-color: #333
}
.biaoyu p {
  margin-bottom: 0;
  padding: 2.5em 2rem;
  color: #fff;
  border-left: 1px solid #444
}
.biaoyu .row > div:first-child p {
  border: 0
}
.biaoyu .row > div p {
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}
.biaoyu .row > div:hover p {
  background-color: #c00
}
@media (max-width:992px) {
  .biaoyu p {
    border-bottom: 1px solid #444
  }
  .biaoyu .row > div:first-child p {
    border-bottom: 1px solid #444
  }
  .biaoyu .row > div:nth-child(3) p {
    border-left: 0;
    border-bottom: 0
  }
  .biaoyu .row > div:nth-child(4) p {
    border-bottom: 0
  }
}
.biaoyu .no-gutters {
  margin: 0;
}
.biaoyu .no-gutters > div {
  padding: 0 !important
}
.biaoyu p span {
  display: block;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: .5rem
}
@media (min-width:768px) {
.biaoyu p span {
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    display: block
  }
.biaoyu p:hover span {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
.home-kehu > div, .home-kehu > figure {
  margin-bottom: 1.875rem
}
.home-kehu img {
  border: 1px solid rgba(0,0,0,0.05);
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out
}
.home-kehu div: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);
}

.team .box figure {
  margin-bottom: 10px
}
.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(204, 0, 0, 0.7)
}
.team .box a figcaption h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #fff
}
.team .box a figcaption span {
  display: block;
  font-size: .75rem;
  font-weight: normal;
  margin-top: .25rem;
  color: rgba(255, 255, 255, 0.70)
}
.team .box2 img {
  max-height: 280px
}

.team .box img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 2s linear;
  -webkit-transition: all 2s linear;
}
.team .box figure:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

@media (max-width:767px) {
  .team .box2 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .team .box a figcaption {
    padding: 1rem;
  }
}


.youshi {
  background-color: #ededed
}
.youshi .no-gutters {
  margin: 0;
}
.youshi .no-gutters > div {
  padding: 0 !important
}
.youshi .box-bg {
  background: url("../images/youshi-bg.jpg") no-repeat right bottom;
  background-size: cover
}
.youshi .box-bg .box {
  border-left: 10px solid #ededed;
  border-bottom: 10px solid #ededed;
  color: #fff;
  padding: 4.5rem 1.5rem;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
}
.youshi .box-bg .box:hover {
  background-color: rgba(204, 0, 0, 0.7)
}

.youshi .box-bg .row > div:nth-child(1) .box, .youshi .box-bg .row > div:nth-child(4) .box {
  border-left: 0
}
.youshi .box-bg .box h3 {
  font-size: 1.25rem;
  color: #fff
}
.youshi .box-bg .box p {
  margin-bottom: 0;
  color: rgba(255,255,255,0.70)
}
@media (max-width:992px) {
  .youshi .box-bg {
    background-size: cover
  }
  .youshi .box-bg .box {
    border-left: 10px solid #ededed !important;
    border-bottom: 10px solid #ededed !important;
  }
  .youshi .box-bg .row > div:nth-child(1) .box, .youshi .box-bg .row > div:nth-child(3) .box, .youshi .box-bg .row > div:nth-child(5) .box {
    border-left: 0 !important
  }
}
.nyys-box-bg .box {
  background-color: #f5f5f5;
  padding: 2rem;
  margin-bottom: 1.875rem;
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
}
.nyys-box-bg .box:hover {
  background-color: #c00;
}
.nyys-box-bg .box h3 {
  font-size: 1.25rem;
}
.nyys-box-bg .box p {
  margin-bottom: 0
}
.nyys-box-bg .box:hover h3,.nyys-box-bg .box:hover p {
  color: #fff
}
.news.sx-jianju {
  padding-bottom: 0
}
.news .row > div .box-bg {
  padding-bottom: 2.5rem
}
@media (min-width:1024px) {
  .news .row > div:nth-child(1) {
    padding-right: 2rem
  }
}
.news .text {
  border-bottom: 1px solid #eee;
  padding-bottom: .9rem;
  margin-bottom: 1.4rem
}
.news .text a {
  text-decoration: none
}
.news .text dt {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: .2rem
}
.news .text dd {
  color: #888;
}
.news .text a:hover dt {
  color: #c00
}
.news .box-bg {
  background-color: #c00;
  color: #fff
}
.news .box-bg h4 {
  color: #fff
}
.news .box-bg header {
  background: #c00 url("../images/news-bg.jpg") no-repeat left top;
  background-size: 100%;
  padding: 2.5rem
}
.news .box {
  padding: 2rem
}
.news .box ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1rem;
  margin-bottom: 1.125rem;
  font-size: 1rem
}
.news .box ul li a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.news .box ul li a:hover span {
  color: #fff;
}
.news .box ul li a time {
  display: block;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.50)
}
@media (min-width:768px) {
  .news .text a dt, .news .text a dd, .news .box a span {
    transition: .3s;
    -webkit-transition: .3s;
    transform: translateX(0);
    -webkit-transform: translateX(0)
  }
  .news .text a:hover dt, .news .text a:hover dd, .news .box a:hover span {
    transform: translateX(10px);
    -webkit-transform: translateX(10px)
  }
}


.news-pic a {
  text-decoration: none;
}
.news-pic h3 {
  font-size: 1rem;
  color: #000;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-pic h3 time {
  display: block;
  font-size: .75rem;
  color: #888;
  margin-top: .5rem
}
.news-pic p {
  color: #444;
  margin-bottom: 0
}
.news-pic a:hover h3 {
  color: #c00
}

.news-show h2.title {
  font-size: 2rem;
  color: #000;
  line-height: 1.5;
  padding-bottom: 2rem
}
.news-show h2.title time {
  display: block;
  font-size: .75rem;
  color: #888;
  margin-top: .5rem
}
.news-show .box li {
  margin-bottom: .75rem
}
.news-show .box li a {
  text-decoration: none;
  color: #666;
  display: block;

}
.news-show .box li a:hover {
  color: #c00
}
.news-show .box li a time {
  font-size: .75rem;
  color: #999;
  display: block;
  line-height: 1
}

/*底部开始*/
.pt-6 {
  padding-top: 6rem
}
@media (max-width:991px) {
  .footer .pt-6 {
    padding-top: 2rem;
    text-align: center
  }
  .justify-content-start {
    justify-content: center !important
  }
}
.footer {
  font-size: .875rem;
  background-color: #252525;
  display: block;
  padding: 0 0 4rem 0;
  color: #888
}
.foot-logo {
  background-color: #c00;
  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: #fff;
  margin-bottom: .75rem;
  text-decoration: underline
}
.footer a {
  color: #888
}
.footer a:hover {
  color: #c00
}
.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)
}
/*客服*/
#newBridge {
  display: none!important;
}
.kefu {
  bottom: 50%;
  display: block;
  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;
  display: block;
  padding: .875rem 1.5rem
}
.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
  }
  .kefu a.hover2 {
    background-color: #a00
  }
}
@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) {
  .news-pic h3 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .list-menu {
    margin-top: 1rem;
    margin-bottom: 0 !important
  }
  .list-menu li {
    display: inline-block
  }
  .list-menu > li + li:before {
    padding: .5rem;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px
  }
  .row > div, .row > figure {
    padding-right: 8px;
    padding-left: 8px;
  }
  .home-kehu > div, .home-kehu > figure {
    margin-bottom: 1rem;
  }
  .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
  }
  .about-service .box-bg {
    padding: 1rem
  }
  .about-service .row {
    margin-right: 0;
    margin-left: 0
  }
  .about-service .row > .col, .about-service .row > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .youshi .row {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem
  }
  .youshi .row .box {
    background-color: #333;
    padding: 2rem;
    border-left: 0 !important
  }
  .kehu figure {
    margin-bottom: 1rem
  }
  .navbar-toggler {
    padding: .15rem .5rem
  }
  .navbar-home {
    background-color: rgba(0, 0, 0, .8);
    padding: .75rem
  }
  .navbar .navbar-nav .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
    border-bottom: 2px solid #c00;
    color: #c00
  }
  .navbar.sticky {
    background-color: #000
  }
  .navbar-nav {
    font-size: 1.125rem;
    margin-top: 2rem;
    margin-bottom: 1rem
  }
}
/*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
  }
}
/*内页开始*/
.banner-ny {
  background-color: #000;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}
.ny-position {
  background-color: #c00;
  display: inline-block;
  padding: .875rem 1.5rem;
  color: #fff;
}
.position-menu > li + li:before {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.3);
  content: "/"
}
.position-menu > li a {
  color: #fff
}
.position-menu > li a:hover {
  color: #fff
}



/*内容翻页*/
.list-page {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow: auto;
}
-webkit-scrollbar {
  display:none
  }
.pagination li a {
  margin-right: .5rem;
  border-radius: 0
}
.pagination li a {
  padding: .75rem .875rem;
  color: #444;
  position: relative;
  display: block;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #eee;
}
.pagination li a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee
}
.pagination li.active a {
  background-color: #000;
  border-color: #000;
  color: #fff;
  text-decoration: none
}
@media (max-width:768px) {
  .banner-ny {
  height: 50vh;
  }
  .ny-position {
  padding: .5rem 1rem;
}
}

.content-ny .h-title {
  font-size: 2.5rem
}


.wenhua-ny h5 {
  font-size: 1.125rem
}
.wenhua-ny p {
  margin-bottom: 1.5rem
}


.system-box h5 span {
  display: block;
  font-size: .875rem;
  color: #666;
  margin-top: .75rem;
  margin-bottom: 1rem
}
.system-box p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/*上下文*/
.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: 140px;
    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,#button.hover {
    background-color: #c00
}

@media (max-width: 767px) {
    .ly {
        margin-top: 20px
    }
    #lyusername, #lytel, #lytime, #lycontent {
      margin-bottom: 20px;
    }
}
/* 动画代码 */
  @-webkit-keyframes fangda {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  @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: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
