@charset "UTF-8";
/*通用设置*/
ul {padding-left: 0;margin-bottom: 0}
li {list-style: none}
a:hover {text-decoration: none;}
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow:none;
}
.wzm-title h2 {
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}
.wzm-title p {
    color: rgb(119,119,119);
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 3rem;
}
.wzm-bg {
    background-color: #f5f5f5 !important;
}
.wzm-more {
    display: block;
    border: none;
    border-radius: .25rem;
    color: #fff;
    background-color: rgb(1,64,143);
    margin: 1rem auto 0;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.wzm-more i {
    margin-left: .5rem;
}
.wzm-more:hover {
    background-color: rgb(238,129,0);
    color: #fff;
}
.wzm-more.no-hover {
    background-color: rgb(238,129,0);
    color: #fff;
}
.wzm-more.btn {
    padding: 0 .35rem;
}
.wzm-pd {
    padding: 3rem 0;
}
.wzm-date {
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    font-size: initial;
    font-weight: normal;
}
/*响应式*/
@media (min-width: 992px) {
    .wzm-title p {
        margin-bottom: 5rem;
    }
    .wzm-more {
        width: 10rem;
    }
    .wzm-pd {
        padding: 5rem 0;
    }
}


/*顶部导航*/
.header{}
.header.s_down {
    border-bottom: 1px solid #ededed;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
/*1*/
.header-info {
    padding: 0 2rem;
    height: 3rem;
    background-color: #2e2c29;
}
.header-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    background-color: rgba(28,32,36,0.2);
}
.header-info li {
    line-height: 3rem;
}
.header-info li a i {
    margin-right: 1rem;
}
.header-info li a {
    color: rgba(255,255,255,.7);
    font-size: .75rem;
}
.header-info li a:hover {
    color: rgb(238,129,0);
}
.header-info li a i {
    font-size: 1rem;
}
/*1.2*/
.form-control {
    padding-left: .25rem;
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: initial;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    border-color: #fff;
}
.form-button {
    border: none;
    background-color: transparent;
}
.form-button i {
    color: rgba(255,255,255,.7);
}
.form-button:hover,
.form-button:focus {
    color: rgb(238,129,0);
}
.form-button:hover i,
.form-button:focus i {
    color: rgb(238,129,0);
}
/*1.3*/
.dropdown-weixin {
    padding: .25rem;
}
.dropdown-weixin img {
    width: 10rem;
    height: 10rem;
}
/*2*/
.navbar {
    padding: 1rem;
}
.navbar-brand {
    text-indent: -9999px;
    width: 7rem;
    background: url("img/logo.png") no-repeat center center;
    background-size: contain !important;
}
.navbar-brand.s_pd {
    background: url("img/logo2.png") no-repeat center center;
}
.navbar-collapse {
    margin-bottom: 2rem;
}
.nav-link {
    display: inline-block;
    font-size: 1.125rem;
    min-width: 4rem;
    text-align: center;
    height: 2rem;
    padding: 0 1rem;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(238,129,0) !important;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(238,129,0) !important;
}
/*2.2*/
.nav-item {
    font-size: .9rem;
}
.nav-item:after {
    display: none;
    content: '/';
    padding-left: .2rem;
    padding-right: .2rem;
    color: #fff;
    font-size: 1.25rem;
}
.nav-item:last-child:after {
    color: transparent;
}
/*2.3*/
.dropdown-menu {
    border: none;
}
.header-info .dropdown.show .dropdown-menu {
    display: block;
}
.dropdown.show .dropdown-menu {
    display: block;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    min-width: auto;
    left: auto;
    right: 0;
    margin-top: 0;
}
/**/
.navbar-toggler {
    border: none;
}
.navbar-light .navbar-toggler.collapsed {
    color: #fff;
    font-size: 1.5rem;
}
.navbar-light.s_pd .navbar-toggler.collapsed {
    color: rgb(119,119,119);
    font-size: 1.5rem;
}
.navbar-light.s_pd  .navbar-toggler,
.navbar-light .navbar-toggler {
    color: rgb(238,129,0);
    font-size: 1.5rem;
}
.navbar-nav {
    padding-top: 1rem;
}
/*响应式*/
@media (min-width: 992px) {
    .navbar-brand {
        width: 10rem;
    }
    .navbar {
        padding: 2rem;
    }
    .nav-item:after {
        display: inline-block;
    }
    .navbar-nav {
        padding-top: 0;
    }
}

/*幻灯片*/
#bannerCarousel .carousel-item {
    height: 100vh;
    max-height: 100%;
}
#bannerCarousel .carousel-item img {
     width: 100%;
     height: 100%;
 }
#bannerCarousel .carousel-item-video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/**/
#bannerCarousel .carousel-control-next-icon,
#bannerCarousel .carousel-control-prev-icon {
    font-size: 1.5rem;
}
#bannerCarousel .carousel-control-next,
#bannerCarousel .carousel-control-prev {
    z-index: 9;
}
/**/
#bannerCarousel .carousel-caption {
    right: 20%;
    left: 20%;
    top: 25%;
    text-align: center;
}
#bannerCarousel .carousel-caption h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
#bannerCarousel .carousel-caption p {
    line-height: 1.5rem;
    text-align: justify;
}
/**/
.modal-body {
    padding: 0;
}

/*响应式*/
@media (max-width: 991px) {
    .modal-header {
        padding: .5rem;
    }
    .modal-body {
        height: 15rem;
    }
    .modal-footer {
        padding: .5rem;
    }
}
@media (min-width: 992px) {
    #bannerCarousel .carousel-item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 5;
        display: block;
    }
    #bannerCarousel .carousel-caption {
        right: 30%;
        left: 30%;
        top: 40%;
    }
    #bannerCarousel .carousel-caption h2 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    #bannerCarousel .carousel-caption p {
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .modal-dialog {
        width: auto;
        max-width: 75vw;
    }
    .modal-body {
        height: 73vh;
    }
}


/*i-about*/
.i-about h3 {
    position: relative;
    color: rgb(119,119,119);
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.i-about h3 span {
    display: inline-block;
    color: rgb(238,129,0);
    font-size: 2rem;
    margin-top: .25rem;
}
.i-about ul {
    padding-left: 1.5rem;
}
.i-about ul li {
    list-style: initial;
}
.i-about-text {
    font-size: 1.125rem;
    text-align: justify;
}
/*响应式*/
@media (max-width: 991px) {
    .i-about .col-12 {
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .i-about h3 {
        font-size: 1.75rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem;
    }
    .i-about h3 span {
        font-size: 2.25rem;
    }
}

/*广告*/
.ad {
    color: rgb(1,64,143);
    background-color: #fff;
    text-align: center;
}
.ad h5 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
/*响应式*/
@media (min-width: 992px) {
    .ad p {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    .ad h5 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

/*我们的产品*/
.products-list li {
    margin-bottom: 30px;
}
.products-list li a {
    display: block;
    background-color: #f5f5f5;
    position: relative;
    border-radius: .5rem;
}
.products-list li img {
    width: 100%;
}
.products-list li .title {
    color: rgb(119,119,119);
    text-align: center;
    padding: 0 1rem 1rem;
    margin-bottom: 0;
    height: 4rem;
}
.products-list li .products-text {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    /*background-color: rgba(238,129,0,1);*/
    background-color: rgba(1,64,143,1);
    border-radius: .2rem;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.products-list li .products-text h5 {
    font-weight: bold;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    line-height: 2rem;
}
.products-list li .products-text p {
    text-align: justify;
}
.products-list li .products-text span {
    color: rgb(238,129,0);
}
.products-list li:hover a {
    text-decoration: none;
}
#productsCarousel {
    /*margin-top: 3rem;*/
}
#productsCarousel .carousel-indicators {
    display: none;
    top: 0;
    bottom: initial;
    margin-top: -5rem;
    margin-left: 5%;
    margin-right: 5%;
}
#productsCarousel .carousel-indicators li {
    text-indent: initial;
    width: 10rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    background-color: rgba(1,64,143,1);
    opacity: 1;
    border: 1px solid rgba(1,64,143,1);
    background-clip: initial;
    border-radius: .2rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/*#productsCarousel .carousel-indicators li:hover,*/
#productsCarousel .carousel-indicators li.active {
    background-color: rgb(238,129,0);
    border: 1px solid rgb(238,129,0);
}
/*响应式*/
@media (min-width: 992px) {
    #productsCarousel .carousel-indicators {
        margin-top: -6rem;
        margin-left: 15%;
        margin-right: 15%;
    }
    .products-list li:hover .products-text {
        opacity: 1;
    }
    .products-list li .title {
        padding: 0 2rem 2rem;
        height: auto;
    }
}


/*我们的优势*/
.i-advantage {
    color: #fff;
    position: relative;
    background: url("img/bg_01.jpg") no-repeat center center;
    background-size: cover;
}
.i-advantage:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
}
.i-advantage .wzm-title h2,
.i-advantage .wzm-title p {
    color: #fff;
}
/**/
.advantage-list li {
    margin-bottom: 2rem;
    cursor: pointer;
}
.advantage-list li h5 {
    color: rgb(238,129,0);
    font-size: 1.125rem;
    font-weight: bold;
}
.advantage-list li  p {
    text-align: justify;
    margin-bottom: 0;
}
.advantage-icon {
    position: relative;
    background-color: rgb(238,129,0);
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
}
.advantage-icon i {
    position: absolute;
    display: block;
    color: #fff;
    font-size: 2rem;
    width: 3rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    left: 50%;
    margin-left: -1.5rem;
    top: 50%;
    margin-top: -1.5rem;
}
.advantage-icon:before {
    opacity: 0;
    content: '';
    width: 7rem;
    height: 7rem;
    border-radius: 7rem;
    position: absolute;
    left: -.5rem;
    top: -.5rem;
    background-color: rgba(238,129,0,.8);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/*响应式*/
@media (min-width: 992px) {
    .advantage-list li {
        margin-bottom: 5rem;
    }
    .advantage-icon {
        width: 6rem;
        height: 6rem;
        border-radius: 6rem;
    }
    .advantage-list li:hover .advantage-icon:before {
        opacity: 1;
    }
}


/*关于我们-公司介绍*/
.i-about-two {
    position: relative;
    height: auto;
    background-size: cover !important;
}
.i-about-two::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.i-about-two .wzm-title h2 {
    color: #fff;
    position: relative;
}
.i-about-two .wzm-title p {
    color: #fff;
    text-align: justify;
    position: relative;
}
.i-about-two .wzm-more {
    position: relative;
}
/*响应式*/
@media (min-width: 992px) {
    .i-about-two .wzm-title p {
        text-align: center;
    }
}

/*新闻资讯*/
.i-news-list {
    margin-top: -1rem;
}
.i-news-list li {
    padding: 1rem;
    border-radius: .2rem;
}
.i-news-list li img {
    width: 100%;
    max-height: 14rem;
    border-radius: .2rem .2rem 0 0;
}
.i-news-list li span {
    display: block;
    background-color: #fff;
    border-radius: 0 0 .2rem .2rem;
    color: rgb(119,119,119);
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 1rem;
    height: 5rem;
    overflow: hidden;
}
/*.i-cases .i-news-list li span  {*/
    /*background-color: #f5f5f5;*/
/*}*/
.i-news-list li h4 {
    color: rgb(119,119,119);
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin: 1rem 0 .5rem;
    height: 3rem;
    overflow: hidden;
}
.i-news-list li p {
    color: #000;
    text-align: justify;
    line-height: 1.5rem;
    height: 9rem;
    text-overflow: ellipsis;
    overflow: hidden;
}
.i-news-list li p span  {
    color: rgb(238,129,0);
}
.i-news-list li .i-news-text {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.78rem;
    margin: 15px;
    background-color: rgba(1,64,143,1);
    border-radius: .2rem;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.i-news-list li .i-news-text h4 {
    color: rgb(238,129,0);
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}
.i-news-list li .i-news-text p {
    color: #fff;
    text-align: justify;
}
.i-news-list li .i-news-text .i-news-text-more {
    color: rgb(238,129,0);
}
.i-news-list li:hover a {
    text-decoration: none;
}
.i-news-list li:hover .i-news-text {
    opacity: 1;
}
.i-cases .i-news-list li:hover .i-news-text {
    opacity: 0;
}
/*响应式*/
@media (min-width: 992px) {
    .i-news-list {
        margin-top: -2rem;
    }
}


/*联系我们*/
.i-contact {
    background: url("img/bg-i-contact-2.png") no-repeat center center;
    background-size: cover;
}
.i-contact p {
    color: #000;
    text-align: justify;
    margin-bottom: 2rem;
    padding-left: 4rem;
}
/*响应式*/
@media (min-width: 992px) {
    .i-contact {
        background: url("img/bg-i-contact.png") no-repeat center center;
    }
    .i-contact p {
        color: rgb(119,119,119);
        padding-left: 0;
        text-align: center;
    }
}


/*底部版权*/
.footer {
    background-color: rgb(24,24,24);
    padding-top: 2rem;
    margin-bottom: 3rem;
}
.footer-2 {
    color: rgba(250,250,250,.8);
}
.footer-2 ul {
    margin-bottom: 2rem;
}
.footer-2 a {
    color: rgba(250,250,250,.8);
}
.footer-2 a:hover {
    color: rgb(238,129,0);
}
.footer-2 li{
    line-height: 2rem;
}
.footer-2 h2 {
    position: relative;
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: rgb(238,129,0);
}
.footer-2 h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2.25rem;
    width: 2rem;
    height: 0;
    border-top: 2px solid rgba(250,250,250,.8);
}
/**/
.footer-4 {
    color: rgba(250,250,250,.8);
    line-height: 2rem;
    margin-bottom: .5rem;
}
.footer-4 a {
    color: rgba(250,250,250,.8);
}
.footer-4 a:hover {
    color: rgb(238,129,0);
}

/**/
.footer-3 {
    background-color: #000;
    border-top: 1px solid #333;
    color: rgba(250,250,250,.8);
    font-size: .875rem;
    padding: 1rem 0;
}
.footer-3 a {
    color: rgba(250,250,250,.8);
}
.footer-3 a:hover {
    color: rgb(238,129,0);
}
.footer-3 li {
    margin-top: .5rem;
}
/**/
.footer-weixin img {
    width: 100%;
    max-width: 9rem;
    background-color: #fff;
    padding: .5rem;
    border-radius: .25rem;
}
/**/
.footer-5 {
    color: #fff;
}
.footer-5 h5 {
    margin-left: 15px;
    margin-bottom: 15px;
}
.footer-5 i {
    display: inline-block;
    width: 2rem;
    text-align: center;
}
.footer-5 dd {
    padding-left: 2rem;
    color: rgba(250,250,250,.8);
}
.footer-5-wx {
    position: relative;
}
.footer-5-wx img {
    background-color: #fff;
    padding: .25rem;
    width: 7rem;
    position: absolute;
    right: 15px;
    top: 0;
    border-radius: .25rem;
}
/**/
.wzm-20190719 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.wzm-20190719 li {
    padding: 0;
    border-right: 1px solid #fff;
}
.wzm-20190719 li:last-child {
    border-right: none;
}
.wzm-20190719 a {
    display: block;
    width: 100%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1.5rem;
    background-color: #007bff;
    color: #fff;
}
/*.wzm-20190719 li:last-child a {*/
    /*background-color: rgb(238,129,0);*/
    /*color: #fff;*/
/*}*/
/*响应式*/
@media (min-width: 992px) {
    .footer {
        background-color: rgba(24,24,24,1);
        padding-top: 5rem;
        margin-bottom: 0;
    }
    .footer-2 {
        padding-bottom: 4rem;
        text-align: right;
    }
    .footer-2 ul {
        margin-bottom: 0;
    }
    .footer-2 h2:before {
        left: initial;
        right: 0;
    }
    .footer-4 {
        line-height: 5rem;
    }
    .footer-3 {
        padding: 0;
        line-height: 5rem;
    }
    .footer-3 li {
        margin-top: 0;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        width: 100%;
        max-width: 15rem;
    }
}


/*产品-列表页*/
.bannerList .carousel-item img {
    width: 100%;
    height: auto;
}
.productsList .products-list li:nth-child(9) {
    display: none;
}
.pageList {
    padding-top: 2rem;
    text-align: left;
}
.pageList a {
    line-height: 3rem;
    display: inline-block;
    padding: 0 1rem;
    margin: 0 1rem 1rem;
    color: #fff;
    background-color: rgba(1,64,143,1);
    border-radius: .25rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.pageList a.thisclass {
    color: #fff;
    background-color: rgb(238,129,0);
}
.pageList a:hover {
    color: #fff;
    background-color: rgb(238,129,0);
}
@media (min-width: 992px) {
    .productsList .products-list li:nth-child(9) {
        display: block;
    }
    .pageList {
        text-align: center;
    }
    .pageList a {
        line-height: 3rem;
        padding: 0 1rem;
        margin: 0 1rem;
        border-radius: .25rem;
    }
}


/*产品-详情页*/
.productsMain {
    background-color: #f5f5f5;
}
.productsMain-con {
    background-color: #fff;
    border-radius: .5rem;
    padding: 1rem;
    color: rgb(119,119,119) !important;
}
.productsMain-con h1 {
    color: rgba(1,64,143,1) !important;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 1rem;
}
.productsMain-con h3 {
    color: rgba(1,64,143,1) !important;
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 3rem;
}
.productsMain-con p {
    text-align: justify;
    text-indent: 2em;
}
.productsMain-con ul {
    padding-left: 40px;
}
.productsMain-con li {
    list-style: initial;
}
.productsMain-con img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.productsMain-page {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.productsMain-page a {
    color: rgb(119,119,119);
}
.productsMain-page a:hover {
    color: rgb(238,129,0);
}
.productsMain-page ul {
    padding-left: 0;
}
.productsMain-page li {
    list-style: none;
}
@media (min-width: 992px) {
    .productsMain {
        padding-bottom: 7rem;
    }
    .productsMain-con {
        margin-top: -7rem;
        padding: 2rem;
    }
    .productsMain-con h1 {
        padding-top: 0;
        line-height: 5rem;
        border-bottom: 1px solid #ccc;
    }
}


/*新闻-列表页*/
.newsList .i-news-list li {
    background-color: #f5f5f5;
}
@media (min-width: 992px) {
    .newsList .i-news-list li {
        background: none;
    }
}

/*新闻内容页*/
.newsMain {
    padding-bottom: 0;
}
.newsMain-position {
    color: rgb(119,119,119);
    line-height: 3rem;
    font-size: small;
    background-color: #f5f5f5;
}
.newsMain-position .a2 {
    text-align: right;
}
.newsMain-position a {
    color: rgb(119,119,119);
}
.newsMain-position a:hover {
    color: rgb(238,129,0);
}
.newsMain-body {
    background-color: #fff;
    border-radius: .5rem;
    color: rgb(119,119,119) !important;
    padding: 1rem;
}
.newsMain-title {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.newsMain-title h1 {
    color: rgba(1,64,143,1) !important;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 15px;
}
.newsMain-content img {
    width: auto;
    max-width: 100% !important;
}
.newsMain-page {
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    line-height: 2rem;
}
.newsMain-page a {
    color: rgb(119,119,119);
}
.newsMain-page a:hover {
    color: rgb(238,129,0);
}
@media (min-width: 992px) {
    .newsMain {
        padding-bottom: 4rem;
    }
    .newsMain-position {
        line-height: 4rem;
        font-size: initial;
    }
    .newsMain-body {
        padding: 2rem;
    }
    .newsMain-title {
        text-align: center;
        padding-bottom: 2rem;
    }
    .newsMain-title h1 {
        line-height: 5rem;
        margin-top: 0;
    }
    .newsMain-title .a1 {
        margin-top: -1rem;
    }
}


/*服务列表页*/
.newsServices  .newsMain-body {
    padding-bottom: 2rem;
}
.newsServices .newsMain-title {
    border: none;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .newsServices .newsMain-title {
        padding-bottom: 0;
        margin-bottom: 2rem;
    }
}

/*案例 内容页*/
.casesMain-shebei,
.casesMain-shebei p {
    text-indent: initial;
}
.casesMain-shebei a {
    color: rgb(119,119,119);
    margin-right: 2rem;
}
.casesMain-shebei a:hover {
    color: rgb(238,129,0);
}

/*联系我们*/
.contactUs-top {
    background-color: #f5f5f5;
}
.contactUs-top img {
    width: 100%;
}
.contactUs-top i {
    display: inline-block;
    font-size: 2rem;
    width: 6rem;
    text-align: center;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    background-color: rgba(1,64,143,1)
}
.contactUs-top span {
    display: block;
    margin-top: 1rem;
}
.contactUs-top p {
    display: block;
    color: rgb(119,119,119);
}
.contactUs-content {
    padding-bottom: 5rem;
}
.contactUs.wzm-pd {
    padding-bottom: 0;
}
@media (min-width: 992px) {
    .contactUs-top {
        text-align: center;
        background: none;
    }
}


/*留言表单*/
.contactUs-message .form-control {
    color: rgb(119,119,119);
    background-color: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left: .5rem;
}
.contactUs-message textarea {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .5rem;
}
.contactUs-message .btn {
    background-color: rgb(238,129,0);
    border-radius: .25rem;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.contactUs-message .btn:hover {
    background-color: rgb(1,64,143);
    color: #fff;
}