@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:15px;
    top:22px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#fff;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background: #fff;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.on .m-btn span,.on .m-btn span::before,.on .m-btn span::after{
    background:#181818;
}
.m-btn span:before {
	top: -6px;
}
.m-btn span:after {
	bottom: -6px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-4px, 5px);
    -webkit-transform: rotate(-48deg) translate(-4px, 5px);
    -o-transform: rotate(-48deg) translate(-4px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-4px, -5px);
    -webkit-transform: rotate(48deg) translate(-4px, -5px);
    -o-transform: rotate(48deg) translate(-4px, -5px);
	width: 24px;
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #2b2b2b;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ban_mob{
    display: none;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    top: 25%;
}
.ny-ban .ny-title h5.cntitle{
    font-size: 3.80rem;
    color: #fff;
    position: relative;
}
.ny-ban .ny-title h5.cntitle span{
    word-spacing: 2px;
    display: block;
}
.ban-search{
    margin: 2rem auto 0;
    width: 70%;
    position: relative;
}
.ban-search input{
    width: 100%;
    height: 68px;
    padding-left: 2rem;
    background: #fff;
    border: none;
    border-radius: 40px;
}
.ban-search input:focus{
    border: none;
}
.ban-search button{
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 100%;
    border: none;
    background: none;
}
.ny-ban .ny-ban-con{
    width: 100%;
    position: absolute;
    bottom: 20%;
}
.ny-ban .ny-ban-con ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ny-ban .ny-ban-con ul li{
    width: 31.33%;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 1.5rem;
}
.ny-ban .ny-ban-con ul li h3{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}
.ny-ban .ny-ban-con ul li p{
    font-size: 1rem;
}
.ny-ban .ny-ban-con ul li:last-child{
    border-right: none;
}

.ny-ban .ny-ban-con .job-ban{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 3rem 4rem;
    border-radius: 1.5rem;
    background: #ffffffe1;
}
.ny-ban .ny-ban-con .job-ban li{
    width: 25%;
    padding: 0;
    border: 0;
}
.ny-ban .ny-ban-con .job-ban li h3::after{
    position: absolute;
    left: 0;bottom: -1rem;
    height: 4px;
    width: 60px;
    background: #d3d3d3;
    content: '';
}
.ny-ban .ny-ban-con .job-ban li p{
    color: #4c4c4c;
    margin-top: 1.5rem;
}
@media(max-width:1540px){
    .ny-ban .ny-title h5.cntitle {
        font-size: 2.8rem;
        line-height: 1;
    }
}
@media(max-width:1440px){
    .ny-ban .ny-ban-con .job-ban{
        padding: 2rem 2rem;
    }
    .ny-ban .ny-ban-con ul li h3{
        font-size: 1.8rem;
    }
    .ny-ban .ny-title h5.cntitle {
        font-size: 2.5rem;
    }    
}
@media(max-width:1360px){
    .ny-ban .ny-title h5.cntitle {
        font-size: 2.0rem;
        line-height: 1.35;
    }
    .ny-ban .ny-title h5.cntitle span{
        font-size: 1.25rem;
    }
}
@media(max-width:1280px){
    .ny-ban .ny-title h5.cntitle {
        font-size: 2.0rem;
        line-height: 1.35;
    }
    .ny-ban .ny-title h5.cntitle span{
        font-size: 1.25rem;
    }    
}
@media(max-width:992px){
    .ny-ban .ban_pic{
        display: none;
    }
    .ny-ban .ban_mob{
        display: block;
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 1.85rem;
    }
    .ny-ban .ny-title h5.cntitle span{
        font-size: 1.25rem;
    }
    .ny-ban .ny-title h5.cntitle:after{
        height: 2px;
        width: 40px;
    }
    .ny-ban .ny-ban-con ul li h3{
        font-size: 1.5rem;
    }
    .ny-ban .ny-ban-con ul li {
        padding: 1rem;
    }
    .ban-search {
        margin: 1rem 0;
        width: 100%;
    }
    .ban-search input {
        height: 50px;
    }
    .ban-search button {
        right: 5px;
        width: 40px;
    }
    .ny-ban .ny-ban-con .job-ban{
        padding: 2rem;
    }
    .ny-ban .ny-ban-con .job-ban li h3{
        margin: 0;
    }
    .ny-ban .ny-ban-con .job-ban li h3::after{
        display: none;
    }
    .ny-ban .ny-ban-con .job-ban li p{
        display: none;
    }
    .ny-ban .ny-title{
        top: 15%;
    }
}
@media(max-width:768px){
    .ny-ban .ny-ban-con ul li h3{
        font-size: 1.25rem;
    }
    .ny-ban .ny-ban-con ul li {
        padding: 0.5rem;
    }
    .ny-ban .ny-title{
        top: 18%;
    }
}
/* 当前位置 */
.position{
    position: relative;
    background: #fff;
    padding: 15px 0px;
    line-height: 35px;
    border-bottom: 1px solid #e6e6e6;
}
.position ul{
    display: flex;
}
.position ul li{
    padding: 0px 2px;
}
.position ul.ny-nav li a{
    text-align: center;
    margin: 0px 25px 0px 0px;
    font-size: 1.125rem;
    display: block;
    position: relative;
    transition: .6s;
}

.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{
    color: #f33a04;
    font-weight: 700;
}
@media(max-width: 1360px){

}
/* 搜索 */
.search form{
    width:100%;
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    height: 35px;
    line-height: 35px;
    border:1px solid #f4f5f6;
    background: #f4f5f6;
    padding:0px 20px;
    border-radius: 25px;
    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;
}
.ny-comm .comm-left{
    width: 20%;
    overflow: hidden;
    float: left;
}
.ny-comm .comm-right{
    width: 74%;
    padding: 0px 0px;
    float: right;
}
.ny-comm .ny-title{
   font-size: 2.8rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    text-transform: uppercase;
}
.ny-comm .ny-title span{
    font-size: 1.5rem;
    display: block;
    color: #cfcfcf;
    position: relative;
}
@media(max-width:1360px){
    .ny-comm{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .ny-comm .ny-title {
        font-size: 2.0rem;
    }
    .ny-comm .ny-title span{
        font-size: 3.25rem;
    }
}
@media(max-width:992px){
    .ny-comm{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .ny-comm .ny-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .ny-comm .ny-title span{
        font-size: 1.25rem;
    }
}
@media (max-width:768px){
    .ny-comm .ny-title {
        font-size: 1.35rem;
    }
    .ny-comm .ny-title span{
        font-size: 1.125rem;
    }
}
.ny-comm .ny-title ul{
    float: right;
    font-size: 14px;
    font-weight: normal;
}
.ny-comm .ny-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
.ny-comm .ny-title ul li a{
    color:#76787a;
}
/*内页关于我们*/
.ny-about h5,.about .about-txt h5{
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
@media(max-width:1440px){
    .ny-about h5,.about .about-txt h5{
        font-size: 1.25rem;
        margin-bottom: 2.0rem;
    }
}
@media(max-width:992px){
    .ny-about .about-txt{
        width: 100%;
        margin: 0rem 0px 1rem;
    }
    .ny-about h5,.about .about-txt h5{
        font-size: 1.2rem;
    }
    .about .about-txt{
        width: 100%;
        margin: 1.5rem 0px 1.5rem;
    }
}
/* 供应链布局 */
.ny-network{
    background: url(../img/bg-contect.jpg) no-repeat center center;
}
.network-cont ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 40px 0;
    padding: 0 4rem;
}
.network-cont ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 50%;
    font-size: 1.75rem;
    font-weight: bold;
}
.network-cont ul li img{
    margin-right: 20px;
}
.network-cont ul li strong{
    margin-left: 20px;
    color: #cfcecd;
}
.network-tit{
    color: #dc4c23;
    position: relative;
    z-index: 2;
    margin-top: 5rem;
}
.network-tit:after{
    content:'';
    width: 100%;
    height: 7rem;
    background: url(../img/zi1.png) no-repeat center center;
    background-size: auto 100%;
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: -1;
}
@media (max-width:992px) {
    .network-cont ul{
        padding: 0;
    }
    .network-cont ul li{
        /* width: 49%; */
        width: 100%;
        font-size: 1.25rem;
    }
    .network-cont ul li:last-child{
        width: 100%;
    }
    .network-cont ul li img {
        margin-right: 10px;
        height: 30px;
    }
    .network-tit:after {
        height: 3rem;
        bottom: 25%;
    }
    .network-tit {
        color: #dc4c23;
        position: relative;
        z-index: 2;
        margin-top: 2rem;
    }
}
/*价值观*/

/* 企业历程 */
.history-img{
    overflow-x: auto;
    width: 100%;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
    user-select: none;
}
.history-img:active {
    cursor: grabbing;
}
.history-img img{
    max-width: none;
    width: auto;
    height: 100%;
    pointer-events: none;
    vertical-align: top;
    display: inline-block;
}
@media (max-width:992px) {
    .history-img{
        height: 400px;
    }
}
/* 荣誉证书 */
.honor-list{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #f5f5f5;
}
.honor-img {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.honor-list .honor-img img{
    max-height: 100%;
}
.ny-honor .honor-list{
    margin-bottom: 30px;
}
.ny-honor .honor-list .honor-con{
    padding: 15px 20px;
    transition: all 0.6s;
    border-top: 1px solid #f5f5f5;
}
.ny-honor .honor-list h5{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 100;
    text-transform: uppercase;
    transition: all 0.6s;
}
.ny-honor .honor-list h5:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px 0px;
    background-color: #db4c23;
}
/*内页案例*/
.ny-case .case-list {
    margin-bottom: 30px;
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list .case-img img{
    width:100%;
}
.ny-case .case-list .case-content{
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list .case-content h5{
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
}
@media (max-width:992px){
    .ny-case .case-list {
        margin: 10px 0px;
        padding-bottom: 10px;
    }
    .ny-case .case-list .case-img{
        padding-right:0;
        margin-top: 30px;
    }
    .ny-case .case-list .case-title {
        width:100%;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .ny-case .case-list .case-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-case .case-list .case-intro{
        width:100%;
        font-size: 13px;
    }
}
/*案例详情*/
.case-info{
    background: #fff;
}
.case-info img{
    width:100%;
    padding: 0px;
}
.case-info .case-con h5{
   font-size: 35px;
   margin-top: 55px;
}
@media(max-width:512px){
    .case-info .case-con{
        padding: 15px;
    }
    .case-info .case-con h5{
        font-size: 20px;
        margin-top: 15px;
    }
}
.case-info .case-con h5 span{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
}
.case-info .case-con .overview{
   padding: 20px 20px 20px 0px;
}
.case-info .case-con ul{
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    padding: 20px 0px;
}
.case-info .case-con ul li{
    margin-right: 30px;
}
.case-info .case-con ul li span{
    display: block;
    font-size: 28px;
}
.ny-case-info img{
    margin: 10px 0px;
}

/*产品*/
.ny-product{
    background: url(../img/product.png) no-repeat left top;
    background-size: 100%;
}
.pro-pic img{
    max-width: none;
    width: 100%;
    border-radius: 2rem;
}
.pro-con1 .pro-pic img{
    box-shadow: 10px 20px 0 10px #dc4c23;
}
.pro-con2 .pro-pic img{
    box-shadow: 10px 20px 0 10px #d0e0c0;
}
.pro1{
    position: relative;
    padding-bottom: 20px;
}
.pro1 .swiper-slide{
    padding: 20px;
}
.p-list{
    border-radius: 2rem;
    padding: 1.5rem 3rem;
    display: flex;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.5);
    transition: all 0.6s;
    border: 2px solid transparent;
}
.ny-product .swiper-slide-active .p-list{
    border: 2px solid #fff;
}
.p-list:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-1rem);
}
.pro-prev1,.pro-prev2{
    width: 40px;
    left: 17%;
    background: url(../img/p-l1.png) no-repeat center center;
    background-size: 100%;
}
.pro-next1,.pro-next2{
    width: 40px;
    right: 17%;
    background: url(../img/p-r1.png) no-repeat center center;
    background-size: 100%;
}
.pro-prev2{
    background: url(../img/p-l2.png) no-repeat center center;
    background-size: 100%;
}
.pro-next2{
    background: url(../img/p-r2.png) no-repeat center center;
    background-size: 100%;
}
.pro-pag1,.pro-pag2{
    width: 100%;
}
.pro-pag1 .swiper-pagination-bullet,.pro-pag2 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.pro-pag1 .swiper-pagination-bullet-active{
    background: #dc4c23;
}
.pro-pag2 .swiper-pagination-bullet-active{
    background: linear-gradient(to right, #5ca9d1, #183a78);;
}
/* 两侧的幻灯片样式 */
.ny-product .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.8);
    opacity: 0.9;
    filter: blur(1px);
}
/* 中间的幻灯片样式 */
.ny-product .swiper-slide-active {
    z-index: 10;
}
@media (max-width:992px) {
    .pro-con1 .pro-pic img {
        box-shadow: 1px 3px 0 1px #dc4c23;
    }
    .pro-con2 .pro-pic img {
        box-shadow: 1px 3px 0 1px #d0e0c0;
    }
    .p-list{
        padding: 1rem 1.4rem;
    }
    .pro-prev1,.pro-prev2{
        left: 0;
    }
    .pro-next1,.pro-next2{
        right: 0;
    }
}
/*产品列表*/
.product-list{
    position: relative;
    transition: all 0.6s;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 1px 3px 5px 0px rgba(4, 0, 0, 0.15);
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
    margin: 5px 5px 1.5rem;
}
.product-list .pro-logo img{
    height: 28px;
    margin-bottom: 0.5rem;
}
.product-list .product-img{
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list h5{
    font-size: 1.0rem;
    line-height: 1.4;
    transition: all 0.6s;
    margin-top: 10px;
    font-weight: 400;
    height: 3.5rem;
}
.product-list h5 span{
    font-size: 0.85rem;
    color: #6a6a6a;
    display: block;
}
.product-list .pro-con{
    padding: 1.0rem 0px 0;
}
.product-list .online,.pro-wechat .online{
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
  margin-top: 1.0rem;
}
.product-list .more,.product-list .wechat,.pro-wechat .more,.pro-wechat .wechat{
  transition: all 0.3s ease-in-out;
  border: 1px solid #e0e0e0;
  text-align: center;
  border-radius: 20px;
  padding: 5px 5px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.pro-wechat .more,
.pro-wechat .wechat{
    background-color: #fff;
    border: none;
    font-size: 1.2rem;
}
.pro-wechat .more i,
.pro-wechat .wechat i{
    font-size: 1.2rem;
}
.product-list .more i,.pro-wechat .more i{
    color: #db4c23;
}
.product-list .wechat i,.pro-wechat .wechat i{
    color: #4ea961;
}
.product-list .wechat .er-box,.pro-wechat .wechat .er-box{
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0px;
  height: 0px;
  transition: all 0.3s;
}
.product-list .wechat .er-box,.pro-wechat .wechat .er-box{
  top: 100%;
}
.product-list .wechat:hover .er-box,.pro-wechat .wechat:hover .er-box{
  opacity: 1.0;
  background: #fff;
  padding: 5px;
  width: 60%;
  height: auto;
  z-index: 100;
  margin-top: 5px;
  border: 1px solid #ededed;
  left: 50%;
  margin-left: -25%;
}
.product-list .wechat:hover .er-box img,.pro-wechat .wechat:hover .er-box img{
  width: 100%;
}
.product-list:hover .product-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.product-list:hover h5{
    color: #db4c23;
    font-weight: 600;
}
.product-list:hover .pro-con:before{
    width: 100%;
}
@media (max-width:1360px){
    .product-list h5 {
        font-size: 1.1250rem;
    }
}
@media (max-width: 768px){
    .product-list {
        padding: 1.5rem 1.5rem;
    }
}
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    background: #db4c23;
    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:992px){
    .ny-comm .comm-left{
        display: none;
        width: 100%;
    }
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        float: none;
        background: transparent;
    }
    .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    }
    .m-pro-nav.mt20{
        margin-top: 25px;
    }
}
/*产品展示详情 */
.product-info{
    margin-bottom: 30px;
    /*background: #f9f9f9;*/
    position: relative;
    border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.product-info:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    background: #fff;
}
.product-info .adv-img img{
    width:100%;
    padding: 0px;
}
.product-info .adv-img{
    padding: 0rem 12rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.product-con {
    background: #db4c23;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 9% 10%;
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 35rem;
}
.product-con h5{
   font-size: 1.6rem;
   padding-bottom: 15px;
   border-bottom: 1px solid #dedede;
   color: #fff;
}
.product-con h5 span{
    font-size: 1.0rem;
    display: block;

    padding: 5px 0px;
}
.product-con .overview strong{
    font-size: 2.0rem;
    font-weight: 600;
    border-top: 2px solid #f6f6f6;
    display: block;
    padding-top: 10px;
    margin: 10px 0px 0px;
}
.product-con .overview ul li{
    position: relative;
    padding-left: 15px;
    margin: 2px 0px;
}
.product-con .overview ul li:before {
    content: "•";
    position: absolute;
    left: 0px;
    top: -2px;
    line-height: 1.0;
    font-size: 1.5rem;
}
.product-con .overview{
    margin-bottom: 20px;
}
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

@media(max-width:992px){
    .product-info:before{
        width: 105%;
        left: 0%;
    }
    .product-info .adv-img{
        padding: 0rem 0rem;
        z-index: 2;
    }
    .product-con {
        border-radius: 2.5rem;
        padding: 5% 5%;
        margin-left: 0%;
        min-height: auto;
        flex-direction: column;
    }
    .product-con h5 {
        font-size: 1.45rem;
    }
}
/*详情*/
.product-info-content {
    background: #fff;
    padding: 0px 0px 40px;
}
.product-info-content .pro-title {
    line-height: 1.13;
    margin: 20px 0px 15px 0px;
}
.product-info-content .info-con .pro-title strong{
    font-size: 1.5rem;
}
.product-info-content .info-con table{
    border-top: 2px solid #a3a3a3;
    margin-bottom: 3rem;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px 0px;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #a3a3a3;
}
.product-info-content .info-con ul{
    border-top: 2px solid #a3a3a3;
    margin-bottom: 3rem;
}
.product-info-content .info-con ul li{
    padding: 15px 0px;
    border-bottom: 1px solid #a3a3a3;
    transition: all 0.3s;
}
@media(max-width:992px){
    .product-info-content .pro-title span {
        font-size: 16px;
        padding: 10px 20px;
    }
    .pro-wechat .online {
        width: 100%;
        flex-direction: column;
        margin-top: 0.5rem;
    }
    .pro-wechat .tel a, .pro-wechat .online a {
        width: 100%;
        margin: 0.5rem 0;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px 2px;
    }
}
/*上一页下一页*/
.pre-next{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
}
.pre-next span{
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:992px){
    .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;
}
@media(max-width:992px){
    .related-title{
        font-size: 16px;
    }
}

/* 新闻 */
.ny-news .news-list{
    padding: 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-list .news-tit{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.ny-news .news-list .more{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    background: #dc4c23;
    border-radius: 10px;
    padding: 20px 35px;
    line-height: 1;
}
.ny-news-con{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-one{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-one-l{
    width: 42%;
}
.news-one-l img{
    border-radius: 2rem;
}
.news-one-r{
    width: 53%;
}
.news2 .news-one-l{
    width: 25%;
}
.news2 .news-one-r{
    width: 71%;
}
.news2 .news-one{
    margin-bottom: 3rem;
}
.news2-1 h4{
    font-size: 1.25rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: normal;
    color: #dc4c23;
    margin-bottom: 5px;
}
.news2-1 .news-list .news-tit{
    font-size: 1.75rem;
    margin-bottom: 20px;
}
@media (max-width:992px){
    .ny-news .news-list .ny-news-content{
        width: 100%;
    }
    .news2 .news-one {
        margin-bottom: 1rem;
    }
    .ny-news .news-list{
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .ny-news .news-list span{
        margin: 0px 0px 10px;
    }
    .news-one-l,.news-one-r,
    .news2 .news-one-l,.news2 .news-one-r{
        width: 100%;
    }    
    .news-list .news-tit,.news2-1 .news-list .news-tit{
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
    .ny-news .news-list .more {
        font-size: 1.25rem;
        padding: 15px 30px;
    }
}
@media (max-width:768px){
    .news-list .news-tit{
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .ny-news .news-list .more {
        font-size: 1rem;
        padding: 13px 25px;
    }
}
/* 新闻详情页 */
.ny-news-info{
    padding: 4.5rem 4rem;
    width: 80%;
    border-radius: 2.0rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.2);
    border: 1px solid #f2f2f2;
    position: relative;
}
.ny-news-info .news-info-title{
    padding-bottom: 16px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.ny-news-info .news-info-title p{
    font-size: 1.5rem;
    font-weight: bold;
}
.ny-news-info .news-info-title .date {
    color: #403c3e;
    font-size: 1.0rem;
    font-weight: 100;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
    margin: 10px 0px;
}
.news-info-content video{
    width: 100%;
    height: 100%;
    margin: 10px 0px;
    object-fit: fill;
    display: block;
}
.news-info-content.job-info strong{
    position: relative;
    margin: 50px 0 8px;
    font-size: 21px;
    line-height: 1.52;
    font-weight: 800;
    padding-left: 10px;
    color: #1f2329;
    display: block;
}
.news-info-content.job-info strong::before {
    display: inline-block;
    content: '';
    border-left: 4px #f33a04 solid;
    height: 18px;
    position: absolute;
    top: 6px;
    left: 1px;
}
.news-info-content .apply-block{
    margin-top: 3rem;
}
.news-info-content .applyBtn{
    background-color: rgb(237, 106, 0);
    border-color: rgb(237, 106, 0);
    color: white;
    padding: 0.5rem 2.5rem;
    font-size: 1.125rem;
    border-radius: 4px;
    margin: 10px 0px;
}
@media (max-width:992px){
    .ny-news-info{
        padding: 20px 20px;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 1.25rem;
    }
}

/*招聘*/
.ny-job .title{
    margin-bottom: 8rem;
}
.ny-job .title:after{
    content: '';
    position: absolute;
    top: 90%;left: 0;
    width: 100%;
    height: 7rem;
    background: url(../img/zi2.png) no-repeat center center;
    background-size: 100%;
    z-index: -2;
}
.job-cont{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.job-cont h2{
    font-weight: bold;
    margin-bottom: 2rem;
}
.job-cont h3{
    font-weight: bold;
    margin-bottom: 2rem;
}
.job-l,.job-r{
    background: #fff;
    border-radius: 2rem;
    padding: 4rem;
}
.job-l{
    width: 29%;
    position: sticky;
    top: 100px;
}
.job-r{
    width: 69%;
}
.tabs-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.job-l .tabs-header a{
    font-size: 1.125rem;
    width: 49%;
    text-align: center;
    border: none;
    padding: 7px 10px;
    border-radius: 1rem;
    background: #f4f5f7;
    transition: all 0.3s;
}
.job-l .tabs-header a.active,.job-l .tabs-header a:hover {
    background: #dc4c23;
    color: #fff;
}
.job-l li{
    padding-left: 1.25rem;
    background: url(../img/b.png) no-repeat left center;
    background-size: 10px;
    margin-bottom: 0.5rem;
}
.job-l li a{
    font-size: 1.125rem;
}
.job-l li a.active{
    color: #dc4c23;
}
.job-list li{
    margin-bottom:4rem;
}
.job-list li .ny-news-title{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.job-list li .ny-news-title span{
    display: inline;
    color: #dc4c23;
    border: 1px solid #dc4c23;
    background: #fae4de;
    padding: 0 15px;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: normal;
    margin-left: 10px;
}
.job-list li .a9{
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.job-list li .a9 span{
    display: flex;
    align-items: center;
    font-size: 1.125rem;
}
.job-list li .a9 span:after{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #999;
    margin: 0 20px;
}
.job-list li strong{
    display: block;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.ny-news-intro{
    color: #999;
}

.ny-job .about-txt ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny-job .about-txt ul li{
    width: 32.3%;
    background: #f8f9fc;
    text-align: center;
    padding: 4.5rem 5rem;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.ny-job .about-txt ul li strong{
    padding-bottom: 12px;
    display: block;
    margin: 15px 0 20px 0;
    font-size: 1.25rem;
}
.ny-job .about-txt ul li:hover {
    background: rgba(237, 238, 240, 0.4);
    transform: translateY(-5px);
}

@media (max-width:992px){
    .ny-job .about-txt ul li{
        width: 49%;
        padding: 2.5rem 2rem;
    }
    .ny-job .title {
        margin-bottom: 5rem;
    }
    .ny-job .title:after{
        height: 4rem;
    }
    .job-r{
        width: 100%;
        padding: 2rem;
    }
    .job-l{
        display: none;
    }
    .job-cont h2{
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .job-list li {
        margin-bottom: 2rem;
    }
    .job-list li .ny-news-title{
        font-size: 1.5rem;
    }
    .job-list li .a9 span {
        font-size: 1rem;
    }
    .job-list li .a9 span:after{
        margin: 0 10px;
    }
    .job-list li strong{
        font-size: 1.125rem;
    }
}
@media (max-width:768px){
    .ny-job .title {
        margin-bottom: 3rem;
    }
    .ny-job .title:after{
        height: 2rem;
    }
    .job-list li .ny-news-title{
        font-size: 1.25rem;
        align-items: flex-start;
        flex-direction: column;
    }
    .job-list li .ny-news-title span{
        margin-left: 0;
    }
    .job-list li .a9 span {
        font-size: 0.85rem;
    }
    .job-list li .a9{
        flex-wrap: wrap;
        margin-bottom: 0.5rem;
    }
    .job-list li strong{
        font-size: 1rem;
    }
}
/* 联系我们 */
.contact-con ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 1.5rem 3rem;
    border-radius: 1rem;
    margin-top: 5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.contact-con ul li{
    width: 49%;
}
.contact-con ul li p{
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    margin-bottom: 0.5rem;
}
.contact-con ul li strong{
    font-size: 1.5rem;
}
.contact-con ul li span{
    font-size: 1.25rem;
    color: #dc4c23;
    margin-right: 0.5rem;
}
.contact-con .cont-img{
    position: relative;
}
.contact-con .cont-img .po{
    width: 20%;
    position: absolute;
    top: 40%;right: 20%;
}
@media (max-width:992px) {
    .contact-con ul{
        padding: 1.5rem;
        margin-top: 10rem;
    }
    .contact-con ul li{
        width: 100%;
        margin-bottom: 1rem;
    }
    .contact-con ul li strong{
        font-size: 1.25rem;
    }
    .contact-con ul li p{
        font-size: 1.0rem;
    }
    .contact-con .cont-img .po{
        width: 65%;
        top: 10%;
    }
}
/* 在线留言 */
.message{
    background: #fff;
    padding: 3rem;
    border-radius: 2rem;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.message::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 30%;
    height: 5px;
    background: #dc4c23;
    top: -2rem;left: 0;
}
.message .form-control-feedback{
  top: 8px;
  left: 5px;
  right: auto;
  color: #d1d1d1;
}
.form-control{
  height: 50px;
  font-size: 1.0rem;
  border-radius: 0px;
  padding: 5px 5px 5px 22px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2rem;
  background-color: transparent;
}
.form-control1{
  height: 150px !important;
  padding: 5px 5px 5px 0px;
}
.form-control:focus{
    box-shadow: none;
}
.message .msg-btn,.foot-message .msg-btn{
    width: 100%;
    height: 50px;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 50px;
    background: #db4c23;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:992px){
    .contact .contact-title {
        font-size: 1.25rem;
    }
    .message{
        margin-top: 20px;
    }
    .form-control{
        padding: 5px 15px;
        margin-bottom: 1rem;
    }
    .form-control1{
        height:100px !important;
    }
    .message .msg-btn,.foot-message .msg-btn{
        height: 35px;
    }
}
.top{
    position: relative;
    overflow: hidden;
    padding-top: 9rem;
    margin-top: -17rem;
    z-index: 2;
}
@media (max-width:1600px) {
    .top { 
        padding-top: 7.5rem;     
        margin-top: -14rem;
    }
    .commonT{
        padding-top: 7.5rem;
    }
    .commonB{
        padding-bottom: 13rem;
    }   
}
@media (max-width:1380px) {
    .top {
        padding-top: 6rem;
        margin-top: -12rem;
    }
    .commonT{
        padding-top: 6rem;
    }
    .commonB{
        padding-bottom: 11rem;
    }     
}
@media (max-width:1200px) {
    .top {
        padding-top:  6rem;
        margin-top: -11rem;
    } 
    .commonB{
        padding-bottom: 10rem;
    }   
}
@media (max-width:992px) {
    .top {
        padding-top: 5rem;
        margin-top: -10rem;
    }
    .commonT{
        padding-top: 5rem;
    }      
}
@media (max-width:768px) {
    .top {
        padding-top: 3rem;
        margin-top: -5rem;
    }
    .commonT{
        padding-top: 2rem;
    } 
    .commonB{
        padding-bottom: 12rem;
    }
}