@charset "utf-8";
.menu_social{
    display: block;
    position: relative;
    font-size: 20px;
    margin-top: 22px;
    right:20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu_social a {
    color: #d7000f;
    font-size: 0.875rem;
    font-weight: 900;
    margin-right: 20px;
}

header.on .menu_social a{
    color: #d7000f;
}
header.ons .menu_social a{
    color: #fff;
}
.language{
    display: none;
    font-size: 22px;
    margin-right: 10px;
    position: relative;
}
.language a{
    font-size: 14px;
    font-weight: bold;
}
.language ul{
    display: none;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
}
.language ul li{
    padding: 0px 20px;
    border-bottom: 1px solid #ececec;
}
.language ul li:last-child{
    border-bottom: none;
}
.language:hover ul{
    display: block;
}
.m-btn{
    display: none;
    position: relative;
    width: 30px;
    height: 18px;
    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: #2a2a2a;
    -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: 8px;
}
.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(8px);
    transform: translateY(8px);
}
.m-btn.active .btn-hamburger__bar-middle {
    width: 0;
}
.m-btn.active .btn-hamburger__bar-bottom {
    -webkit-transform: translateY(-8px) rotate(90deg);
    transform: translateY(-8px) rotate(90deg);
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}

@media(max-width:992px){
    .language{
        display: block;
    }
    .m-btn{
        display: block;
        margin-top: 8px;
    }
    .menu_social{
        margin-top: 0px;
    }
    .pt66{
        padding-top: 66px;
    }
}
::-webkit-scrollbar {
    width: 6px;
  }

  ::-webkit-scrollbar-track {
    background: transparent;
  }

  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  * {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
  }
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    min-height: 115px;
    background-color: #000;
}

.ny-ban img{
    width:100%;
    opacity: 0.85;
    transition: all .6s ease-out;
}
.ny-ban:hover img {
    transform: scale(1.01);
}

.ny-ban .ny-title{
    width:100%;
    position: absolute;
    font-style: italic;
    bottom:25%;
    color:#fff;
    z-index: 4;
}
.ny-ban .ny-title h5.cntitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}
.ny-ban .ny-title h5.entitle{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
}
.ny-ban .ny-title p{
    font-size: 1rem;
}
@media(max-width:991px){
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title h5.entitle {
        font-size: 18px;
    }
    .ny-ban img {
        width: 250%;
        max-width: none;
        margin-left: -75%;
    }
    .ny-ban .ban-swiper img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
/* 当前位置 */
.position{
    position: relative;
    padding: 15px 0px;
    font-size: 0.875rem;
    background-color: #fff;
    line-height: 35px;
    border-bottom: 1px #f2f2f2 solid;
}
.position span {
    font-weight: bolder;
    display: inline-block;
}
.position ul{
    display: flex;
}
.position ul li{
    padding: 0px 5px;
    color: #999;
}

.ny-navlist{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f3fa;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.ny-navlist li a{
    font-size: 1rem;
    padding: 8px 30px;
    margin: 0px 10px;
    display: inline-block;
    transition: .6s;
}
.ny-navlist li a.active,.ny-navlist li a:hover{
   background: #f8c301;
   color:#2b2b2b;
}

/*搜索*/
.search{
    padding: 20px 50px;
}
.search .search-input{
    width: 100%;
    position: relative;
}
.search p span{
    font-size: 0.875rem;
    display: block;
}
.search .search-input input{
    width: 100%;
    line-height: 45px;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #e9e9e9;
    background: transparent;
}
.search .search-icon{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.search .search-icon{
    border: 0px;
    background: transparent;
    width: 80px;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}
/*关于我们*/
.ny-about{
    background: url(../img/about-bg.jpg)  no-repeat bottom center;
}
.ny-about .about-con{
    padding: 50px 50px;
    font-weight: lighter;
    font-size: 1rem;
}
.ny-about .about-con ul{
	padding-left: 22px;
}
.ny-about .honor-img{
    padding: 10px;
    border: 1px solid #f0f3fa;
    overflow: hidden;
    transition: all 0.6s ease-out;
    margin: 5px 0px;
}
.ny-about .honor-img img{    
    transition: all 0.6s ease-out;
}
.ny-about .honor-img:hover img{
    transform: scale(1.05);
}
.about-display {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem
}
.about-display-left {
    width: 67%;
}
.about-display-right {
    color: #fff;
    background: url(../img/gy-bg1.jpg) no-repeat center;
    background-size: cover;
    width: 31%;
    padding: 1.5rem;
}
.about-display-right h3 {
    font-size: 1.875rem;
    font-weight: bold
}
.about-display-right p {
    margin: 10px 0
}
.about-display-right p span {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 1rem;
    margin-bottom: 1.25rem
}
.about-display-right a {
    display: flex;
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #f8c301;
    font-size: 1.0rem;
    text-align: center;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 6px 5px #f8c301
}
.about-display-right a i {
    font-size: 1.25rem;
    color: #f8c301;
    padding-left: 5px;
}
@media(max-width:991px){
    .about-display {
        flex-direction: column;
    }
    .about-display-left {
        width: 100%;
    }
    .about-display-right {
        width: 100%;
        background-image: none;
    }
    .about-display-right a {
        width: 10rem;
        height: 2.5rem;
        border: 3px solid #f8c301;
        border-radius: .4rem;
        color: #fff;
        font-size: 1.125rem;
        background-color: #f8c301;
        margin: 0 auto;
        box-shadow: 0px 0px 0px #f8c301;
    }
    .about-display-right a i{
        color: #fff;
    }
}
/* 研发制造 */
.zppj-mokuai2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
}
.zppj-mokuai2-box1 {
    width: 33%;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    padding: 2rem 1.25rem;
    border-radius: 3px
}
.zppj-mokuai2-box1:hover .zppj-mokuai2-box1-h2 {
    color: #f8c301
}
.zppj-mokuai2-box1 h2 {
    font-size: 1.5rem;
    color: #222222;
    text-align: center;
    margin-bottom: 8px
}
.zppj-mokuai2-box1 img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.2s
}
.zppj-mokuai2-box1 img:hover {
    transform: scale(1.2)
}
.zppj-mokuai2-box1-link {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
.zppj-mokuai2-box1-link a {
    display: inline-block;
    width: 168px;
    height: 40px;
    border: 1px solid #f8c301;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 16px;
    color: #f8c301;
    text-align: center;
    line-height: 40px
}
.zppj-mokuai2-box1-link a:first-child {
    background-color: #f8c301;
    color: #fff
}
.zppj-mokuai2-box1-link a:first-child:hover {
    background-color: #f8c301;
    color: #fff;
    border: 1px solid #f8c301
}
.zppj-mokuai2-box1-link a:last-child {
    margin-right: 0
}
.zppj-mokuai2-box1-link a:last-child:hover {
    margin-right: 0;
    border: 1px solid #f8c301;
    background-color: #f8c301;
    color: #fff
}
/* 研发右侧 */
.zppj-mokuai2-box2 {
    width: 66%;
    overflow: hidden
}
.zppj-mokuai2-box2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.zppj-mokuai2-box2 ul li {
    width: 49%;
}
.zppj-mokuai2-box2 ul li:nth-child(1),.zppj-mokuai2-box2 ul li:nth-child(2) {
    margin-bottom: 2.0rem;
}
.zppj-mokuai2-box2-inner {    
    border: 1px solid #e6e6e6;
    box-sizing: border-box
}
.zppj-mokuai2-box2-inner:hover {
    border: 1px solid #f8c301
}
.zppj-mokuai2-box2-inner:hover .zppj-mokuai2-box2-h3 {
    color: #f8c301
}
.zppj-mokuai2-box2-img {
    width: 100%;
    text-align: center;
    background-color: #f6f6f6;
    overflow: hidden
}
.zppj-mokuai2-box2-img img {
    height: 150px;
    margin: 0 auto;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.2s
}
.zppj-mokuai2-box2-img img:hover {
    transform: scale(1.2)
}
.zppj-mokuai2-box2-inner h3 {
    color: #222;
    font-size: 1.125rem;
    text-align: center;
    margin: 15px 0px;
}
@media(max-width:991px){
    .zppj-mokuai2-box1{
        margin-bottom: 1.0rem;
    }
    .zppj-mokuai2-box1,.zppj-mokuai2-box2 {
        width: 100%;
    }
}
/* 服务 */
.about-serve-all {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.about-serve-side {
    width: 32%;
    background-color: #f4f4f4
}
.about-serve-side img {
    width: 100%;
    object-fit: cover
}
.about-serve-side-text {
    padding: 1.25rem;
}
.about-serve-side-text h3 {
    font-size: 1.25rem;
    color: #222222;
    text-align: center;
    padding-bottom: 1.0rem;
    font-weight: bold
}
.about-serve-side-text p {
    font-size: 0.875rem;
    color: #666666
}
.about-serve-link {
    display: block;
    width: 180px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    background-color: #f8c301;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin-top: 25px;
    font-size: 1.0rem
}
.about-serve-link:hover {
    display: block;
    width: 180px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    background-color: #f8c301;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin-top: 25px;
    font-size: 16px
}

@media(max-width:991px){
    .ny-about .about-con{
       padding: 20px 20px;
    }    
}

/* 荣誉证书 */
.ny-honor .honor-list img{
    max-width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
}
.ny-honor .honor-list {
    text-align: center;
    margin: 10px 0px;
}
.ny-honor .honor-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 15px;
    font-size: 0.875rem;
}
/*企业文化*/
.culture-list{
    overflow: hidden;
    background: #fff;
    margin: 0px 0 20px;
}
.culture-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.culture-list ul:nth-child(2n){
    flex-direction: row-reverse;
}
.culture-list .culture-img,.culture-list .culture-con{
    width: 48%;
}
.culture-img img{
    max-width: 100%;
}
.culture-list h3{
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
@media(max-width:991px){
    .culture-list .culture-img, .culture-list .culture-con{
        width: 100%;
    }
    .culture-list h3 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .culture-list .culture-img img {
        margin-bottom: 10px;
    }
    .culture-list p {
        font-size: 13px;
        line-height: 1.6;
    }
}
/*内页案例*/
.case-list {
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.case-list .case-img{
    width:100%;
    overflow: hidden;
    border: 10px solid #fff;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.case-list .case-img img{
    width: 100%;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.case-list:hover .case-img img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.case-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 10px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case-list:hover .case-img{
    border: 10px solid #f8c301;
}
@media (max-width:992px) {
    .case-list .case-img{
        border: none;
        /* margin-top: 10px; */
    }
}
/* 案例内页详情 */
.case-info-content{
    max-width: 800px;
    margin: 0px auto;
}
.case-info-content .gallery-thumbs{
    margin-top: 20px;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 30px;
}
/*发展历程*/
.timeline{padding-top:80px; width: 75%; margin: 0px auto; overflow: hidden;}
.timeline ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}
.timeline ul li:nth-child(2n){
    padding-left: 54%;
    text-align: left;
}
.timeline ul li:nth-child(2n+1){
    padding-right: 54%;
    text-align: right;
}
.time-con::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    z-index: 2;
    background: #f8c301;
    border: 3px solid #fff0b9;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #efefef;
}
.timeline ul li:nth-child(2n+1) .time-con::after{
    left: auto;
    right: calc(50% + 6px);
}
.timeline ul li::before,.timeline ul li::after{
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(50% - 4px);
    left: 50%;
    background: #efefef;
    margin-left: -1px;
}
.timeline ul li::after {
    top: auto;
    bottom: 0;
}
.time-con{
    display: inline-block;
    min-width: 40%;
    min-height: 40px;
    padding: 15px 0px;
    background: #fff;
    cursor: pointer;
}
.time-con h4{
    font-size: 32px;
    color: #f8c301;
    margin-bottom: 10px;
}
.time-con h4 span{
    font-style: normal;
    font-size: 0.875rem;
    color: #888;
    margin-left: 5px;
}
@media(max-width:992px){
    .timeline{
        width: 100%;
        padding-top: 40px;
    }
    .h-menu li a {
        font-size: 1rem;
    }
    .time-con h4 {
        font-size: 1rem;
    }
    .time-con{
        padding: 10px 10px;
        font-size: 0.875rem;
    }
}
.main{
    background: #fff;
}
.ny-comm{
    min-height: 150px;
    position: relative;
    padding: 70px 0px;
}
.commonT{
    padding-top: 70px;
}
.commonB{
    padding-bottom: 70px;
}
.ny-comm .comm-left{
    width: 22%;
    padding: 30px 30px;
    float: left;
    background-color: #eaeaea;
}
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 70px;
    float: right;
}
.ny-comm .ny-title{
   font-size: 26px;
    font-weight: 600;
    color: #ffcb04;
    line-height: 2.5;
    margin-bottom: 20px;
    border-bottom: 2px solid #dcdcdc;
}
.ny-comm .ny-title span,
.ny-comm .ny-title strong{
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}
.ny-comm .ny-title:after{
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    margin-bottom: -2px;
    background: #ffcb04;
}
@media(max-width:992px){
    .ny-comm{
        min-height: 100px;
        padding: 20px 0px;
    }
    .commonT{
        padding-top: 20px;
    }
    .commonB{
        padding-bottom: 20px;
    }
    .ny-comm .ny-title {
        font-size: 20px;
    }
    .ny-comm .ny-title span, .ny-comm .ny-title strong{
        font-size: 30px;
    }
}
.ny-comm .ny-title ul{
    float: right;
    font-size: 0.875rem;
    font-weight: normal;
}

.ny-comm .ny-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 0.875rem;
}
.ny-comm .ny-title ul li a{
    color:#76787a;
}
/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 26px;
    font-weight: 600;
    color: #ffcb04;
    line-height: 2.5;
    margin-bottom: 20px;
    border-bottom: 2px solid #dcdcdc;
}
.ny-comm .comm-left .cstlayer:after{
    display: block;
   content: "";
   width: 45px;
   height: 2px;
   margin-bottom: -2px;
   background: #ffcb04;
}
.ny-comm .comm-left .ny-nav li a{
    display: block;
    padding: 12px 10px 12px 10px;
    line-height: 1.3;
    background-color: #f5f5f5;
    border-left: 4px solid transparent;
    font-size: 14px;
    margin-bottom: 0.5rem;
    transition: all .5s;
}
.ny-comm .comm-left .ny-nav li a i{
    font-size: 0.875rem;
    font-weight: bolder;
}
.ny-comm .comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    background: #fff;
    border-left: 4px solid #f8c301;
}
.ny-comm .comm-left ul.subnav{
    padding:0px 0px;
    display: none;
}
.ny-comm .comm-left ul.subnav.on{
    display: block;
}
.ny-comm .comm-left ul.nonesub li a,
.ny-comm .comm-left ul.subnav li a{
    display: block;
    padding: 12px 10px 12px 20px;
    line-height: 1.3;
    font-size: 14px;
    border-bottom:1px solid #e6e6e6;
}
.ny-comm .comm-left ul.nonesub li,
.ny-comm .comm-left ul.subnav li{
    display: block;
    position: relative;
    margin: 0px 0px;
}
.ny-comm .comm-left ul.subnav li span{
    display: block;
}

.ny-comm .comm-left ul.subnav li a:hover,.ny-comm .comm-left ul.subnav li.subactive a{
    color: #d6000f;
    background-color: #fff;
}
.ny-comm-box .comm-right .pname{
    font-size: 26px;
    margin-bottom: 30px;
}
.ny-comm-box .comm-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.ny-comm .m-pro-nav{
    display: none;
}
.ny-comm .m-pro-nav .dropdown .btn{
    width:100%;
    height: 45px;
    font-size: 1rem;
    border-radius: 5px;
    line-height: 1;
    margin: 0;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .ny-comm .about-title,.ny-img .img-con h5{
        font-size: 24px;
    }
    .ny-about {
        font-size: 0.875rem;
    }
    .ny-comm .comm-left{
        display: none;
    }
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .ny-comm .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    }
    .ny-img .img-con {
        position: relative;
        width: 100%;
    }
    .ny-comm-box .comm-right .pname {
        font-size: 20px;
    }
    .ny-pro-list .ny-pro-title {
        font-size: 0.875rem;
        height: auto;
    }
}

/* 产品列表 */
.ny-product{
    background: #f6f6f6;
}
.first{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.nav-four{
    width: 24%;
    margin: 0 0.5%;
    padding: 1.25rem 0.5rem;
    border: 8px solid #efefef;
    margin-bottom: 10px;
    transition: all 0.6s;
}
.nav-four h3{
    color: #222;
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: normal;
}
.nav-four p{
    color: #999;
    font-size: 0.875rem;
}
.four1{
    background: url(../img/list1.jpg) no-repeat right center;
    background-size: cover;
}
.four2{
    background: url(../img/list2.jpg) no-repeat right center;
    background-size: cover;
}
.four3{
    background: url(../img/list3.jpg) no-repeat right center;
    background-size: cover;
}
.four4{
    background: url(../img/list4.jpg) no-repeat right center;
    background-size: cover;
}
.nav-four:hover,.nav-four.active{
    border: 8px solid #ffe278;
}
.nav-four:hover a,.nav-four.active a{
    color: #181818;
}
.nav-four:hover h3,.nav-four.active h3{
    color: #f8c301;
}
.pro-nav.con-bg1{
    background: url(../img/cont1.jpg) no-repeat center center;
    background-size: cover;
}
.pro-nav.con-bg2{
    background: url(../img/cont2.jpg) no-repeat center center;
    background-size: cover;
}
.pro-nav.con-bg3{
    background: url(../img/cont3.jpg) no-repeat center center;
    background-size: cover;
}
.pro-nav.con-bg4{
    background: url(../img/cont4.jpg) no-repeat center center;
    background-size: cover;
}
.pro-nav{
    color: #fff;
    padding: 5.5rem 0rem;
}
.pro-nav h2{
    font-size: 3.25rem;
    font-weight: 600;
    border-left: 6px #f8c301 solid;
    padding-left: 20px;
    line-height: 0.9;
    margin-bottom: 1.25rem;
}
.pro-nav p{
    font-size: 1.25rem;
}
.pro-tit{
    position: relative;
    border-bottom: 1px #e6e6e6 solid;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 1.375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-tit:before {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: #f8c301;
}
.pro-tit1{
    padding: 0;
    border: none;
    height: 50px;
    margin-bottom: 30px;
}
.pro-tit1 h3{
    font-size: 1.875rem;
}
.pro-tit span{
    color: #f8c301;
}
.pro-tit a{
    color: #555;
    font-size: 1rem;
}
.pro-con ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -0.5%;
}
.pro-con ul li{
    width: 24%;
    margin: 0 0.5% 10px;
    min-height: 340px;
    border: 2px solid #efefef;
    border-radius: 0.25rem;
    transition: all 0.6s;
    padding: 20px 20px;
    background: #fff;
    overflow: hidden;
}
.pro-con.relatepro ul li{
    width: 32.2%;
}
.pro-con ul li .pro-btn a{
    width: 48%;
    padding: 7px 0;
}
.pro-con ul li:hover{
    border: 2px solid #f8c301;
}
.pro-con1 ul li:first-child{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../img/b1.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.pro-con2 ul li:first-child{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../img/b2.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.pro-con3 ul li:first-child{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../img/b3.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.pro-con4 ul li:first-child{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(../img/b4.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.pro-con ul li h4{
    padding-right: 45px;
    font-size: 1.125rem;
    background: url(../img/logo.png) no-repeat right center;
    background-size: auto 15px;
}
.pro-con ul li img{
    padding: 10px 0;
    display: block;
    width: 100%;
}
.pro-con ul li img.relatepro-img{
    padding: 0 0;
}
.pro-con ul li .pro-con-list-txt {
    overflow: hidden;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
}
.pro-con ul li .pro-con-list-txt strong{
    color: #999;
    font-weight: normal;
}
.pro-con ul li .relatepro-text{
    padding: 15px 0px;
}
.pro-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-btn a{
    color: #f8c301;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 32px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f8c301;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
}
.pro-btn a:hover,.pro-btn a:first-child:hover{
    color: #fff;
    background: #ffda52;
    transform: translateY(-5px);
}
.pro-btn a:hover span{
    transition: none;
    filter: grayscale(100%) brightness(500%);
}
.pro-btn a span{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/ckgd.png) no-repeat right center;
    background-size: 100%;
    margin-right: 5px;
}
.pro-btn a:first-child span{
    background: url(../img/sqbj.png) no-repeat right center;
    background-size: 100%;
}
.pro-btn a:first-child{
    color: #fff;
    border: 1px solid #f8c301;
    background: #f8c301;
}
@media (max-width:992px) {
    .pro-btn a span{
        display: none;
    }
    .nav-four h3{
        font-size: 1.0rem;
        line-height: 1.2;
        text-align: center;
    }
    .nav-four p{
        display: none;
    }
    .ny-product .nav-four,.nav-four{
        padding: 1rem 0.5rem;
        border: 2px solid #efefef;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-four:hover, .nav-four.active{
        border: 2px solid #f8c301;
    }
    .pro-nav{
        padding: 3rem 0 2rem;
    }
    .pro-nav h2{
        font-size: 1.5rem;
        padding-left: 10px;
        border-left: 3px #f8c301 solid;
    }
    .pro-nav p {
        font-size: 1rem;
    }
    .pro-con ul li{
        width: 49%;
        padding: 10px 10px;
        min-height: 270px;
    }
    .pro-con.relatepro ul li{
        width: 100%;
        padding: 0px 0px;
        min-height: auto;
        display: flex;
        align-items: center;
        background: #fff;
        margin-bottom: 20px;
        border: 1px solid #e6e6e6;
    }
    .pro-con.relatepro ul li>a{
        width: 40%;
        border-right: 1px solid #f2f2f2;
    }
    .pro-con ul li .relatepro-text{
        flex: 1;
        padding: 20px 25px 20px 15px;
    }
    .pro-con ul li h4{
        color: #222;
        font-size: 15px;
        line-height: 18px;
        background-size: auto 12px;
    }
    .pro-con ul li .pro-btn{
        margin: 0;
    }
    .pro-con ul li .pro-btn a{
        width: 48%;
        padding: 0;
        line-height: 2rem;
        font-size: 15px;
    }
    .pro-con ul li .pro-con-list-txt {
        font-size: 14px;
        margin: 10px 0 5px;
    }
    .pro-tit h3{
        font-size: 1.285rem;
    }
    .pro-tit:before{
        width: 45px;
    }
    .info2 h3{
        padding: 10px 0;
        font-size: 1.25rem;
    }
    .info2 img{
        margin-bottom: 15px;
    }
    .info2 .pro-tit h3{
        padding: 0;
    }
}
/* 二级产品 */
.pro-right .pro-btn,.ms-r .pro-btn{
   justify-content: start;
}
.pro-right .pro-btn a,.ms-r .pro-btn a{
    width: 210px;
    margin-right: 20px;
}
.pro-row h2,.ms-r h2{
    display: inline-block;
    color: #f8c301;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
}
.ms-r h2{
    margin-bottom: 1.25rem;
}
.pro-row h2::after,.ms-r h2::after{
    content: '';
    position: absolute;
    bottom:-10px;left: 0;
    width: 100%;
    height: 2px;
    background: #ffe484;
}
.pro-row .pro-btn a,.info-ms .pro-btn a{
    height: 46px;
    border-radius: 4px;
}
.pro-row .pro-btn i,.info-ms .pro-btn i{
    /* background: url(../img/phone.png) no-repeat right center;
    background-size: 100%; */
    margin-right: 0.4rem;
    font-size: 1.25rem;
}
.pro-row .parts-img{
    border: 6px solid #f6f6f6;
    width: 90%;
    padding: 10px;
}
.pro-row .parts-img img{    
    width: 100%;
}
.over {
    margin: 2rem 0;
}
.over p{
    font-size: 1.0rem;
    color: #999;
    margin-bottom: 10px;
}
.pro-con-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.pro-con-list ul li{
    width: 49%;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}
.pro-con-list ul li .pro-con-lis-img{
    width: 40%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #f2f2f2 ;
}
.pro-con-list ul li .pro-con-lis-img img{
    transition: all 0.6s;
}
.pro-con-list ul li .pro-con-lis-img:hover img{
    transform: scale(1.05);
}
.pro-con-list ul li .pro-con-list-cont{
    flex: 1;
    padding: 20px 25px;
}
.pro-con-list ul li .pro-con-list-cont img{
    display: none;
    margin-top: 10px;
}
.pro-con-list ul li .pro-con-list-cont h4{
    padding-right: 45px;
    font-size: 1.25rem;
    background: url(../img/logo.png) no-repeat right top 5px;
    background-size: auto 15px;
}
.pro-con-list ul li .pro-con-list-cont .pro-con-list-txt{
    overflow: hidden;
    margin: 15px 0;
    line-height: 1.5;
    height: 3.2rem;
}
.pro-con-list ul li .pro-con-list-cont .pro-con-list-txt strong{
    color: #999;
    font-weight: normal;
}
.pro-con-list ul li .pro-con-list-cont .pro-btn a{
    width: 48%;
    padding: 7px 0;
}
@media (max-width:992px) {
    .pro-right .pro-btn,.ms-r .pro-btn{
       justify-content: space-between;
    }
    .pro-right .pro-btn a,.ms-r .pro-btn a{
        width: 48%;
        margin-right: 0;
    }
    .pro-con-list ul li .pro-con-lis-img{
        display: none;
    }
    .pro-con-list ul li .pro-con-list-cont{
        padding: 15px 10px;
    }
    .pro-con-list ul li .pro-con-list-cont img{
        display: block;
    }
    .pro-con-list ul li .pro-con-list-cont .pro-con-list-txt{
        font-size: 12px;
        margin: 10px 0;
        height: 2.5rem;
    }
    .pro-con-list ul li .pro-con-list-cont h4{
        font-size: 16px;
        line-height: 1.5;
        background-size: auto 12px;
    }
    .pro-con-list ul li .pro-con-list-cont .pro-btn a{
        line-height: 18px;
    }
    .pro-con-list ul li .pro-con-list-cont .pro-btn a span{
        display: none;
    }
}
/* 自定义滚动条 */
.scrollbar {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;top: 0;
}
.scroll-track {
    width: 100%;height: 100%;
    background: url(../img/over.png) repeat-y center top;
}
.scroll-thumb {
    background: url(../img/anniu.png) no-repeat center center;
    background-size: 20px 50px;
    width: 20px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
/* 相关案例 */
.about-case,.bg-linear {
    background: linear-gradient(to bottom, #fff, #f1f1f1);
}
.about-case p{
    width: 50%;
    margin-bottom: 20px;
}
.about-case .pro-btn{
    background: #fff;
    padding: 1.125rem 1rem 1.5rem;
}
@media (max-width:992px) {
    .about-case .pro-btn{
        margin: 0;
        padding: 1rem;
    }
}
/* 应用解决方案 */
.about-case1 {
    background: url(../img/pro1.jpg) no-repeat center center;
    background-size: cover;
}
.about-case1 .pro-tit,.about-case1 p{
    color: #fff;
}
.about-case ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.about-case ul li{
    width: 16%;
    padding: 2rem;
    background: rgba(249,249,249,0.2);
    margin-bottom: 1rem;
}
.about-case ul li h2{
    margin-bottom: 5rem;
    background: url(../img/logo.png) no-repeat right top;
    background-size: auto 15px;
}
.about-case ul li p{
    width: 100%;
    margin: 0;
    color: #ccc;
}
@media (max-width:992px) {
    .pro-row h2 {
        font-size: 1.5rem;
        margin-top: 15px;
    }
    .about-case p{
        width: 100%;
    }
    .about-case ul li{
        width: 49%;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff80;
    }
    .about-case ul li h2{
        margin-bottom: 0;
        background: none;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-case ul li p{
        width: auto;
        font-size: 14px;
        color: #fff;
    }
    .about-case ul li h2 img{
        height: 20px;
        margin-right: 8px;
    }
}
/* 四全服务 */
.si{
    background: #f9f9f9;
}
.four-service{
    background: url(../img/four-service.jpg) no-repeat center center;
    padding: 30px 0px 60px;
}
.four-service h3{
    color: #555;
    font-size: 24px;
    line-height: 36px;
}
.four-service .pro-btn a{
    padding: 0 67px;
    height: 50px;
    border-radius: 4px;
}
.flex{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.flex .flex-li{
    display: flex;
    align-items: center;
}
.flex .flex-li:after{
    content: '';
    background: #ccc;
    height: 62px;
    width: 1px;
    margin: 0 45px;
    float: left;
    margin-top: 22px;
}
.flex .flex-li:last-child:after{
    display: none;
}
.flex p{
    font-size: 1.5rem;
    line-height: 1.3;
}
.flex-li strong{
    font-size: 50px;
    color: #f8c301;
    font-weight: bold;
}
.flex-li p{
    font-size: 16px;
    color: #555;
    text-align: center;
}
.flex .flex-li img{
    margin-right: 15px;
}
.flex1{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.flex1 .flex-li{
    text-align: center;
    border-right: 1px #ccc dashed;
    margin-right: 40px;
    padding-right: 40px;
}
.flex1 .flex-li:last-child{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.flex1 p{
    color: #999;
    font-size: 16px;
    line-height: 32px;
    padding-top: 5px;
}
.flex1 .flex-li:hover p{
    color: #f8c301;
}
.flex1 .flex-li img{
    filter: grayscale(100%) brightness(88%) contrast(90%);
}
.flex1 .flex-li:hover img{
    filter: none;
}
@media (max-width:992px) {
    .four-service {
        padding: 0px 0px 10px;
        background: url(../img/four-service.jpg) no-repeat left center;
    }
    .four-service h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .flex{
        justify-content: space-evenly;
        margin-bottom: 25px;
    }
    .flex .flex-li{
        border: 0;
        padding: 0;
    }
    .flex .flex-li img,.flex.flex1 .flex-li img{
        width: 33px;
        margin: 0;
        margin-bottom: 5px;
    }
    .flex-li strong{
        font-size: 28px;
    }
    .flex p{
        font-size: 12px;
    }
    .flex .flex-li:after {
        height: 32px;
        width: 0.5px;
        margin: 0 30px;
        margin-top: 8px;
    }
    .flex1 {
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .flex1 .flex-li{
        border: none;
        margin-bottom: 22px;
        width: 82px;
        height: 82px;
        border-radius: 50%;
        background: #fff;
        padding: 0;margin: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .flex1 .flex-li img{
        filter: none;
        width: 30px;
    }
    .flex1 .flex-li p{
        color: #555;
        font-size: 13px;
        line-height: 18px;
    }
    .four-service .pro-btn a{
        width: 100%;
    }
}
/* 服务承诺 */
.pro-service ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.pro-service ul li{
    background: #fff;
    padding: 40px 15px 60px 15px;
    transition: all .6s;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pro-service ul li .pho{
    border: none;
    padding: 0;
}
.pro-service ul li .pho:hover{
    background: transparent;
}
.pro-service ul li{
    background: #fff;
    padding: 40px 15px 60px 15px;
    transition: all .6s;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.pro-service ul li h3{
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0 20px 0;
    color: #222;
}
.pro-service ul li p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #555;
    text-align: center;
}
.pro-service ul li p:last-child{
    margin-bottom: 0;
}
.pro-service ul li a{
    display: block;
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1;
    color: #f8c301;
    text-align: center;
    border: 1px solid #f8c301;
    transition: all 0.6s;
}
.pro-service ul li a:hover{
    background: #f8c301;
    color: #fff;
}
@media (max-width:992px) {
    .pro-service ul li{
        /* padding: 20px 15px 30px 15px; */
        /* margin-bottom: 10px; */
        padding: 10px 0;
        background: transparent;
    }
    .pro-service ul li h3{
        font-size: 15px;
        line-height: 17px;
        margin: 10px 0;
        text-align: center;
    }
    .pro-service ul li p{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
        display: none;
    }
}
/*上一页下一页*/
.pre-next a{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    padding: 0 15px;
    display: inline-block;
    font-weight: bold;
}
.pre-next a:hover span,.pre-next span{
    font-size: 14px;
    line-height: 1.6;
    color: #181818;
    font-weight: normal;
}
.pre-next p:first-child a{
    padding: 10px 1rem 10px 4rem;
    background: url(../img/prev.png) no-repeat left center;
    background-size: auto 40px;
}
.pre-next p:last-child a{
    padding: 10px 4rem 10px 1rem;
    background: url(../img/next.png) no-repeat right center;
    background-size: auto 40px;
}
/* 产品详情 */
.product-info{
    padding: 0px 0px;
}
.info-ms{
    padding: 100px 0;
    background: url(../img/info.jpg) no-repeat center center;
    background-size: cover;
}
.ms-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ms-l{
    width: 50%;
}
.ms-l img{
    width: 100%;
}
.ms-r{
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ms-r p{
    color: #222;
    font-size: 1.0rem;
    overflow: hidden;
}
.ms-r p strong{
    font-weight: normal;
    color: #555;
}
.info-nav{
    width: 100%;
    background: #333;
    position: sticky;
    top: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 15;
}
.fixed{
    position: fixed;
    top: 0;
}
.info-nav .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.info-nav a{
    color: #fff;
    font-size: 1.125rem;
}
.info-nav-left{
    display: flex;
    overflow-x: auto;
    padding: 1.25rem 15px;
}
.info-nav-left a{
    padding: 0 2.5rem;
    white-space: nowrap;
    border-left: 1px solid #fff;
}
.info-nav-left a:hover,.info-nav-left a.active{
    color: #f8c301;
    font-weight: bold;
}
.info-nav-left a:first-child{
    border-left: none;
    padding-left: 0;
}
.info-nav-left a:last-child{
    padding-right: 0;
}
.info-nav-right{
    padding: 15px 0;
}
.info-nav-right form{
    display: flex;
    justify-content: flex-end;
}
.info-nav-right input{
    font-size: 1.0rem;
    padding:8px 10px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ddd;
    border-right: none;
}
.info-nav-right input:focus{
    border: 1px solid #ddd;
    border-right: none;
    outline: none;
}
.info-nav-right button{
    font-size: 1.0rem;
    /* color: #fff; */
    background: #f8c301;
    display: inline-block;
    padding: 8px 20px;
    white-space: nowrap;
    border: 1px solid #f8c301;
    border-radius: 0 5px 5px 0;
}
.info-cont .about-case{
    background: url(../img/about-case.png) no-repeat center center;
    background-size: cover;
}
.info2 h3{
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.5rem;
}
.info2 .pro-tit h3{
    display: flex;
    padding: 0;
}
.info2 .pro-tit p{
    color: #f8c301;
}
.info-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.info-list li{
    width: 49%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.info-list li .li-num{
    font-size: 3rem;
    font-weight: bold;
    margin: 0 30px;
    color: #f8c301;
    display: none;
}
.info-list li img{
    max-width: 170px;
    margin-right: 20px;
}
.info-list li h4{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.info-list li p{
    font-size: 1rem;
}
/* 产品介绍 */
.conta1{
    background: url(../img/conta1.jpg) no-repeat center center;
    background-size: cover;
    color: #555;
}
.conta1 img{
    margin-top: 50px;
    padding: 10px 0;
}
.conta1 .panel-title{
    position: relative;
}
.conta1 .panel-title a{
    display: block;
}
.conta1 .panel-title a.collapsed:after{
    content: "+";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #f8c301;
}
.conta1 .panel-title a:after{
    content: "-";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #f8c301;
}


/* 产品介绍手机端的数字123 */
.pro-intro-list li{
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 3.5rem;
    counter-increment: offcanvas-counter;
}
.pro-intro-list li:before {
    content: counter(offcanvas-counter, decimal-leading-zero);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2.8rem;
    height: 2.75rem;
    line-height: 2.8rem;
    text-align: center;
    border-radius: 50%;
    background: #f8c301;
    color: #fff;
    font-size: 1.0rem;
    font-weight: bold;
}
.pro-intro-list li:nth-child(odd):before {
    background: #555;
}
.pro-intro-list ul li {    
    margin-bottom: 0.1rem;
    color: #555;
}
.pro-intro-list li strong{
    font-size: 1.125rem;
    color: #f8c301;
    font-weight: bold;
}
/* 常遭价值 */
.pro-value li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 0px;
}
.pro-value li .value-img,.pro-value li .value-txt{
    width: 48%;
}
.pro-value li:nth-child(odd) {
    flex-direction: row;
}
.pro-value li .value-img img{
    margin-top: 0px;
    padding: 0px 0;
}
.pro-value li .value-txt strong {
    font-size: 22px;
    color: #222;
    margin: 20px 0 10px;
}
@media (max-width:992px) {
    .pro-value li{
        margin-bottom: 1.0rem;
    }
    .pro-value li .value-img,.pro-value li .value-txt{
        width: 100%;
    }
    .pro-value li .value-txt strong {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 5px 0;
    }
}
/* 技术优势 */
.ys{
    background: url(../img/ys.png) no-repeat center center;
    background-size: cover;
}
.info2-1 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.info2-1 ul li{
    width: 24%;
    margin-bottom: 20px;
    padding: 20px;
    transition: all 0.5s;
    border-radius: 4px;
    text-align: center;
}
.info2-1 ul li .li-img{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
    margin: 0 auto;
}
.info2-1 ul li h3{
    font-size: 22px;
    line-height: 30px;
    color: #222;
    margin: 20px 0 10px;
}
.info2-1 ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
}
.info2-1 ul li:hover .li-img{
    background: #f8c301;
}
.info2-1 ul li:hover .li-img img{
    filter: brightness(0) invert(1);
}
/* .info-list li:hover{
    border: 10px solid #f8c301;
} */
.info3 .table-container{
    margin: 30px auto;
}
.info3>p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.info3 li{
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
.table-container {
    width: 100%;
    overflow-x: auto;
    max-height: 630px;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;

}
.table-container::-webkit-scrollbar {
    display: none;
}
table{
    width: auto;
    min-width: 100%;
    font-size: 1.0rem;
    color: #555;
}
table thead{
    position: sticky;
    top: 0;
    z-index: 10;
}
table tr{
    transition: all 0.6s;
    background: #f6f6f9;
}
table tr:nth-child(odd){
    background: #f2f2f4;
}
table tr:hover{
    background: #ededed;
}
table th{
    color: #fff;
    line-height: 1;
    background: #f8c301;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #fff;
    white-space: nowrap;
}
table td{
    padding: 14px;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #fff;
}
table th:first-child{
    position: sticky;
    left: -1px;
    z-index: 5;
    background: #f8c301;
    border: 1px solid #fff;
    box-shadow: 1px 0 5px 1px #fff;
}
table td:first-child {
    position: sticky;
    left: -1px;
    z-index: 5;
    border: 1px solid #fff;
    box-shadow: 1px 0 5px 1px #fff;
}
.lx{
    padding: 50px 0 0;
}
.lx .pre-next a {
    margin: 0 0 35px 0;
}
@media (max-width:1200px) {
    .info-nav-left a{
        padding: 0 1.5rem;
    }
}
@media (max-width:992px) {
    .info-ms{
        margin: 0;
        padding: 20px 0 30px;
    }
    .ms-l,.ms-r{
        width: 100%;
    }
    .ms-r{
        margin-top: 20px;
    }
    .ms-r h2 {
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }
    .pro-btn{
        margin-top: 1rem;
    }
    .info-nav{
        top: 66px;
    }
    .info-nav-left a{
        padding: 0 1rem;
    }
    .info-nav a{
        font-size: 1.0rem;
    }
    .info-nav-left {
        padding: 1.0rem 15px;
    }
    .info-nav-right{
        display: none;
    }
    .info-list li{
        width: 100%;
        flex-direction: column;
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaea;
    }
    .info-list li .li-text{
        width: 100%;
    }
    .info-list li img{
        max-width: none;
        width: 100%;
        margin-right: 0;
    }
    .info2-1 ul li{
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
        display: flex;
        align-items: center;
        text-align-last: left;
    }
    .info2-1 ul li .li-img{
        width: 75px;
        height: 75px;
        margin-right: 15px;
        border: 1px solid #f8c301;
    }
    .info2-1 ul li .li-img img{
        width: 60%;
    }
    .info2-1 ul li .li-txt{
        flex: 1;
    }
    .info2-1 ul li h3{
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 5px 0;
    }
    .info2-1 ul li p{
        font-size: 14px;
        line-height: 1.5;
    }
    .info2-1 ul li:hover .li-img{
        background: rgba(255, 255, 255, 0.5);
    }
    .info2-1 ul li:hover .li-img img{
        filter: none;
    }
}
@media (max-width:768px) {
    .info-list li p{
        width: 100%;
    }
}
/* 关于三诺 */
.about-sn{
    padding-bottom: 80px;
    background: url(../img/about-sn.jpg) no-repeat center bottom;
    background-size: cover;
}
.about-sn .abo-tit{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.about-sn .abo-tit h2{
    margin-bottom: 10px;
}
.about-sn .abo-tit a{
    font-size: 14px;
    color: #555;
}
.about-sn .abo-tit span{
    color: #f8c301;
}
.about-sn h3{
    font-size: 24px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-sn h3 strong{
    font-size: 2.75rem;
}
.about-sn img{
    margin-top: 2rem;
}
.about-sn p{
    font-size: 1.125rem;
    line-height: 1.8;
}
.about-sn .over-h{
    display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-sn p{
    font-size: 1.0rem;
    line-height: 1.8;
}
@media (max-width:992px) {
    .about-sn{
        padding-bottom: 30px;
    }
    .abo-tit{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
    }
    .about-sn .abo-tit h2{
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .about-sn h3{
        font-size: 20px;
        margin-bottom: 22px;
    }
    .about-sn .abo-tit a{
        font-size: 1rem;
    }
    .about-sn h3 strong {
        font-size: 1.75rem;
    }
    .about-sn img {
        margin-top: 30px;
    }
    .about-sn p{
        font-size: 1rem;
        line-height: 1.5;
    }
}
/* 新闻*/
.ny-news .ny-news-list {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 25px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ny-news .ny-news-list a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ny-news .ny-news-list .ny-news-img{
    width: 25%;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list:hover .ny-news-img img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.ny-news .ny-news-list .ny-news-content{
    width: 75%;
    padding:10px 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{
    display: block;
    font-weight: 300;
    font-size: 0.875rem;
}
.ny-news .ny-news-list .ny-news-content h5{
    line-height: 1;
    font-size: 26px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 25px 0px;
}
.ny-news .ny-news-list .ny-news-content h5 strong{
    font-weight: normal;
    font-size: 0.875rem;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title:after{
    content: "";
    width: 40px;
    height: 2px;
    background: #ffcb04;
    display: block;
    margin: 10px 0px 10px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    font-size: 0.875rem;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #2b2b2b;
}
@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img,.ny-news .ny-news-list .ny-news-content{
        width: 100%;
    }
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title p{
        width:100%;
        font-size: 1rem;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        width:100%;
    }
    .ny-news .ny-news-list .ny-news-content{
        padding:10px 10px;
    }
}

/* 新闻详情页 */
.ny-news-info{
    padding: 15px 35px 60px;
    width: 100%;
    background-color: #fff;
    margin: 0px auto;
}
.ny-comm .news-info-title{
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.ny-comm .news-info-title p{
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0 5px;
}
.ny-comm .news-info-title .category {
    color: #403c3e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 30px;
}
.news-info-content .duoimg img{
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
}
.ny-news-info .news-info-content p{
	margin: 10px 0px;
}
@media (max-width:991px){
    .ny-news-info{
        padding:20px 0;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 1rem;
    }
    .ny-comm .news-info-title p{
        font-size: 1.5rem;
    }
}
/*技术实力*/
.ny-tech .ny-tech-img img{
    width: 100%;
}
.ny-tech .ny-tech-content{
    padding: 50px 0px;
}
.ny-tech .ny-tech-content .ny-tech-title{
    font-size: 35px;
    text-align: center;
    color: #0f238c;
    font-weight: 800;
    margin-bottom: 25px;
}
.ny-tech .ny-tech-content .ny-tech-title:after{
    content: "";
    width: 70px;
    height: 2px;
    background: #d6000f;
    display: block;
    margin: 10px auto;
}
.ny-tech .ny-tech-content .ny-tech-intro{
    font-size: 1rem;
}
.ny-tech .ny-tech-content .ny-tech-intro img{
    margin: 10px 0px;
    width: auto;
    max-width: 100%;
}

@media(max-width:767px){
    .ny-tech .ny-tech-content {
        padding: 10px 0px;
    }
    .ny-tech .ny-tech-content .ny-tech-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ny-tech .ny-tech-content .ny-tech-intro {
        font-size: 0.875rem;
        padding-left: 0px;
    }
    .ny-tech .swiper-pagination .swiper-pagination-bullet{
        width: 50px;
        line-height: 30px;
        height: 50px;
        font-size: 20px;
        padding-top: 20px;
    }
}
/* 联系我们 */
.contact .contact-title{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.contact ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact ul li{
    width: 32%;
    line-height: 1.2;
    border: 1px solid #eee;
    padding: 20px;
}
.contact ul li strong{
    color:#f8c301;
    font-size: 18px;
}
.map{
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
/* 联系我们在线留言 */
.message{
    background: #fff;
    padding: 50px 50px;
    border: 10px solid #efefef;
}
.message .mes-tit{
    margin: 20px 0 0 0;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.message .mes-tit h2{
    font-size: 30px;
}
.message .mes-tit h2 span{
    color: #f8c301;
}
.message .mes-tit:before {
    position: absolute;
    display: block;
    content: '';
    width: 120px;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: #f8c301;
}
.form-control{
    height:46px;
    font-size: 15px;
    margin-bottom:20px;
    border-radius: 4px;
    padding-left: 25px;
    padding: 5px 20px;
}
.form-control1{
    padding: 10px 20px;
    height:110px !important;
}
/* .btn{
    width:100%;
    height:46px;
    line-height: 46px;
    font-size: 15px;
    font-weight: normal;
    border:none;
    color: #fff;
    background: #f8c301;
    border-radius: 4px;
    margin-bottom:20px;
    padding: 0;
    transition: all 0.6s;
} */
.btn{
    font-size: 16px;
    line-height: 24px;
    color: #f8c301;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #f8c301;
    padding: 6px 30px;
    display: inline-block;
    transition: all .3s;
}
.btn:hover{
    color: #fff;
    background: #f8c301;
}
.btn1,.btn2,.cur{
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0;
    color: #fff;
    cursor: text;
    margin-bottom: 20px;
    background: #f9c301;
    border: none;
}
.btn1{
    background: #fce180;
}
.btn2{
    background: #fbd241;
}
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("../img/down.png") no-repeat right 15px center;
    background-size: 16px;
    padding-right: 40px;
}
.msg-flex{
    display: flex;
}
.msg-flex label{
    min-width: 90px;
    min-height: 1px;
    font-size: 16px;
    line-height: 46px;
    color: #555;
    padding-left: 10px;
    position: relative;
    font-weight: normal;
    white-space: nowrap;
}
.msg-flex span{
    color: #f00;
    position: absolute;
    left: 0;
}
@media (max-width:992px) {
    .message{
        padding: 1rem 1.5rem;
    }
    .message .mes-tit h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .message .mes-tit{
        margin: 1rem 0 1.5rem 0;
    }
    .message .mes-tit .col-md-6{
        padding: 0;
    }
    .message .mes-tit p{
        text-align-last: left;
    }
    .message .btn{
        height: 40px;
        font-size: 1rem;
    }
    .messsage{
        margin-top: 20px;
    }
    .form-control,.message-btn button {
        height: 45px;
        padding: 1px 20px;
        margin-bottom: 10px;
    }
    .form-control1{
        padding: 10px 20px;
        height:220px !important;
    }
    .msg-flex label{
        display: none;
    }
}
/* 在线留言 */
.msg-box .msg-nav{
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: url(../img/jiantou.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.msg-box .message{
    border: none;
    padding: 20px 150px 50px;
    background: url(../img/mes-bg.jpg) no-repeat center center;
    background-size: cover;
    border: 1px solid #f3f3f3;
}
.msg-box .message p{
    margin-bottom: 20px;
    font-size: 16px;
    color: #999;
}
@media (max-width:992px) {
    .msg-box .msg-nav{
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
    .msg-box .message{
        padding: 10px 20px;
    }
    .msg-box .message p{
        display: none;
    }
}
/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#004080;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}
@media(max-width:992px){
    .contact ul li{
        width: 100%;
    }
    .contact ul li{
        margin-top: 25px;
    }
    .contact .contact-title p {
        font-size: 20px;
    }
}

/* 服务 */
.mb{
    margin-bottom: 10px;
}
.ny-service .service-box{
    padding: 2.8rem 0 0px;
}
.ny-service .service-box h3{
    font-size: 1.75rem;
}
.service-box .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.service-box .title{
    font-size: 30px;
    color: #222;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}
.service-box .subtitle{
    color: #555;
    font-size: 18px;
    text-align: center;
}
.service-box .fuwu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 10%;
}
.service-side{
    display: flex;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.6s;
}
.service-side .service-img{
    margin-bottom: 15px;
    text-align: center;
}
.service-side p{
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
}
.service-side:hover{
    background-color: #f8c301;
}
.service-side:hover .service-img{
    filter: brightness(0) invert(1);
}
.service-li{
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.service-li:nth-child(even){
    display: flex;
    flex-direction: row-reverse;
}
.service-li .left{
    width: 45%;
    overflow: hidden;
}
.service-li .left img{
    transition: all 0.6s;
}
.service-li .left img:hover{
    transform: scale(1.05);
}
.service-li .right{
    width: 55%;
    padding-left: 10%;
    display: flex;
    align-items: center;
}
.text .service-tit {
    display: flex;
    align-items: center;
}
.text .service-tit h4 {
    color: #f8c301;
    font-size: 24px;
    margin-left: 15px;
}
.text p {
    font-size: 1rem;
    color: #666666;
    margin: 18px 0;
    width: 70%;
}
.text a {
    display: block;
    width: 240px;
    height: 46px;
    font-size: 1rem;
    color: #f8c301;
    line-height: 46px;
    text-align: center;
    border: 1px solid #f8c301;
    border-radius: 4px;
    transition: all 0.6s;
}
.text a:hover {
    color: #fff;
    background: #f8c301;
}
.service-list1{
    display: flex;
    align-items: center;
}
.service-list1 .service-li{
    width: 24%;
    margin: 0 0.5%;
    border: 2px solid #ccc;
    transition: all 0.6s;
    padding: 20px;
}
.service-list1 .service-li:hover{
    border: 2px solid #f8c301;
}
.service-list1 .text .service-tit {
    flex-direction: column;
}
.service-list1 .text p {
    width: 100%;
    text-align: center;
}
.service-list1 .text a{
    margin: 0 auto;
}
.text_sannuo_fwpx {
    position: relative;
}
.text_sannuo_fwpx p {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    line-height: 2.5;
    background-color: rgba(248, 195, 1, .8);
    color: #fff;
    text-align: center;
}
.text_fwzc {
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 15px;
}
.text_fwzc li {
    padding-left: 20px;
    position: relative;
}
.text_fwzc li:after {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
    left: 0;
    top: 12px;
}
@media (max-width:992px) {
    .ny-service .service-box h3{
        font-size: 1.5rem;
    }
    .service-box .fuwu {
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: center;
    }
    .service-side{
        width: 150px;
        height: 150px;
        margin: 0 7px;
    }
    .service-side .service-img{
        margin-bottom: 10px;
    }
    .service-side .service-img img{
        height: 50px;
    }
    .service-side p{
        font-size: 1rem;
    }
    .service-li .left,.service-li .right{
        width: 100%;
    }
    .service-li .right{
        padding: 20px;
    }
    .service-li .right .text .service-tit img{
        height: 60px;
    }
    .service-li .right .text .service-tit h4{
        font-size: 20px;
    }
    .service-li .right .text a{
        margin: 0 auto;
    }
}
/* 网站地图 */
.sitemap{
    padding: 2.5rem 2.5rem;
    border: 2px solid #ccc;
}
.sitemap li{
    margin-bottom: 10px;
}
.sitemap li a{
    font-size: 1.125rem;
    padding-bottom: 10px;
    color: #222;
}
.sitemap li a h2{
    font-size: 1.35rem;    
    border-left: 5px solid #f8c301;
    padding-left: 10px;
    color: #222;
}
.sitemap li a:hover{
    color: #f8c301;
}
.sitemap ol{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.sitemap ol li{
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.sitemap ol li a{
    font-size: 16px;
    color: #555;
}
.sitemap ol li a:hover{
    color: #f8c301;
}