@charset "utf-8";
.m-btn{
    display: none;
    position: relative;
    width: 28px;
    height: 16px;
    margin-top: 30px;
    cursor: pointer;
    right: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-hamburger__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #c2ab8b;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    pointer-events: none;
}
.btn-hamburger__bar-top {
    top: 0;
}
.btn-hamburger__bar-middle {
    top: 7px;
}
.btn-hamburger__bar-bottom {
    bottom: 0;
}
.m-btn.active {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-btn.active .btn-hamburger__bar-top {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}
.m-btn.active .btn-hamburger__bar-middle {
    width: 0;
}
.m-btn.active .btn-hamburger__bar-bottom {
    -webkit-transform: translateY(-7px) rotate(90deg);
    transform: translateY(-7px) rotate(90deg);
}
@media (max-width: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
}
/* 解决方案内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #2b2b2b;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom: 10%;
    color:#fff;
}
.ny-ban .ny-title .back{
    color: #c2ab8b;
    white-space: nowrap;
    padding: 10px 0 10px 3.5rem;
    background: url(../img/back.png) no-repeat left center;
    background-size: auto 100%;
    margin-right: 1rem;
}
.ny-case-title {
    width: 100%;
    position: absolute;
    bottom: 10%;
}
.ny-case-title h3{
    color: #c2ab8b;
    font-size: 5rem;
    font-weight: 600;
}
.ny-case-title p{
    color: #fff;
    font-size: 2.5rem;
}

.ny-ban .ny-title .cntitle h5{
    font-size: 2.5rem;
    font-weight: 600;
}
.ny-ban .ny-title p{
    font-size: 1rem;
    font-weight: 300;
    
}
.ny-ban .ny-title p a{
    color: #fff;
    white-space: nowrap;
}
.ny-ban .ny-title  p a:hover{
    color: #c2ab8b;
}
@media(max-width:991px){
    .ny-ban img{
        width:200%;
        max-width: none;
        margin-left: -50%;
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title .cntitle h5{
        font-size: 1.75rem;
    }
    .ny-ban .ny-title p {
        font-size: 1rem;
    }
    .ny-case-title h3{
        font-size: 2rem;
    }
    .ny-case-title p{
        font-size: 1.25rem;
    }
    .case-ban .ny-title {
        top: 20%;
    }
}
/* 当前位置 */
.ny-nav{
    display: flex;
    padding: 1.7rem 0px;
}
.ny-nav li{
    width: 13%;
}
.ny-nav li a{
    padding: 5px 0.5rem;
    margin: 0rem 10px 0rem 0px;
    font-size: 1.125rem;
    text-align: center;  
    display: block;
    transition: all .3s;    
    border: 2px solid #ededed;
    border-radius: 3rem;
    margin-right: 10px;
}
.ny-nav li a.active,.ny-nav li a:hover,.case-nav li a.active,.case-nav li a:hover{
    background: #c2ab8b;
    border-color: #c2ab8b;
    color: #fff;
    font-weight: 600;
}
.case-nav li a{     
    font-size: 1.25rem;
    padding: 15px 0.5rem;
    background: #ededed;
    border-color: #ededed;
}

@media (max-width:992px) {  
    .ny-nav{
        display: none;
    }    
}
/* 手机下拉框 */
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    background: #c2ab8b;
    color: #fff;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    }
}
/* 搜索 */
.search form{
    width:100%;
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    border-radius: 2rem;
    padding: 10px 25px;
    border:1px solid #dfdfdf;
    background: #fff;
    text-transform: uppercase;
}
.search form input:-moz-placeholder {
    font-size: 14px;
}
.search form input:-ms-input-placeholder{
    font-size: 14px;
}
.search form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search form button{
    background:transparent;
    position: absolute;
    right: 5px;
    top: -1px;
    border:none;
    width: 50px;
    color:#363433;
    height:100%;
}
.search form button i{
    font-size: 18px;
}
.main{
    border-top: 1px solid #e5e5e5;
    /* border-bottom: 1px solid #e5e5e5; */
    margin: 5px 0px;
}
.main::before {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #e5e5e5;
    margin-top: -6px;
}
/* .main::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #e5e5e5;
    margin-bottom: -6px;
} */
.main .ny-title{
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 2.0rem;
}
.main .ny-title span{
    display: block;
    font-weight: 600;
    font-size: 2.5rem;
}
.yellow{
    color: #c2ab8b;
}
/* 关于我们 */
.about h5,.introduce h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
}
.introduce p{
    text-align: justify;
    text-align-last: left;
}
@media (max-width:992px) {
    .about h5,.introduce h5{
        font-size: 1.5rem;
    }
}
/* 数字 */
.num{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}
.num li{
    width: 32%;
    color: #fff;
    padding: 3.5rem 2rem;    
    font-size: 4.0rem;
    line-height: 1; 
    background: #d9c6ad;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.num li:nth-child(1){
    background:url(../img/a1.jpg) no-repeat center right #e5cba6;
}
.num li:nth-child(2){
    background:url(../img/a2.jpg) no-repeat center right #f2ddc1;
}
.num li:nth-child(3){
    background:url(../img/a3.jpg) no-repeat center right #f3eee6;
}
.num li img{
    margin-right: 20px;
}
.num li em{
    font-style: normal;
    display: block;
    font-size: 1.25rem;
}
@media(max-width:992px){
    .num li{
        padding: 1.5rem 0.5rem;    
        font-size: 2.0rem;
        flex-direction: column;
    }
    .num li img{
        width: 40px;
        margin-right: 0px;
    }
}

/* 荣誉证书 */
.honor {
    overflow: hidden;
}
.ny-honor {
    position: relative;
}
.ny-honor .honor-prev,
.ny-honor .honor-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #b8b8b8;
    left: -70px;
}
.ny-honor .honor-next{
    left: auto;
    right: -70px;
}
.ny-honor .honor-con{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ededed;
}
.ny-honor .honor-con p{
    text-align: center;
    font-size: 1rem;
    line-height: 2.2;
}
@media(max-width:992px){
    .ny-honor .honor-con{
        padding: 10px;
    }
}

.line{
    border-bottom: 1px solid #e5e5e5;
    height: 6px;
    width: 100%;
    position: relative;
}
.line::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #e5e5e5;
    margin-top: 0px;
}
/* 解决方案 */
.ny-case .case-list{
    margin: 5px 0px 20px;
    padding: 3rem 0px;
    position: relative;
}
.ny-case .case-list .case-img{
  overflow: hidden;
}
.ny-case .case-list .case-img img{ 
    width: 100%;
    transition: all 0.3s ease;
}
.ny-case .case-list .case-con{       
    padding: 0rem 15rem 0rem 5rem;
    position: relative;
}
.ny-case .case-list .case-con:after{
    font-family: FontAwesome;
    content: "\f105";
    font-size: 3.0rem;
    font-weight: 100;
    color: #c2ab8b;
    position: absolute;
    width: 100px;
    line-height: 100px;
    text-align: center;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #ededed;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}
.ny-case .case-list .case-con h3{
    font-size: 2.5rem;
    font-weight: 600;
    padding: 0rem 0 1.5rem;
}
.ny-case .case-list .case-con .region{    
    color: #c2ab8b;
    font-size: 1.125rem;
}
.ny-case .case-list:hover .case-con:after{
    background-color: #c2ab8b;
    color: #fff;
}
.ny-case .case-list:hover .case-img img{
    transform: scale(1.1);
}
@media(max-width:992px){ 
    .case-con h3 {
        font-size: 1.5rem;
    }    
}
@media(max-width:992px){   
    .ny-case .case-list{
        padding: 1.5rem 0px;
    }
    .ny-case .case-list .case-img{
        margin-bottom: 1.5rem;
    }
    .ny-case .case-list .case-con{
        padding: 0rem 5rem 0rem 0rem;
    }
    .ny-case .case-list .case-con:after{
        width: 50px;
        line-height: 50px;
        height: 50px;
    }
    .ny-case .case-list .case-con .case-txt{        
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
     }
    .ny-case .case-list .case-con h3{
        font-size: 1.5rem;
    }    
}
/* 案例详情 */
.case-info-content {
    padding: 5rem 0;
}
@media(max-width:992px){   
    .case-info-content{
        padding: 1.5rem 0;
    }
}
table{
    position: relative;
    
    margin: 5px 0 15px;
    width: 100%;
}
table tr{
    border-bottom: 1px solid #e5e5e5;
}
table tr th{
    background-color: #c2ab8b;
    color: #fff;
    text-align: center;
}
table td{
    padding: 10px 5px;
    vertical-align: top;
    border: 0;
    text-align: center;
    vertical-align: middle;
}
/* 常见问题 */
.ny-faq .overview .table-other td,.ny-program .program-item .program-content .table-other td{
    text-align: left;
    vertical-align: top;
}
.ny-faq .overview .table-other td:nth-child(1),.ny-program .program-item .program-content .table-other td:nth-child(1){
    width: 10%;
    white-space: nowrap;
    font-size: 3.75rem;
    line-height: 1.1;
    font-weight: 600;
    color: #e4ddd2;
}
.ny-faq .overview .table-other td ul,.qalist{
    margin-bottom: 2rem;
    padding-left: 2rem;
}
.ny-program .program-item .program-content ul{
    margin-bottom: 2rem;
}
.ny-faq .overview .table-other td ul li:nth-child(1):before,.qalist li:nth-child(1):before {
    content: " Q： ";
    float: left;
    font-weight: 600;
    color: #c2ab8b;
    margin-left: -2rem;
}
.ny-faq .overview .table-other td ul li:nth-child(2):before,.qalist li:nth-child(2):before{
    content: " A： ";
    float: left;
    font-weight: 600;
    color: #c2ab8b;
    margin-left: -2rem;
}
/* 治疗项目 */
.ny-program .program-item {
    padding-bottom: 4rem;
}
.ny-program .program-item .program-title{
    width: 35%;
    white-space: nowrap;
    color: #c2ab8b;
}
.ny-program .program-item .program-title .txt-num{
    font-size: 3.75rem;
    font-weight: 600;
    color: #c2ab8b;
    line-height: 1.1;
    margin-right: 1.5rem;
}
.ny-program .program-item .program-content{
    width: 65%;
}
.ny-program .program-item .program-content h3{
    font-size: 1.5rem;
    margin: 0rem 0 0.5rem;
}
@media (max-width: 1360px) {
    .ny-program .program-item .program-content h3{
        font-size: 1.45rem;
    }
}
@media (max-width: 992px) {
    .ny-program .program-item .program-content h3{
        font-size: 1.25rem;
    }
}
.ny-product .product-item .product-content h3{
    font-size: 1.65rem;
    margin-bottom: 0.5rem;
}
.ny-product .product-item .product-content img{
    margin: 0.5rem auto 0.5rem;
    width: 70%;
}
.ny-product .product-item .product-title{  
    font-size: 2.0rem;
    font-weight: 600; 
    white-space: nowrap;
    color: #c2ab8b;
}
.ny-product .product-item .product-content ul{
    width: 95%;
    margin: 0px auto;
}
.ny-product .product-item .product-content ul li{
    margin-top: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    padding-bottom: 1.0rem;
}
.ny-product .product-item .product-content ul li:last-child{
    border-bottom: none;
}
.ny-product .product-item .product-content ul li h4{  
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #c2ab8b;
}
.ny-product .product-item .product-content ul.qalist{
    margin-top: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    padding-bottom: 1.0rem;
}
.ny-product .product-item .product-content ul.qalist li{
    margin-top: 0rem;
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 0rem;
    padding-bottom: .0rem;
}
/* 精密体检 */
.jingmi-list{
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 2rem;
    margin-bottom: 3rem;
}
.jingmi-list li.jingmi-img,.jingmi-list li.jingmi-content{
    width: 48%;
}
.jingmi-list li.jingmi-content .jingmi-title{
    font-size: 2.5rem;
}
@media (max-width: 1360px) {
  .jingmi-list li.jingmi-content .jingmi-title,.main .ny-title span,.ny-product .product-item .product-title{
    font-size: 2.0rem;
  }  
}
@media (max-width: 1280px) {
  .jingmi-list li.jingmi-content .jingmi-title,.main .ny-title span,.ny-product .product-item .product-title{
    font-size: 1.75rem;
  }
  .main .ny-title{
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }  
}
@media (max-width: 992px) {
  .ny-program .program-item .program-title,.ny-program .program-item .program-content,.jingmi-list li.jingmi-img, .jingmi-list li.jingmi-content{
    width: 100%;
  }
  .jingmi-list li.jingmi-content .jingmi-title,.main .ny-title span{
    font-size: 1.5rem;
  }  
}
/* 相关解决方案 */
.related_product{
    padding: 7rem 0;
    background: #f5f5f5;
    overflow: hidden;
}
.related_product .ny-honor .honor-con{
    padding: 3rem 1rem;
    background: #fff;
    border: 0;
}
.related_product .relate-img{
    background-color: #fff;
    border-radius: 1rem;
    padding: 3rem;
}
.related_product .relate-title{
    line-height: 1.2;
}

.ny-comm{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ny-comm .comm-left{
    width: 22%;
    float: left;
    position: sticky;
    top: 120px;
}
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
.down-comm{
    display: flex;
    justify-content: space-between;
}
.down-comm .comm-left{
    float: none;
}
.down-comm .comm-right{
    float: none;
}

@media(max-width:992px){
    .related_product{
        padding: 4rem 0;
    }
    .ny-comm{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main .ny-title {
        font-size: 1.25rem;
    }
    .ny-comm .comm-right{
        width: 100%;
        padding: 0;
    }
}
/*产品类别*/
.comm-left .ny-nav{
    padding: 30px 20px;
    background: #f3f3f3;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 15px 5px 15px 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;

    position: relative;
    background: #f3f3f3;
}
.comm-left .ny-nav li.onenav{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li.onenav a{
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: left;
    border-bottom:1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #fe5b00;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: lighter;
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #fff;
    background: #fe5b00;
}
@media (max-width:992px) {
    .comm-left{
        display: none;
    }
}
/*产品列表*/
.related_product .product-list{
    border: 1px solid #efefef;
}
.product-list{
    position: relative;
    padding: 1.875rem 1.875rem;
    background-color: #fff;
    background-size: 100%;
    transition: all 0.6s;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.product-list .product-img{
    overflow: hidden;    
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{
    padding: 2rem 0rem;
}
.product-list .pro-con h5{
    font-size: 1.5rem;
}
.product-list .pro-con .con-txt{
    height: 3.0rem;
    line-height: 1.5;
    overflow: hidden;
}
.link-list li a{
    display: block;
    padding: 10px 5px;
    margin: 0.25rem 0;
    text-align: center;
    font-size: 1.0rem;
    color: #fff;
    border-radius: 2rem;
    transition: all 0.5s;
}
.link-list li img{
    margin-right: 5px;
}
.link-list li:nth-child(1) a{
    background-color: #c2ab8b;
}
.link-list li:nth-child(2) a{
    background-color: #d5c3aa;
}
.link-list li:nth-child(3) a{
    background-color: #e4ddd2;
}
@media (max-width: 992px) {
    .link-list li a{
        padding: 7px 5px;
    }
}
.product-list:hover{
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-list:hover .pro-con h5{
    font-weight: 600;
}

@media (max-width: 992px){
    .product-list {
        padding: 15px;
        margin: 10px 0px;
    }
    .product-list .pro-con{
        padding: 1.0rem 0px;
    }
    .product-list .pro-con h5,.process h5{
        font-size: 1.35rem;
    }
}
/*产品展示详情 */
.ny-product1 .product-info1{
    background: url(../img/pro-info1.png) no-repeat 0 0;
    background-size: cover;
}
.ny-product1 .product-info2{
    background: url(../img/pro-info2.jpg) no-repeat 0 0;
    background-size: cover;
}
.product-con1,.product-con2{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem 0;
}
.product-con1 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-con1 ul li{
    width: 33.3%;
    /* width: 100%; */
    margin-bottom: 2rem;
    padding-left: 2rem;
    border-left: 5px solid #fdd100;
    transition: all 0.5s;
}
.product-con1 ul li:hover{
    transform: translateY(-10px);
}
.product-con1 ul.list li{
    flex: 1;
}
.product-con1 ul.list1 li{
    width: 100%;
}
.product-con1 ul li p{
    font-size: 1.5rem;
    line-height: 1;
}
.product-con1 ul li strong{
    font-size: 2.8rem;
    line-height: 1;
    color: #c2ab8b;
    margin-top: 15px;
    display: inline-block;
}
.product-con2 ul{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.product-con2 ul li{
    list-style: none;
    padding-bottom: 3rem;
    transition: all 0.5s;
}
.product-con2 ul li:hover{
    transform: translateX(10px);
}
.product-con2 ul li:last-child{
    padding-bottom: 0;
}
.product-con2 ul li p{
    font-size: 1.5rem;
    line-height: 1;
}
.product-con2 ul li strong{
    font-size: 2.5rem;
    line-height: 1;
    color: #c2ab8b;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.product-con2 ul li strong::before{
    content:'•';
    color: #fdd100;
    position: absolute;
    left: -20px;top: 5px;
}
@media(max-width:1550px){
    .product-con1 ul li strong{
        font-size: 2.5rem;
    }
}
@media(max-width:1350px){
    .product-con1 ul li strong{
        font-size: 2rem;
    }
}
@media(max-width:1180px){
    .product-con1 ul li p {
        font-size: 1.25rem;
    }
    .product-con1 ul li strong{
        font-size: 1.5rem;
    }
}
@media(max-width:991px){
    .product-con1 ul li,.product-con1 ul.list li,.product-con1 ul.list1 li{
        width: 100%;
        margin-bottom: 1rem;
    }
    .product-con2 ul li{
        padding-left: 1.5rem;
    }
    .product-con1 ul li strong,.product-con2 ul li strong{
        font-size: 1.5rem;
    }
    .product-con1 ul li p,.product-con2 ul li p{
        font-size: 1rem;
    }
}
/* 视频 */
.video .video-img,.ny-video .video-img{
    position: relative;
}
.video .video-img i,.ny-video .video-img i{
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: normal;
    transform: translate(-50%,-50%);
}
/*上一页下一页*/
.pre-next a{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    padding: 0 15px;
    display: inline-block;
}
.pre-next a:hover span,.pre-next span{
    font-size: 14px;
    line-height: 1.6;
    color: #181818;
    font-weight: bold;
}
.pre-next p:first-child a{
    padding: 10px 1rem 10px 4rem;
    background: url(../img/more-blue1.png) no-repeat left center;
    background-size: auto 40px;
}
.pre-next p:last-child a{
    padding: 10px 4rem 10px 1rem;
    background: url(../img/more-blue.png) no-repeat right center;
    background-size: auto 40px;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}
/*相关产品*/
.related-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}
.related-title::after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #f3792e;
    margin: 10px 0px;
    margin-bottom: -2px;
}
@media(max-width:992px){
    .related-title{
        font-size: 16px;
    }
    .related_case .more,.related_product .more,
    .related_case .title,.related_product .title{
        margin: 0;
    }
    .related_case .d-flex,.related_product .d-flex{
        padding: 20px 0;
    }
}
/* 新闻中心 */
.news-list{
    transition: all 0.6s;
    padding: 1.8rem 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* .news-list li.ny-news-img{
    width: 24%;
}
.news-list li.ny-news-content{
    width: 76%;
    display: flex;
    align-items: center;
} */
.ny-news-img{
    width: 24%;
}
.ny-news-content{
    width: 100%;
    display: flex;
    align-items: center;
}
.news-content-l{
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 2.2rem;
    transition: all 0.6s;
}
.news-content-l span{
    line-height: 1;
    font-size: 1rem;
}
/* .news-content-r{
    width: calc(100% - 24%);
} */
.news-content-r{
    width: 100%;
}
.ny-news-title{
    font-size: 1.5rem;
    transition: all 0.6s;
}
.news-li:hover{
    background: #f6f6f6;
}
.news-li a:hover{
    color: #181818;
}
.news-li a:hover .ny-news-title,.news-li:hover .news-content-l{
    color: #c2ab8b;
}
@media (max-width:992px) {
    .ny-news-img,.ny-news-content{
        width: 100%;
    }
    .ny-news-img{
        margin-bottom: 20px;
    }
    .news-content-l{
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .ny-news-content{
        display: flex;
        flex-direction: column;
    }
    .ny-news-title{
        margin-top: 10px;
        font-size: 1.125rem;
    }
}
/* 新闻详情 */
.news-info-title{
    font-size: 2rem;
    font-weight: bold;
}
.news-info-title span{
    font-size: 1rem;
    font-weight: normal;
}
.news-info-content {
    margin-top: 60px;
}
.news-info-content h3{
    margin: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #c2ab8b;
}
.news-info-content strong{
    display: inline-block;
    margin: 1rem 0;
}
.news-info-content p{
    font-size: 1rem;
    line-height: 1.8;
}
.news-info-content img{
    margin-bottom: 15px;
}
@media (max-width:992px) {
    .news-info-title{
        font-size: 1.5rem;
        font-weight: bold;
    }
    .news-info-content {
        margin-top: 30px;
    }
    .news-info-content h3{
        font-size: 1.25rem;
    }
}
/* 联系我们 */
.ny-contact,.ny-job{
    background: url(../img/contact.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}
.ny-job{
    background-image: url(../img/join.jpg);
}
.ny-contact .ny-ban,.ny-job .ny-ban{
    width: 100%;
    height: 350px;
    position: absolute;
    background: transparent;
}
.ny-contact .ny-ban .ny-title,.ny-job .ny-ban .ny-title{
    bottom: 5%;
}
.contact,.job{
    margin-top: 320px;
}
.contact .contact-title{
    line-height: 1;
    font-size: 2.25rem;
    font-weight: bold;
    color: #fff;
}
.contact ul {
    display: flex;
    justify-content: flex-end;
}
.contact ul li {
    margin-left: 2%;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.contact ul li .er-box{
    width: 140px;
    margin-left: 3%;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}
.contact .contact-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 50px 0 80px;
}
.contact .contact-list .contact-li{
    width: 20%;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 4rem 1.25rem;
}
.contact .contact-list .contact-li p{
    font-size: 1.125rem;
    padding: 10px 0;
}
.contact .contact-list .contact-li strong{
    font-size: 1.5rem;
}
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 30px;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media(max-width:992px){    
    .contact {
        margin-top: 30px;
    }
    .ny-contact .m-pro-nav{
        margin-top: 200px;
    }
    .contact .contact-list .contact-li{
        width: 100%;
        padding: 2rem 1rem;
    }
    .contact .contact-list .contact-li strong{
        font-size: 1.25rem;
    }
    .contact .contact-title {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .contact ul {
        justify-content: flex-start;
    }
    .contact ul li{
        overflow: hidden;
        font-size: 14px;
        line-height: 30px;
        margin: 10px 0px;
    }
    .contact ul li span {
        text-align: center;
        margin-bottom: 0px;
    }
    .contact .cimg{
        width: 120px;
    }
}
/* 在线留言 */
.message .contact-list{
    margin-bottom: 1rem;
}
.message .contact-list li{
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.25rem;
    padding: 3px 0px 3px 2.2rem;
}
.message .contact-list li.tel{
    background-image: url(../img/m.png);
}
.message .contact-list li.mail{
    background-image: url(../img/y.png);
}
.message .contact-list li.user{
    background-image: url(../img/u.png);
    display: inline;
}
@media (max-width: 992px){
    .message .contact-list li{
        background-size: 25px 25px;
    }
}
.contact-list .contact-li{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.message .modal-header i{
    font-size: 1.75rem;
    font-style: normal;
    line-height: 1.0;
    padding-left: 5px;
    border-left: 5px solid #c2ab8b;
}
.message .modal-body p {    
    font-size: 1.125rem;
    padding: 0px 0 1.0rem;
}
.form-control{
    height: 50px;
    background-color: #f1f1f1;
    font-size: 0.875rem;
    padding-left: 1.0rem;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
}
.form-control1{
    height:120px !important;
}
.message .msg-btn{
    width: 100%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 0px;
    background-color: #181818;
}
.message .msg-title {
    font-size: 1.6875rem;
    width: 100%;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.0rem;
}
.message-er {
    height: 100%;
    background: url(../img/er.jpg) no-repeat center;
}
.message-er ul li{
    text-align: center;
    margin: 0px 5% 0px 0%;
    width: 45%;
    padding: 10px;
    border: 1px solid #ededed;
    background:#fff;
}
.message-er .er-box p{
    color: #2b2b2b;
    font-size: 14px;
}