@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top: 50%;
    margin-top: -5px;
}
.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);
}
.header.sticky .m-btn span{background:#333;}
.header.sticky .m-btn span::before,.header.sticky  .m-btn span::after{background:#333;}
.header:hover .m-btn span{background:#333;}
.header:hover .m-btn span::before,.header:hover  .m-btn span::after{background:#333;}

.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.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: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }    
}
/* 内页banner */
.fac-ban{
    position: relative;
    overflow: hidden;   
    background: #2b2b2b;
}
.fac-ban img{
    width:100%;
}
.fac-ban .ny-title{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color:#fff;

}
.fac-ban .ny-title h5.cntitle{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 48px;
}
.fac-ban .ny-title p{
    font-size: 28px;
    font-weight: 300;
    margin-top: 16px;
    width: 40%;
}
.fac-ban .ny-title .p3 {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.75;
    font-weight: 100;

}
.fac-ban .ny-title .p3 img {
    width: 18px;
}
@media(max-width:991px){
    .fac-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .fac-ban .ny-title p {
        font-size: 16px;
    }
}

.factoryly{}
.factory-about{display: flex; padding: 30px 0; align-items: center;}
.factory-about .faboutword h5{text-align: left; position: relative}
.factory-about .faboutword h5 span{display: block; font-size: 24px; font-weight: bold; padding-top: 6px; margin-top: 18px;}
.factory-about .faboutword h5::after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #e60012;
    position: absolute;
    left: 0;
    top: 60px;
}
.factory-about .faboutword{width: 43%; font-size: 20px; margin-right: 7%;}
.factory-about .faboutimg{width: 50%; border-radius:20px; overflow: hidden; }
.factory-about .faboutimg img{width: 100%; height: 100%; object-fit: cover;}

.factoryly.two{background-color: #f8fcff;}
.factoryly.two .factory-about .faboutword{order: 2; margin-right: 0%;  margin-left: 7%;}
.factoryly.two .factory-about .faboutimg{order:1}


.factory-about table {
    border-collapse: collapse;
    width: 100%;
}
.factory-about tr:first-child td{background-color: #e5e8ff;}
.factory-about th, td {
    border: 1px solid #ccc;
    padding: 15px;
}
.factory-about td{padding: 1px 8px;}


    /* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #2b2b2b;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color:#fff;
}
.ny-ban .ny-title h5.cntitle{
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 200;
}
.ny-ban .ny-title p{
    font-size: 56px;
    font-weight: 500;
}
.ny-ban-en .ny-title p{font-size: 38px;}
.ny-ban .ny-title .p3 {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.75;
    font-weight: 100;
    margin-top: 16px;
}
.ny-ban .ny-title .p3 img {
    width: 18px;
}
@media(max-width:991px){
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title p {
        font-size: 16px;
    }
}


/* 当前位置 */
.position{
    position: relative;
    background: #fff;   
    padding: 15px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.position span {
    font-weight: 600;
    color: #00339b;
}
.position ul{
    display: flex;
    justify-content: right;
} 
.position ul li{  
   padding-right: 10px;
}
.position ul li a:hover{
    font-weight: bold;
}
/* 搜索 */
.search{
    background:url("../images/a77.png") no-repeat top right  #eeeeee;
    padding: 4% 0px;
}
.search.search-case{
    background-color: #fff;
}
.search-box{
    width: 50%;
    margin: 0px auto;
}
.search.search-case .search-box {
    width: 100%;
}
.search a{
    font-size: 16px;
    display: block;
    text-align: center;
    color: #474747;
    padding: 5px 5px;
}
.search a:hover{color: #fe0000;}
.search ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
    margin-right: -8px;
}
.search ul li{
    margin-right: 8px;
}
.search ul.all-type{
    margin-right: -8px;
}
.search ul.all-type li{
  margin-bottom: 15px;
}
.search ul.all-type li a.active{
    background: #fe0000;
    color: #fff;
}
.search form{
    width:100%;
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    height: 40px;
    line-height: 40px;
    border:1px solid #fff;
    background: #fff;
    padding: 0px 20px;
    text-transform: uppercase;
    border-radius: 40px;
}
.search.search-case form input{
    background-color: #f3f3f3;
}
.search form input:-moz-placeholder {
    font-size: 18px;
}
.search form input:-ms-input-placeholder{
    font-size: 18px;
}
.search form input::-webkit-input-placeholder{
    font-size: 18px;
}
.search form button{
    background: #fe0000;
    position: absolute;
    right: 0px;
    color: #fff;
    font-size: 18px;
    top: 0px;
    border: none;
    padding: 0px 20px;
    height: 100%;
    border-radius: 40px;
    display: flex;
    align-items: center; transition: all 0.3s;
}
.search form button:hover{background: #184899;}
.search form button i{
    font-size: 24px;
    font-weight: 100;
    margin-right: 10px;
}
@media(max-width:992px){
    .search-box {
        width: 100%;
    }
    .search ul li,.search ul.all-type li {
        width: 31%;
        margin-bottom: 10px;
    }
    .search a {
        font-size: 14px;
    }
    .search form button{
        font-size: 18px;
    }
}
/*主页通用*/
.main{
    background: #fff;
}
.main.product-nav{
    background: #fff;
    border-top: 0px solid #777f90;
    position: relative;
}
.main.product-nav:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #777f90;
    display: none;
}
.main.digital-nav{
    background: #fff;
    border-top: 20px solid #fe0000;
    position: relative;
}
.main.digital-nav:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fe0000;
}
.ny-comm{
    padding-top: 6.8px;
    padding-bottom: 68px;
}
.c-con{
    position: relative;
}
.ny-comm .comm-left{  
    overflow: hidden;
    width: 20%;
    top: 0px;
    float: left;
    position: sticky;
    transition: all .3s;
}
.ny-comm .comm-right{ 
    width: 78%;
    padding: 0px 0px 0px 40px;    
    float: right;
}
.ny-comm .ny-title{
   font-size: 48px;
   font-weight: 600;
   margin-bottom: 12px;
   position: relative;
}
.ny-comm .ny-sbtit{font-size: 24px; color: #fe0000;}
.ny-comm .ny-title.text-center::after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #e60012;
    position: absolute;
    left: 50%;
    top: 72px;
    margin-left: -25px;
}
.ny-comm .ny-title span{
    display: block;
    font-size: 24px;
}
.ny-comm .ny-title p{
    display: block;
    font-size: 18px;
    width: 72%;
    margin: 0px auto;
}
.ny-comm .ny-title.text-center p{
    margin: 10px auto;color: #6a6a6a;
}
@media(max-width:767px){
    .ny-comm{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ny-comm .ny-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ny-comm .ny-title span{
        font-size: 14px;
    }
}
.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;
}
.more-center{display: flex;justify-content: center;}
/*内页关于我们*/
.ny-about .about1{ 
    background: url(../images/about1.jpg) no-repeat bottom left #fff;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.ny-about .about-txt{
    width: 50%;
    text-align: justify;
    font-size: 16px;
}
.ny-about .about1-vidoe{position: relative;}
.ny-about .about1-vidoe .play-btn{
    position: absolute;
    top: 50%;
    left:50%;margin-left: -63px; margin-top: -103px;
    display: flex; align-items: center;justify-content: center;
}
.ny-about .about1-vidoe .play-btn img{width: 126px;}
.ny-about .about-img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 70%;
    text-align: right;
}
.ny-about .about-img img{
    height: 100%;
    width: auto;
    max-width: 100%;
}
/*标语*/
.sign li{
    transition: all 0.3s ease-in-out;    
    padding-left: 20px;
    font-size: 24px;
    border-left: 5px solid #fe0000;
    margin: 50px 0px;
}
.sign li h5{
    color: #fe0000;
}
.sign li h5 span{
    font-size: 52px;       
    font-weight: 600;
}
.sign li h5 i{
    font-size: 24px;    
    font-style: normal; 
    margin-right: 10px;
}
.sign li h5 sup{
    font-size: 30px;
    margin-top: -1.5em;
}
.sign li h5 b{    
    font-size: 24px;
    font-weight: 300;
    padding: 5px 5px;
    color: #fff;    
    background: #fe0000;
}
@media(max-width:992px){
    .ny-about .about-img {
        position: relative;
        width: 100%;
    }
    .sign li{  
        padding-left: 15px;
        font-size: 14px;
        border-left: 3px solid #fe0000;
        margin: 15px 0px;
    }
    .sign li h5 span{
        font-size: 32px;
    }
    .sign li h5 i{
        font-size: 14px;
    }
    .sign li h5 sup{
        font-size: 20px;
    }
    .sign li h5 b{    
        font-size: 16px;
    }
}
/*公司资质*/
.ny-about .about2{
    background: url(../images/about2.jpg) no-repeat center #fff;
    background-size: cover;
}
.ny-about .about2 ul{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.ny-about .about2 ul li{
    padding: 2% 25px;
    width: 33.33%;    
    color: #fff;
    text-align: center;
    border-right: 3px solid #fff;
    transition: all 0.5s;
}
.ny-about .about2 ul li:last-child{
    border-right: 0px;
}
.ny-about .about2 ul li h5{
    font-size: 34px;
}
.ny-about .about2 ul li:hover{
    padding: 1.5% 25px;
}
@media(max-width:992px){
    .ny-about .about2 ul li img {
        width: 65px;
    } 
    .ny-about .about2 ul li h5 {
        font-size: 20px;
    }
}
/*锟铭分部*/
.ny-about .about3{
    background: url(../images/about3.jpg) no-repeat center #fff;
    background-size: cover;
}
.ny-about .about3 .ny-title{
    color: #fff;
}
.ny-about .about3 ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: space-between;
}
.ny-about .about3 ul li{
    width: 31%;
    margin-bottom: 150px;     
    transition: all 0.5s;
}
.ny-about .about3 .about3-img{
    overflow: hidden;
}
.ny-about .about3 .about3-img img{
    width: 100%;
    margin-top: -100px;    
    transition: all 0.5s;
}
.ny-about .about3 .about3-con{    
    font-size: 13px;
    background: #fff;
    position: relative;
    margin-top: -50px;
    padding: 15px 15px 40px;
    background: #fff;   
}
.ny-about .about3 ul li h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5%;   
}
.ny-about .about3 ul li:hover .about3-img img{
    transform: scale(1.1);
}
/*弹出层*/
.about3-model{
    position: relative;
}
.about3-model .close-btn .close{
    font-size: 45px;
    margin-right: 10px;
}
.about3-model .fenbu-img{
    overflow: hidden;
}
.about3-model .fenbu-img img{
    width: 100%; 
    transition: all 0.5s;
}
.about3-model .fenbu-img:hover img{
    transform: scale(1.1);
}
.about3-model .fenbu-con .subtitle{
    display: inline-block;
    background: #fe0000;
    color: #fff;
    font-size: 20px;
    padding: 2px 10px;
    border-radius: 5px;
}
.about3-model .fenbu-con{
    margin: 40px 35px 90px 40px;
    font-size: 17px;
    padding-bottom: 90px;
    border-bottom: 1px solid #777777;
}
.about3-model .fenbu-con .title{
    font-size: 26px;
    margin: 15px 0px 30px;
}
.about3-model .fenbu-con ul{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.about3-model .fenbu-con ul li{
    width: 33%;
    padding-left: 10px;    
    position: relative;
    background: url(../images/ser-line.jpg) no-repeat left top;
}

.about3-model .fenbu-con-img{
    position: absolute;
    right: 2%;
    width: 46%;
    background: #fe0000;
    text-align: center;
    bottom: 5%;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 20%);
}
@media(max-width:992px){
    .ny-about .about3 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .close-btn{
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 1;
    }
    .about3-model .fenbu-con{
        font-size: 14px;
        margin: 20px 15px 20px 15px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .about3-model .fenbu-con ul {    
        margin-bottom: 20px;
    }
    .about3-model .fenbu-con .title {
        font-size: 16px;
        margin: 15px 0px 15px;
    }
    .about3-model .fenbu-con-img {
        position: relative;
        right: 0%;
        width: 100%;
    }
}
/*企业宗旨*/
.ny-about .about5{
    background: #fff;
    background-size: cover;
}
.ny-about .about5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny-about .about5 ul li{    
    width: 33.333%;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.dtime{color: #184899; margin-top: 8px;}
.link-box{font-size: 14px; margin-top: 16px;}
.link-box .text{padding-top: 28px;}
.ny-about .about5 .about5-img img{
    width: 100%;    
    transition: all 0.5s;
    opacity: 0.68;
}
.ny-about .about5 .about5-cover{
    position: absolute;
    top: 50%;
    font-size: 22px;
    width: 90%;
    left: 5%;
    transform: translate(0%,-50%);
}
.ny-about .about5 ul li h5{
    font-size: 60px;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
}
.ny-about .about5 ul li h5 img,.ny-about .about2 ul li img{
    width: auto;
    max-width: 100%;
}
.ny-about .about5 .about5-cover .cover-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ny-about .about5 .about5-cover .cover-con ul{
    width: 45%;    
    color: #fff;
}
.ny-about .about5 .about5-cover .cover-tit2{
    color: #fff;
}
.ny-about .about5 .about5-cover .cover-con ul li,.ny-about .about5 .about5-cover .cover-con p{
    width: 100%;
}
.ny-about .about5 ul li:hover .about5-img img{
    transform: scale(1.1);
}
/*企业荣誉*/
.research-box5{
    background: url(../images/honor.jpg) no-repeat center;
    background-size: auto 90%;
}
.research-box5 .box5-content ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-top: 60px;
}
.research-box5 .box5-content ul li {
    width: 21%;
    font-size: 25px;
}
.research-box5 .box5-content ul li h3{
    color: #fe0000;
    font-size: 28px;
}
.research-box5 .box5-content ul li h3 span{
    font-size: 85px;
}
/* 专利轮播图 */
.research-box5 .swiper-container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}
.research-box5 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 420px;
}
@media(max-width:992px){ 
    .research-box5 .swiper-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .research-box5 .swiper-slide {        
        height: 270px;
    }
    .research-box5 .box5-content ul{
        padding-top: 0px;
    }
    .research-box5 .box5-content ul li {
        width: 33%;
        font-size: 16px;
    }
    .research-box5 .box5-content ul li h3 span {
        font-size: 32px;
    }
    .research-box5 .box5-content ul li h3 {
        font-size: 20px;
    }
}
/* 发展历程 */
.g-lc {  
  background: url(../images/history.jpg) no-repeat;
  background-size: 100% 75%;
  background-position: bottom center;  
  padding-left: 5%;
  padding-right: 5%;
}
.g-lc h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #323333;
}
.g-lc .g-lc-con {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.g-lc .g-lc-con .lc-next {
  width: auto;
  height: auto;
  top: 46%;
  background: none;
  right: -10px;
  opacity: 1;
}
.g-lc .g-lc-con .lc-prev {
  width: auto;
  top: 46%;
  height: auto;
  background: none;
  left: -10px;
  opacity: 1;
}
.g-lc .g-lc-con .glc-cz {
  position: absolute;
  width: 100%;
  left: 0;
  top: 46%;
}
.g-lc .g-lc-con .lc-swiper {
  position: relative;
  width: 94.75%;
  margin: 0 auto; 
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide {
    padding-left: 9px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con {
  display: flex;
  flex-direction: column;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp {
  position: relative;
  padding-bottom: 70px;
  width: 425px;
  display: flex;
  flex-direction: column-reverse;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 {
  font-size: 48px;
  font-weight: bold;
  color: #e90020;
  transition: all 0.3s;
  position: relative;
  padding-left: 33px;
  height: 48px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 img {
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  transition: all 0.3s;
  z-index: 2;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #323333;
  margin-top: 16px;
  padding-left: 33px;
  height: 130px;
  display: flex;
  flex-direction: column-reverse;  
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul,.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul li{
    position: relative;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul::before{
    position: absolute;
    left: -33px;
    bottom: 0;    
    bottom: 0px;
    content: '';
    height: calc(100% - 20px);
    width: 1px; 
    z-index: 1px;   
    background-color: #b6b6b8;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp div ul::before{
    position: absolute;
    left: -33px;
    bottom: 0;
    top: -36px;
    content: '';
    height: calc(100% + 26px);
    width: 1px; 
    z-index: 1px;   
    background-color: #b6b6b8;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul li::before{    
    position: absolute;
    left: -42px;
    top: 30%;
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/yq.png) no-repeat;
    transition: all 0.3s;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div ul li strong{
    font-size: 26px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 1px;
  height: calc(100% - 135px);
  background-color: #b6b6b8;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-bt {
  height: 290px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con:hover .glc-tp h4 {
  font-size: 38px;
  position: relative;
  margin-top: -5px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con:hover .glc-tp h4 img {
  top: 17px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con {
  flex-direction: column-reverse;
}

.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp,.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con div{
  flex-direction: column;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp::before {
  bottom: auto;
  top: 0;
  height: calc(100% - 160px);
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp {
  padding-bottom: 0;
  padding-top: 70px;
  margin-top: -25px;
}

@media(max-width:992px){   
    .ny-about .about-txt {
        padding: 10px 0px;
        width: 100%;
    }
}
/*内页企业工厂*/
.ny-factory .tit-info{
    text-align: center;
    font-size: 16px;
}
.ny-factory .tit-info strong{
    font-size: 53px;
    color: #fe0000;
}
.ny-factory .factory-content{
    background: #f8fafd;
    padding: 30px 0px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.ny-factory .factory-img{
    margin: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 16px;
}
.ny-factory .swiper-button-prev,.sierac-company .swiper-button-prev,.ny-cooper .swiper-button-prev,.research-box5 .swiper-button-prev,.digital-case .swiper-button-prev,.code-products .swiper-button-prev {
    left: -80px;
    width: 70px;
    height: 70px;
    background: url(../images/p-prev.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.ny-factory .swiper-button-next,.sierac-company .swiper-button-next,.ny-cooper .swiper-button-next,.research-box5 .swiper-button-next,.digital-case .swiper-button-next,.code-products .swiper-button-next {
    right: -80px;
    width: 70px;
    height: 70px;
    background: url(../images/p-next.png) no-repeat;    
    background-size: 100%;
}
@media(max-width:992px){  
    .ny-factory .swiper-button-prev,.sierac-company .swiper-button-prev,.ny-cooper .swiper-button-prev,.research-box5 .swiper-button-prev,.digital-case .swiper-button-prev,.code-products .swiper-button-prev {
        left: 0px;
        width: 40px;
        height: 40px;
    }
    .ny-factory .swiper-button-next,.sierac-company .swiper-button-next,.ny-cooper .swiper-button-next,.research-box5 .swiper-button-next,.digital-case .swiper-button-next,.code-products .swiper-button-next {
        right: 0px;
        width: 40px;
        height: 40px;
    }
}
/*企业实力*/
.ny-honor .par-tab{
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 25px 0px;
}
.ny-honor .par-tab li a{
    padding: 12px 60px;
    margin-right: 10px;  
    background: #fff;
    border-radius: 35px;   
    font-size: 18px;
    display: block;
    transition: all 0.6s;
}
.ny-honor .par-tab li.active a,.ny-honor .par-tab li a:hover{
    color: #fff;
    background: #00278b;
}
@media (max-width:992px){
    .ny-honor .par-tab li a{          
        font-size: 16px;
        padding: 5px 15px;
    }
}
/*荣誉资质*/
.honor {
    background: url(../images/honor-topbg.jpg) no-repeat center; 
}
#certify{
    position: relative;    
    margin: 0px auto;
}
#certify  .swiper-slide {
    width: 680px;
}
@media (max-width:1600px){
    #certify  .swiper-slide {
        width: 580px;
    }
}
#certify  .swiper-slide img{
    display:block;
}
#certify  .swiper-slide .honor-img{
    font-size: 20px;
    text-align: center;
    line-height: 2.0;
}
#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
#certify .swiper-button-prev:hover {
    background-position: 0 -45px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -92px;
    background-size: 100%;
}
#certify .swiper-button-next:hover {
    background-position: 0 -137px;
    background-size: 100%
}
@media (max-width:992px){
    #certify { margin: 0 auto 30px auto;}
    #certify .swiper-slide{width:200px; line-height:270px}
    #certify .swiper-button-prev{ left:0}
    #certify .swiper-button-next{ right:0}
    #certify .swiper-button-next, #certify .swiper-button-prev{ transform:scale(0.5)}    
}
/* 荣誉证书 */
.ny-honor .g-zz-con {
  display: flex;
  flex-wrap: wrap; 
}
.ny-honor .g-zz-con .g-zz-items {
  width: 20%;
  border: 1px solid #e5e5e5;
  margin-right: -1px;
}
.ny-honor .g-zz-con .g-zz-items div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-honor .g-zz-con .g-zz-items div:nth-child(1) p {
  height: 341px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ny-honor .g-zz-con .g-zz-items div:nth-child(1) p img {
  max-width: 85%;
  max-height: 85%;
  width: auto;
  transition: all 0.6s;
  cursor: pointer;
}
.ny-honor .g-zz-con .g-zz-items div:nth-child(2) {
  font-size: 16px;
  border-top: 1px dashed #e5e5e5;
  text-align: center;
  color: #333333;
  padding: 17.5px 10px;
  transition: all 0.3s;
}
.ny-honor .g-zz-con .g-zz-items:hover div:nth-child(1) p img {
  transform: scale(1.04);
}
.ny-honor .g-zz-con .g-zz-items:hover div:nth-child(2) {
  color: #ea0b2a;
}
/*云展厅*/
.ny-show .tit-info{
    text-align: center;
    font-size: 40px;
}
.ny-show .show-hall{
    padding: 3% 20%;
    background: url(../images/hall.jpg) no-repeat top center;
    background-size: contain;
    margin-top: 60px;
}
.ny-show .ny-title {
    margin-bottom: 0px;
}
.ny-show .show-video,.about .about-video{
   background: url(../images/video-bg.jpg) no-repeat top center;
   background-size: cover; 
   color: #fff;
   font-size: 48px;
   text-align: center;
   padding: 10% 2%;
   position: relative;
}
.about .about-video{
    background: url(../images/about-video.jpg) no-repeat top center;
    background-size: cover; height: 100%;
}
.ny-show .show-video .play-btn,.about .about-video .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    color: #fff;
}
.ny-show .show-video .play-btn img,.about .about-video .play-btn img{
    width: auto;
    max-width: 100%;
}
.ny-show .show-video i{
    font-size: 200px;
    font-weight: 100;
}
/*展厅服务和优势*/
.ny-show .show-con h5{
    font-size: 38px;
    margin-bottom: 50px;
}
.ny-show .show-con h5 strong{
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
}
.ny-show .show-con-en h5 strong{
    font-size: 36px;
}

.ny-show .show-con ul{
    font-size: 29px;
    color: #fe0000;
    margin-left: 10px;
    border-left: 1px solid #7e7e7e;
}
.ny-show .show-con ul li{
    line-height: 2.0;
    margin: 25px 0px;
    padding-left: 30px;
    display: block;
    position: relative;
}
.ny-show .show-con ul li:before{
    content: "●";
    color: #fe0000;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -30px;
}
.ny-show .show-con-en ul {
    font-size: 22px;
}
.ny-show .show-con-en ul li{line-height: 30px;}

.tit-info p{width: 80%; margin: 0 auto;}
/* 欢迎申请参观体验 */
.l-form {
  background: url(../images/apply.jpg) no-repeat;
  background-size: cover;
  padding: 108px 0;
  margin-bottom: -1px;
}
.l-form .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 65px 20px 60px 20px;
}

.l-form .container-fluid .l-form-md h4 {
  font-size: 85px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #fe0000; 
}
.l-form .container-fluid .l-form-rt div {
  width: 200px;
  height: 70px;
  background-color: #fe0000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border-radius: 5px;
  transition: all 0.3s;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.l-form .container-fluid .l-form-rt div:hover {
  box-shadow: 1px 1px 10px #fe0000;
  transform: translateX(7px);
}
/*打造文化*/
.team-dazao .dazao-info{
    width: 70%;
    text-align: justify;
    margin: 0px auto;
    line-height: 28px;
    font-size: 16px;
}
.team-dazao .dazao-info img{
    margin-top: 50px;
}
/*组织结构*/
.team-organization{
    background: url(../images/organization.jpg) no-repeat center;
    background-size: cover;
}
.team-organization .organization-info{
    padding: 0% 5%;
    text-align: center;
}
/*人才团队*/
.team-list{
    overflow: hidden;
    position: relative;    
}
.team-list li{
    width: 100%;
    margin: 80px 0px;
    padding: 3% 5%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    background: url(../images/team-bg.jpg) no-repeat center;
}
.team-list .team-img{
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 2px 5px 16px;
}
.team-list .team-img img{
    width: 100%;
}
.team-list .team-con{ 
    font-size: 22px;
    width: 50%;
    padding: 1% 0% 0px 5%;
}
.team-list .team-con.left{
    font-size: 22px;
    width: 50%;
    padding: 1% 5% 0px 0%;
}
.team-list .team-con h5{
    font-size: 50px;
    margin-bottom: 6%;
    font-weight: 600;    
}
.team-num{
    margin-top: 6%;
    font-size: 36px;
    color: #fe0000;
    position: relative;
}

.team-num span{
    font-size: 85px;
    font-weight: 600;
}
.team-num sup{
    top: -1.0em;
}
@media(max-width:992px){
    .ny-show .tit-info {
        font-size: 16px;
    }
    .ny-show .show-hall {
        padding: 3% 10%;
        margin-top: 20px;
    }
    .team-dazao .dazao-info {
        width: 100%;
    }
    .ny-show .show-video,.about .about-video{       
       font-size: 18px;       
       padding: 10% 2%;
       height: 30vh;
    }
    .about .about-video{
        background: url(../images/about-video.jpg) no-repeat top center;
        height: 35vh;
        background-size: cover;
    }
    .ny-show .show-video .play-btn, .about .about-video .play-btn{
        width: 47%;
        white-space: normal;
    }
    .ny-show .show-video .play-btn img, .about .about-video .play-btn img{
        width: 70px;
    }
    .ny-show .show-con h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .ny-show .show-con h5 strong{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .ny-show .show-con ul {
        font-size: 14px;
        margin-left: 10px;
    }
    .ny-show .show-con ul li{
        margin: 10px 0px;
        padding-left: 20px;
    }
    .ny-show .show-con ul li:before {        
        left: -7px;      
        font-size: 20px;
        margin-top: -20px;
    }
    .ny-honor .g-zz-con .g-zz-items {
        width: 50%;
    }
    .ny-honor .g-zz-con .g-zz-items div:nth-child(2) {
        font-size: 14px;
    }
    .team-list li {
        width: 100%
        margin: 20px 0px;
        padding: 8% 5%;
    }
    .team-list .team-img,.team-list .team-con{
        width: 100%; 
        padding: 0px 0px;
        font-size: 14px;
    }
    .team-list .team-con h5{
        font-size: 16px;       
        margin-bottom: 5px;
        margin-top: 15px;
    }
    .team-num {
        font-size: 22px;
    }
    .team-num span {
        font-size: 36px;
    }
    .l-form{
        padding: 30px 15px;
    }
    .l-form .container-fluid {   
        padding: 30px 20px 30px 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .l-form .container-fluid .l-form-lf img{
        height: 45px;
    }
    .l-form .container-fluid .l-form-md h4 {
        font-size: 22px;
    }
    .l-form .container-fluid .l-form-rt div{
        width: 115px;
        height: 35px;
        font-size: 16px;
    }
}
/*内页案例*/
.ny-case,.ny-solution,.ny-cooper{
    background-color: #f7fafe;
}
.ny-case .case-list {    
    margin-bottom: 30px; 
    transition: all 0.4s;    
}
.ny-case .case-list .case-img,.digital-case .case-list .case-img{
    overflow: hidden;
}
.ny-case .case-list .case-img img,.digital-case .case-list .case-img img{
    width:100%;    
    transition: all 0.4s;
}
.ny-case .case-list .case-content{
    padding: 15px 20px;
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list .case-content h5{ 
    font-weight: 500;
    text-overflow: ellipsis;
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;        
}
.ny-case .case-list .case-content p{
    padding: 15px 0px;
}
.ny-case .case-list:hover .case-content {
   background: #fe0000;
   color: #fff;
}
/*视频*/
.video-img{
    position: relative;    
    overflow: hidden;
    height: 330px;    
    transition: all 0.4s;
}
.video-img div:nth-child(1){
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}
.video-img div:nth-child(2) {
    width: 100%;
    height: 100%;
}
.video-img div:nth-child(2) video {
    width: 100%;
    height: 100%;
}
.video-img div:nth-child(1) p {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.video-img div:nth-child(1) img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.video-img-con img{
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.case-list:hover {
  box-shadow: 0px 0px 12px 1px rgba(42, 42, 42, 0.1);
}
.case-list:hover .video-img div:nth-child(1) p,.ny-case .case-list:hover .case-img img {
  transform: scale(1.05);
}
@media (max-width:991px){      
    .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-content h5{
        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-tit{
    background-color: rgba(24,72,153,0.8);
    padding: 50px;
    color: #fff;
    position: relative;
    margin-top: -10%;border-radius: 30px;
}
.case-info-tit h5{
    font-size: 60px;
}
.case-info-tit h5 span{
    font-size: 30px;
    display: block;
}
.case-info-tit ul{
    margin: 20px 0px 0px;
    display: flex;
    justify-content: flex-start;
}
.case-info-tit ul li a{
    background: #fe0000;
    color: #fff;
    font-size: 24px;
    padding: 4px 20px;
    margin-right: 10px;
    display: block;
    border-radius: 20px;
}
/*以上为标题*/
.case-info{ 
    padding-bottom: 30px;
    background: #fff;
}
.case-info img{
    width:100%;
    margin: 0px 0px 65px;
}
.case-info h5,.case-info h5.case-tit{
   font-size: 45px;
   margin: 38px 0px;
   padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
}
.case-tit img{display: inline-block; width: auto; max-width: 100%;}
.case-info .case-info-list{
    padding: 50px 0px 100px;
    background: #f7fafe;
}
.case-info .case-info-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case-info .case-info-list ul li{
    width: 49%;
    margin: 10px 0px;
}
.case-info .case-info-list ul li p strong{
    font-size: 30px;
    margin-top: 15px;
}
/*配套系统*/
.case-info .case-system .system-img img{
    margin: 0px 0px;
}
.case-info .case-system .system-content{
    background: #f7fafe;
    padding: 20px 20px;
}
.case-info .case-system .system-content h5{
    font-size: 26px;
    font-weight: bolder;
    text-transform: uppercase;
    display: block;    
    padding-bottom: 0px;
    margin: 5px 0px;
    background: transparent;
}
@media (max-width:991px){ 
    .case-info-tit{
        padding: 15px;
    }
    .case-info-tit h5 {
        font-size: 22px;
    }
    .case-info-tit h5 span {
        font-size: 16px;
    }
    .case-info-tit ul li a{
        font-size: 14px; 
    }
    .case-info h5, .case-info h5.case-tit {
        font-size: 20px;
        margin: 15px 0px;
        padding-bottom: 15px;
        background-size: auto 5px;
    }
    .case-info .case-info-list ul li p strong {
        font-size: 16px;
    }
}
/*解决方案*/
.ny-solution .solution-list{
    margin-bottom: 40px;
    transition: all 0.6s;
}
.ny-solution .solution-list .solution-con{
    padding: 20px 25px 15px 0px;
}
.ny-solution .solution-list .solution-tit{
    font-size: 34px;
}
.ny-solution .solution-list .solution-desc{
    font-size: 20px;
    margin: 20px 0px 60px;
}
.ny-solution .solution-list .row{display: flex; align-items: center;}
.ny-solution .solution-list .more{
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    padding: 5px 12px;
    background-color: #184899;
    text-align: center;
}
.ny-solution .solution-list:hover{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 12px 0 rgb(0 0 0 / 20%);
}
@media (max-width:991px){ 
    .ny-solution .solution-list .solution-con {
        padding: 10px 15px 15px 0px;
    }
    .ny-solution .solution-list .solution-tit {
        font-size: 16px;
    }
    .ny-solution .solution-list .solution-desc,.ny-solution .solution-list .more{
        font-size: 14px;
        margin: 10px 0px 10px;
    }

}
/*合作伙伴*/
.ny-cooper .cooper-img{
    text-align: center;
    margin-bottom: 50px;
}
/*产品分类页面*/
.product-nav .product-navinfo,.digital-nav .product-navinfo{
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 25px;
}
.product-nav ul {    
    margin: 20px 0px 20px 0px;
    display: flex;
    padding: 30px 30px;
    background: #e5efff;
    border-radius: 8px;
}
.product-nav ul:hover{background: #ffe8e8;}
.product-nav .nav-img{
    width: 42%;
    padding-right: 3%;
}
.product-nav .nav-con{
    width: 58%;
}
.product-nav .nav-img img{
    width:100%;
    padding: 5px 5px;
    background-color: #fff;
    border-radius: 8px;
}
.product-nav .nav-desc{ 
    font-size: 20px;    
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-nav .nav-title{ 
    font-size: 32px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}
@media (max-width:991px){      
    .product-nav .product-navinfo, .digital-nav .product-navinfo{
        font-size: 20px;
    }
    .product-nav ul {
       padding: 10px 10px;    
    }
    .product-nav .nav-title {
        font-size: 16px;
    }
    .product-nav .nav-desc{ 
        font-size: 12px; 
    }
}
/*二级分类*/
.ny-menu ul{
    display: flex;
    background-color: #f7fafe;
    justify-content: center;
}
.ny-menu ul li{
    border-radius: 5px; padding: 10px 0 20px; margin: 0 5px;
}
.ny-menu.big ul{
    flex-wrap: wrap;
}
.ny-menu.big ul li{
    width: 17%;
}
.ny-menu ul li a{    
    font-size: 24px;
    font-weight: 500;    
    padding: 30px 60px 20px;
    text-align: center;  
    transition: .6s;
    display: block;
    position: relative;
    border-radius: 5px;
}
.ny-menu ul li a{font-size: 18px;}
.ny-menu ul li a:after{
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    transition: all .5s;
    height: 1px;
    background-color: #184899;
}
.ny-menu ul li:hover a:after{width: 48px; margin-left: -24px;background-color: #fff;}
.ny-menu ul li.active a:after {background-color: #fff;}
.ny-menu ul li.active a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #184899;
}
.ny-menu.big ul li.active a:before{display: none;}
.ny-menu ul li.active a,.ny-menu ul li a:hover{    
    color: #fff;
    background-color: #184899;
}
@media (max-width:992px){ 
    .ny-menu{
        display: none;
    }
}
/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
    padding: 15px 20px;
    background: #fe0000;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.comm-left .ny-nav{    
    padding: 15px 20px;
    background: #f7f9fc;
    margin-bottom: 20px;
}
.comm-left .ny-nav ul.subnav{
    padding: 5px 0px 15px;
    display: none;
    margin: 0px 15px;
}
.comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 5px 10px 5px 10px;
    text-align: center;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 400;   
    position: relative; 
}
.comm-left .ny-nav li.onenav{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li.onenav a{
    display: block;
    padding: 5px 10px 5px 10px;
    background: #fff;    
    border-radius: 5px;
    text-align: left;
    margin-bottom: 8px;
    box-shadow: 1px 1px 8px 0 rgba(0,0,0,.05);
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #fe0000;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 6px 10px 6px 15px;
    line-height: 1.3;
    font-size: 20px;
    background-color: transparent;
    border-bottom: 1px solid #edeff2;
    border-radius: 0px;
    margin-bottom: 2px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.0); 
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #fe0000;
}

/*案例*/
.ny-case .cooper-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #dcdcdc;
}
.ny-case .cooper-content{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.ny-case .cooper-content li{
    width: 19%;
    margin: 15px 0.5%;
}
.ny-case .cooper-content li h5{
    line-height: 1.4;   
    overflow: hidden;
    font-size: 14px;
    padding: 15px 0;
}
/*解决方案详情页*/
.ny-case .sol-img {
    position: relative;
    margin-bottom: 20px;
}
.ny-case .sol-img img{
    width: 100%;
}
.ny-case .sol-img .sol-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
}
.ny-case .sol-img .sol-title::after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #f8b62b;
}

/*产品列表*/
.product-list{        
    position: relative;  
    background-size: 100%;
    transition: all 0.6s;
    margin-bottom: 30px;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    overflow: hidden;
}
.product-list .product-img{
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{
    padding: 26px 20px;
    transition: all 0.6s;
    background-color: #184899;
}
.product-list:hover .pro-con{background-color: #fe0000;}
.product-list .pro-con h5{    
    font-size: 22px;
    text-align: center;    
    color: #fff;
    transition: all 0.6s;   
}
.product-list .pro-con h5 span{
    display: block;
}
.product-list:hover{
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.3);
}
.product-list:hover .product-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
@media(max-width:992px){ 
    .product-list .pro-con h5{    
        font-size: 16px;
    }
}
/*手机版 栏目二级*/
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .product-list .more {
        font-size: 14px;
    }   
    .ny-comm .comm-left{
        display: none;
    }
    .ny-comm .comm-right{
        width:100%;
        float: none;
        padding: 0px 0px;
        background: transparent;
    }
    .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: 14px;
        height: auto;
    }
}

/*产品展示详情 */
.product-optional ul{
    display: flex;
    justify-content: center;
}
.product-optional ul li{
    width: 18%;
    text-align: center;
    padding: 0px 10px;
}
.product-optional ul li img{
    height: 85px;
    width: auto;
    padding-left: 15px;
}
.product-optional ul li h5{
    display: block;
    padding: 28px 0px;
    font-weight: 600;
    color: #1c2b5e;
    font-size: 24px;
}
@media(max-width:992px){ 
    .product-optional ul li {
        width: 20%;
        padding: 0px 0px;
    }
    .product-optional ul li img {
        height: auto; 
        padding-left: 10px;
        padding-right: 5px;
    }
    .product-optional ul li h5 {
        padding: 10px 0px;       
        font-size: 12px;
    }
}
.product-offter{ 
    width: 90%;
    font-weight: bold;  
    margin: 30px auto;
    font-size: 32px;
    padding: 25px 45px 25px 150px;     
    position: relative;   
    background-size: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 20px;
    border-radius: 15px;
    position: relative;
}
.product-offter:before{
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 140px;
    height: 140px;
    background: url(../images/puls.png) no-repeat left center;
    background-size: 95% 100%;

}
.product-offter span{
    float: right;
}
.product-offter span i{
    border: 1px solid #49557e;
    padding: 2px 15px;    
    border-radius: 5px;
}
@media(max-width:992px){ 
    .product-offter{
        width: 100%;
        margin: 0px auto;
        font-size: 14px;
        padding: 25px 10px 25px 48px;
    }
    .product-offter span i {
        padding: 2px 10px;
    }
}
.ny-product .protitle{
   font-size: 60px;
   text-align: center;
   padding-bottom: 15px;   
   margin: 15px 0px;
}
.product-info-content {
    background: #fff;   
    padding: 10px 0px;
    font-size: 20px;
}
.product-info-content .slide-box {
    position: relative;
    padding: 0px 44px;
}
.product-info-content .pro-img{
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}
/*详情标题*/
.product-info-content .pro-title {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 30px;
}
.product-info-content .pro-title strong {
    display: inline-block;
    font-weight: bold;
    padding: 9px 19px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-info-content .pro-title img{
    display: inline-block; width: auto;
    vertical-align: middle; max-width: 100%;
}
/*详情参数*/
.product-info-content table{
    margin: 10px 0px;
}
.product-info-content table>tbody>tr>td,
.product-info-content table>tbody>tr>th,
.product-info-content table>tfoot>tr>td,
.product-info-content table>tfoot>tr>th,
.product-info-content table>thead>tr>td,
.product-info-content table>thead>tr>th {
    padding: 8px 15px;
    font-size: 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.product-info-content table{width: 100%;}
.product-info-content table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.product-info-content table>tbody>tr>td,
.product-info-content table>tbody>tr>th,
.product-info-content table>tfoot>tr>td,
.product-info-content table>tfoot>tr>th,
.product-info-content table>thead>tr>td,
.product-info-content table>thead>tr>th {
    border: 1px solid #ddd;
}
.product-info-content table>tbody>tr>td,
.product-info-content table>tbody>tr>th,
.product-info-content table>tfoot>tr>td,
.product-info-content table>tfoot>tr>th,
.product-info-content table>thead>tr>td,
.product-info-content table>thead>tr>th {
    padding: 8px 15px;
    font-size: 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.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 15px;
    font-size: 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.product-info-content video{
    width: 80%;
    margin: 0px auto;
    height: 60vh;
}
/*详情性能优势*/
.product-info-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-info-content ul li{
    width: 25%;
    font-size: 22px;
    margin: 30px 3%;    
    box-shadow: 1px 5px 8px 0 rgb(0,0,0,0.2);
    background: olive linear-gradient(to bottom, #e7f2ff, #feffff);
    padding: 50px 30px;
    border-radius: 5px;
}
.product-info-content ul li h4{
    display: block;
    font-style: normal;
    padding: 20px 0px 20px;
    text-align: center;
    color: #184899;
    font-size: 28px;
    font-weight: bold;
}
.product-info-content ul li p span.num{
    display: inline-block;
    background: olive linear-gradient(to bottom, #2c4e9b, #77a5d0);
    margin: 0px auto;
    font-style: normal;
    padding: 4px 32px;
    border-radius: 100%;
    color: #fff;
    vertical-align: top;
    font-size: 40px;
    font-weight: bold;
}
/*应用范围*/
.product-info-content .applist{
    margin: 20px 0px;
}
.product-info-content .applist img{border-radius: 20px 0; overflow: hidden;}
.product-info-content .applist h3{
    padding: 10px 20px;
    background-color: #184899;
    font-size: 22px;
    text-align: center;
    color: #fff;
    transition: all 0.6s;
    border-radius: 0 20px;
}
.product-info-content .applist:hover h3{background-color: #fe0000; }
@media(max-width:992px){ 
    .product-info-content .pro-title {
        font-size: 16px;        
        margin-bottom: 20px;
        border-bottom: 2px solid #dddddd;
        margin-top: 20px;
    }
    .product-info-content{
        font-size: 14px;
    }
    .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;
        font-size: 12px;
    }
    .product-info-content ul li{
        width: 100%;
        font-size: 14px;
        margin: 10px 3%;       
        padding: 20px 20px;
    }
    .product-info-content ul li h4{
        padding: 4px 14px;
        font-size: 20px;
    }
    .product-info-content ul li p span.num{
        padding: 20px 0px 20px;
        font-size: 20px;
    }
    .product-info-content .applist h3{
        font-size: 14px;
    }
    .product-info-content .applist {
        margin: 10px 0px;
    }
}

/*相关下载*/
.downlist ul li{
    font-size: 14px;
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #dcdcdc;
}
/*上一页下一页*/
.pre-next{
    font-size: 26px;
    line-height: 42px;
    margin: 30px -15px;
}
.pre-next span{
    font-weight: bold;
}
.pre-next i{
    font-size: 32px;
}
.product_back{
    padding: 30px 0px;
    text-align: center;
}
.product_back a{
    background: #fe0000;
    color: #fff;
    font-size: 24px;
    padding: 8px 25px;
}
@media(max-width:991px){
    .pre-next {
        font-size: 16px;
        line-height: 24px;
    }
    .pre-next .text-right{
        text-align: left;
    }
    .product_back a{
        font-size: 16px;
        padding: 6px 16px;
    }
}
/*相关案例*/
.ny-case.related_case{
    background: #fff;
}
.ny-case.related_case .box-content{
    padding: 20px 50px;
}
.ny-case.related_case .box-content .case-swiper{
    padding-bottom: 20px;
}
.ny-case.related_case .case-list .case-content{
    background: #184899;
    color: #fff;
}
.related-title{
    font-size: 30px;
    line-height: 1;   
    text-transform: uppercase;    
    margin-bottom: 20px;
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 30px;
}
.related-title span{
    display: inline-block;
    padding: 7px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
}
.related-title img{max-width: 100%;width: auto; display:inline-block;}
@media(max-width:512px){
    .related-title{
        font-size: 14px;
    }
}
.related_contact ul{
    padding: 0px 15px;
    margin-bottom: 50px;
}
.related_contact ul li{
    font-size: 21px;
    margin: 5px 0px;
}
.related_contact ul li.red{
    color: #d9170d;
}
@media(max-width:992px){
    .related_contact ul li {
        font-size: 14px;
    }
}
/* 新闻 一行几个 */
.ny-news .news-list{    
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.6s;
    box-shadow: rgba(57,99,207, 0.15) 2px 2px 26px;
}
.ny-news .news-list .news-img {
    overflow: hidden;
    position: relative;
    height: 28rem;
}
.ny-news .news-list .news-img img{
    width:100%;
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
}
.ny-news .news-list .news-content{    
    border: 1px solid #e5e5e5;
    padding: 20px;
    font-size: 16px;    
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border-radius:0 0 20px 20px;
}
.ny-news .news-list .news-img .news-title{    
    position: absolute;
    bottom: 0px;
    background: rgba(57,99,207,0.8);
    padding: 20px 20px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
.ny-news .news-list .news-content .news-time{  
    font-size: 20px;
    margin: 0px 0px 10px;
}
.ny-news .news-list .news-content .news-intro{
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ny-news .news-list .news-content i{
    margin: 0px 0px;
    font-size: 40px;
    font-style: normal;
    color: #fe0000;
    font-weight: lighter;
}
.ny-news .news-list:hover{
    background: url(../images/dot-b.png) no-repeat right 95px center #f8f8f8;
    box-shadow: rgba(57,99,207, 0.3) 2px 2px 26px;
}
.ny-news .news-list:hover .news-img img{
    transform: scale(1.1);
}
@media (max-width:991px){
    .ny-news .news-list .news-img{
        padding-right:0;
    }
    .ny-news .news-list .news-img .news-title{
        font-size: 18px;
    }
    .ny-news .news-list .news-content .news-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-news .news-list .news-content .news-intro{
        width:100%;
    }
    .ny-news .news-list .news-content{
        font-size: 14px;
    }
}
/*行业新闻和技术分享*/
.ny-news .ny-news-list { 
    margin-bottom: 45px;
    background: url(../images/dot-g.png) no-repeat right 95px center #fff;
    border-radius: 20px;
    padding: 40px 60px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-img {
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
    transition: 0.5s;
}
.ny-news .ny-news-list .ny-news-content{    
    width: 70%;
    font-size: 16px;
    margin-left: 5%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{    
    margin: 25px 0px;
    font-size: 26px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
.ny-news .ny-news-list .ny-news-content .ny-news-time{  
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 25px 0px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ny-news .ny-news-list:hover{
    background: url(../images/dot-b.png) no-repeat right 95px center #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 26px;
}
.ny-news .ny-news-list:hover .ny-news-img img{
    transform: scale(1.1);
}
@media (max-width:991px){
    
    .ny-news .ny-news-list {
        padding: 15px 15px;
        margin-bottom: 20px;
        background: url(../images/dot-g.png) no-repeat right 30px center #fff;
        background-size: 30px;
    }
    .ny-news .ny-news-list:hover{
        background: url(../images/dot-b.png) no-repeat right 30px center #f8f8f8;
        background-size: 30px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title{
        width:100%;
        font-size: 16px;
        margin: 0px 0px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-time{
        font-size: 14px;
        margin: 5px 0px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        display: none;
    }
    .ny-news .ny-news-list .ny-news-content{
        padding: 0px 0px;
        margin-left: 0%;
    }
}
/* 新闻详情页 */
.ny-news-info{
    padding: 0px 0px;
    width: 80%;
    background-color: #fff;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny-news-info .news-info-title{   
    padding-bottom: 16px;   
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 35px;
}
.ny-news-info .news-info-title p{
    font-size: 2.4rem;    
    font-weight: bold; 
}
.ny-news-info .news-info-title .date {
    color: #403c3e;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    padding: 2px 10px;    
}
.ny-news-info .news-info-content{
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
    margin: 0px 0px;
}
.ny-news-info .news-info-content p{
	margin: 0px 0px;
}
.ny-news-info .theme-main{
    width: 70%;
}
.ny-news-info .news-right{
    width: 25%;
}
/*右侧二维码*/
.news-er{
    display: inline-block;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    box-shadow: 0px 0px 10px 0px rgb(33 24 21 / 30%);
    margin-bottom: 50px;
}
.news-er img{
    width: 80px;
    margin-bottom: 10px;
}
/*右侧推荐文章*/
.news-tj{
    box-shadow: 0px 0px 10px 0px rgb(33 24 21 / 30%);
    margin-bottom: 50px;
    padding: 20px;
}
.news-tj h3{
    margin-bottom: 15px;
}
.news-tj li{
    margin-bottom: 10px;
}
.news-tj .news-tj-date,.news-tj .news-tj-title,.news-tj .product-title{
    font-size: 16px;
    color: #6d6d6d;
}
.news-tj .product-title{
    text-align: center;
    margin-top: 10px;
}
@media (max-width:991px){
    .ny-news-info{
        padding:0px 0;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .ny-news-info .theme-main,.ny-news-info .news-right{
        width: 100%;
    }
}

/*技术实力*/
.ny-faq ul li{
    margin-bottom: 15px;
}
.ny-faq .faq-title{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.ny-faq .faq-title:after {
    content: "";
    display: block;
    background: #1d2674;
    width: 40px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px 0px;
}
.ny-faq .faq-desc{
    font-size: 16px;    
}

@media(max-width:767px){
    .ny-faq .faq-title{
        font-size: 14px;
    }
    .ny-faq .faq-desc {
        font-size: 12px;       
        padding-left: 0px;
    }    
}

/* 联系我们 */
.contact .contact-title{
    font-size: 20px;
    font-weight: bold;
}
.contact ul li{ 
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    margin: 80px 0px;
}
.contact ul li span{
    font-size: 48px;
    display: inline-block;
    width: 130px;
    color: #079a3e;
    height: 130px;
    background: #fff;
    line-height: 130px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.contact .cimg{
    margin-top: -10px;
    width: 80px;
    background: #fff;
} 
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 30px;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
/* 在线留言 */
.message {
    background: #fff;
    padding: 20px 70px;
    font-size: 16px;
}
.message red{
    color: #ff0000;
}
.message .msg-title{
    font-size: 60px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
.form-control{
    height:40px;
    border-radius: 0px;    
    border: 1px solid #949494;
    margin-top: 5px;
    margin-bottom: 15px;
}
.form-type{
    margin-top: 5px;
    margin-bottom: 15px;
}
.form-control1{
    height:100px !important;   
}
.message .msg-btn{
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 1px;
    background-color: #00278b;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:767px){
    .contact .contact-title p {
        font-size: 20px;  
    }
    .message{
        margin-top: 20px;
    }
}
/*数字化首页*/
.digital-nav .ny-comm{
    padding-bottom: 0px;
}
.digital-nav .digital-navlist{   
    background: #f4f8fe;
    position: relative;    
}
.digital-nav .digital-navlist ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;    
    flex-direction: row-reverse;
}
.digital-nav .digital-navlist ul li{
    width: 50%;
    margin: 0px 0px;
}
.digital-nav .digital-navlist:nth-child(2n+1) {
    background: #fff;    
}
.digital-nav .digital-navlist:nth-child(2n+1) ul{
    flex-direction: row;
}
.digital-nav ul li.nav-con{
    padding: 3% 3%;
    font-size: 26px;
}
.digital-nav ul li.nav-con .nav-title,.digital-nav .digital-navlist .digital-cover .nav-title{
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 600;
}
.digital-nav .digital-navlist .digital-cover .nav-title{
    font-size: 80px;
}
.digital-nav ul li.nav-con .t-more,.digital-nav .digital-navlist .digital-cover .t-more{
    position: relative;
    display: inline-block;    
    line-height: 30px;
    font-size: 26px;
    font-weight: 500;
    overflow: hidden;
    color: #fff;
    padding: 5px 25px;
    background: #00a3f5;
    border-radius: 6px;
    margin-top: 25px;
    transition: all 0.3s ease-in-out;
}
.digital-nav .digital-navlist .digital-cover .t-more{
    font-size: 34px;
    padding: 10px 25px;
}
.digital-nav ul li.nav-con:hover .t-more{
    padding-left: 30px;
}
.digital-nav .digital-navlist .digital-cover{   
    background: rgba(26,32,136,0.7);
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    color: #fff;
    text-align: center;
    opacity: 0.0;
    bottom: -100%;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.digital-nav .digital-navlist .digital-cover .cover-con{
    position: relative;
    top: 25%;
}
.digital-nav .digital-navlist:hover .digital-cover{   
    opacity: 1.0;
    bottom: 0px;
}
@media (max-width:991px){
    .digital-nav .digital-navlist ul{
        padding-top: 3%;
    } 
    .digital-nav .digital-navlist ul li{
        width: 100%;
    }
    .digital-nav ul li.nav-con {
        padding: 3% 3%;
        font-size: 14px;
    }
    .digital-nav ul li.nav-con .nav-title,.digital-nav .digital-navlist .digital-cover .nav-title{
        font-size: 16px;
    }
    .digital-nav ul li.nav-con .t-more,.digital-nav .digital-navlist .digital-cover .t-more{
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        padding: 5px 25px;
    }
}
/*数字化MOM*/
.digital-mom h5{
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.digital-mom a,.digital-mom strong{
    color: #2b73d9;
}
.digital-mom img{
    width: 100%;
    max-width: none;
}
.digital-mom.code-top1{
    width: 80%;
    margin: 0px auto;
}
.digital-mom .play-btn a{
    background: #fe0000;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 4px 15px;
    border-radius: 5px;
    margin-top: 25px;
}
.digital-why{
    background: url(../images/MOM-why.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.digital-why h5{
    font-size: 42px;
    margin-bottom: 20px;
}
.digital-why em,.digital-role em{
    font-style: normal;
    font-size: 24px;
}
.digital-why ul{
    padding-left: 25px;
    width: 80%;
}
/*数字化页面导航*/
.digital-menu{
    background: #ececec;
    width: 100%;
    position: sticky;
    top: 97px;
    z-index: 9;
}
.digital-menu ul{
    display: flex;
    justify-content: center;
}
.digital-menu ul li a{
    display: block;
    padding: 20px 40px;
    font-size: 20px;
}
.digital-menu ul li a:hover,.digital-menu ul li.cn-active a {
    background: #fe0000;
    color: #fff;font-size: 20px;
}
.detection-ban{
    text-align: center;
}
/*角色协同*/
.digital-role,.digital-function,.digital-cost{
    background: #ebf2fb;
}
.digital-role .ny-title strong{
    color: #2b53b1;
}
/*经济效益*/
.digital-economic .economic-img{
    margin-bottom: 30px;
}
.digital-economic .economic-img img:last-child{
    display: none;
}
.digital-economic .economic-img:hover img:last-child{
    display: block;
}
.digital-economic .economic-img:hover img:first-child{
    display: none;
}
/*功能特点*/
.digital-function .gallery-thumbs {
    width: 100%;
    overflow: hidden;
}
.digital-function .gallery-thumbs .swiper-slide {
    width: 100%;
    opacity: 1.0;  
    display: block;
    padding: 2.6% 2.5%;   
    line-height: 2.0;
    font-size: 28px;   
    position: relative; 
    transition: all .5s;
    cursor: pointer;
    border-bottom: 2px solid #eaeef2;
}
/*.digital-function .gallery-thumbs .swiper-slide-thumb-active:before{
    content: "⭕";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 40%;
}*/
.digital-function .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1.0;
    font-size: 32px;
    color: #404dff;
    font-weight: 600; 
}
.digital-function .overview{    
    z-index: 99;
    position: relative;
    padding: 2% 0%;
}
.digital-function .overview ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.digital-function .overview ul li{
    padding: 5px 8px;
    border-radius: 5px;
    margin: 6px 8px;
    background: #fff;
    font-weight: 600;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 25%);
}

@media(max-width:992px){     
    .digital-function .gallery-thumbs .swiper-slide{
        font-size: 14px;
    } 
        
}
.digital-cost .swiper-slide {
    background: #d8dfe8;
    border-radius: 5px;
    overflow: hidden;
}
.digital-cost .cost-list h5{
    font-size: 34px;
    padding: 40px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.digital-cost .cost-list:hover h5{
    background: #555ebb;
    color: #fff;
}
/*AIOps*/
.digital-AIOpsld {
    position: relative;
}
.digital-AIOpsld .left-img{
    width: 54%;
}
.digital-AIOpsld .right-img{
    position: absolute;
    width: 54.5%;
    right: 0px;
    top: 0px;
}
.digital-AIOpsld .mid-img{
    position: absolute;
    width: 10%;    
    left: 50%;
    top: 49.75%;
    z-index: 2;
    transform:translate(-50%,-50%)
}
/*AIOps功能特点*/
.AIOps-function{
    background: #fff;
}
.function-box{
    background: #20222a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 25%);
}
.digital-function .function-box .gallery-thumbs{
    margin: 60px 0px 60px 0px;
    width: calc(100% + 30px);
}
.digital-function .function-box .gallery-thumbs .swiper-slide {    
    text-align: center;
    color: #fff;
    border-bottom: 0px solid #eaeef2;
}
.digital-function .function-box .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1.0;
    font-size: 36px;
    background: #3476f8;
    font-weight: 600; 
}
.function-box .gallery-top{
    background: #f0f5fc;
}
.function-box .gallery-top .swiper-slide{
    padding: 50px 50px;
}
/*智能运维三大优势*/
.digital-performance,.digital-value{
    background: #eaf2fb;
}
.digital-performanceList ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 50px 0px;
}
.digital-performanceList ul:nth-child(2n+1){
    flex-direction: row;
}
.digital-performanceList ul li {
    width: 50%;
    margin: 0px 0px;
}
.digital-performanceList .performance-desc,.codeService .codeSer-desc{
    padding: 5%;
}
.digital-performanceList .performance-desc h5,.codeService .codeSer-desc h5{
    font-size: 42px;
    color: #304a9d;
}
.digital-performanceList .performance-desc h5:after,.codeService .codeSer-desc h5:after{
    content: "";
    display: block;
    margin: 10px 0px 20px;
    width: 190px;
    height: 5px;
    background: #2b73d9;
}
.digital-performanceList .performance-desc p em,.codeService .codeSer-desc p em{
    font-size: 34px;
    font-style: normal;
}
.digital-performanceList .performance-desc ul li{
   font-size: 26px;
   color: #00b700; 
   margin: 10px 0px;
   padding-left: 50px;
   background: url(../images/dui.png) no-repeat left center;
}
.digital-performanceList .performance-desc ul.w100 li{
    width: 100%;
}
.digital-performanceList .performance-desc ul li p strong{
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #2b2b2b;
}
/*应用价值*/
.digital-value .value-list{
    background: #fff;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.digital-value .value-list h5{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}
.digital-value .value-list li.value-con{
    width: 40%;
    font-size: 26px;
    line-height: 1.9;
}
.digital-value .value-list li.value-img{
    width: 55%;
}
.digital-value .btn-num{
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 20%;
    padding: 15px 0px;
}
.digital-value .btn-num .swiper-pagination-fraction,.code-products .swiper-pagination{
    bottom: 0px;
}
/*效果对比*/
.digital-contrast{
    background: url(../images/contrast.jpg) no-repeat center bottom;
    background-size: 100%;
}
.digital-contrast ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.digital-contrast ul li{
    width: 25%;
    font-size: 20px;
    padding: 5% 2%;
    text-align: center;
    transition: all 0.4s linear;
}
.digital-contrast ul li .contrast-img img{
    max-width: 110px;
}
.digital-contrast ul li .contrast-numimg img{
    max-width: 195px;
}
.digital-contrast ul li h5{
    font-size: 28px;
    color: #fe0000;
    margin: 20px 0px;
}
/*二维码追溯*/
.code-products{
    background: #f5f9fe;
}
.code-yuan{
    background: url(../images/code-yuan.jpg) no-repeat center;
    background-size: cover;
}
.code-way ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.code-way ul li{
    width: 25%;
    font-size: 20px;
    position: relative;    
    text-align: center;
    transition: all 0.4s linear;
}
.code-way ul li .way-img{
    overflow: hidden;
}
.code-way ul li .way-img img {
    width: 100%;
    transition: all 0.6s;
}
.code-way ul li:hover .way-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.code-way ul li .way-con{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    padding: 30px 30px;
    background: rgba(29,32,136,0.8)
}
.code-way ul li .way-con h5{
    font-size: 36px;
    margin: 20px 0px;
}
/*数字化服务*/
.codeService{
    padding-top: 0px;
}
.codeService .codeServiceList{
    background: #fff;
    padding: 50px 0px;
}
.codeServiceList:nth-child(2n){
    background: #edf4fc;
}
.codeService .codeServiceList ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;  
}
.codeService .codeServiceList:nth-child(2n) ul {
    flex-direction: row-reverse;
} 
.codeService ul li.codeSer-img {
    width: 40%;
    margin: 0px 0px;
}
.codeService ul li.codeSer-con {
    width: 60%;
    margin: 0px 0px;
}
.codeService ul li.codeSer-con .codeSer-desc img{
    margin-top: 15px;
}
/*工业视觉检测*/
.digital-mom .whatcon{
    padding: 50px;
    position: absolute;
    top: 0px;    
}
.digital-mom .whatcon h5{
    color: #fe0000;
    font-size: 30px;
}
.digital-mom .whatcon ul{
    margin-left: 10px;
    font-size: 18px;
}
/*对比*/
.duibi-title{
    position: relative;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;    
}
.duibi-title .title-left{
    background: url(../images/vs-left.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    float: left;
    padding: 50px 10px;
}
.duibi-title .title-right{
    background: url(../images/vs-right.jpg) no-repeat center;
    background-size: cover;
    width: 50%;
    float: left;
    padding: 50px 10px;
}
.duibi-title .title-mid{
    width: 15%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.duibi-con ul{
    display: flex;
    justify-content: flex-start;  
    margin-bottom: 30px;
}
.duibi-con ul li:first-child{
    width: 42%;
    text-align: right;
    background: -o-linear-gradient(90deg,#ffffff,#accbee 100%);
    background: linear-gradient(90deg,#ffffff,#accbee 100%);
    padding: 20px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 20%);
}
.duibi-con ul li:nth-child(2){
    width: 16%;
    text-align: center;
    padding: 10px 20px;
}
.duibi-con ul li:nth-child(3){
    width: 42%;
    background: -o-linear-gradient(90deg,#bebebe,#fff 100%);
    background: linear-gradient(90deg,#bebebe,#fff 100%);
    padding: 20px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 20%);
}
.duibi-con ul li h5{
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}
.duibi-con ul li h5 em{
    font-size: 85px;
    color: #fe0000;
    opacity: 0.15;
    font-style: normal;
    display: block;
}
/*工业检测栏目*/
.digital-detection{
    background: #eff5fc;
}
.digital-detection ul{
    display: flex;
    flex-wrap: wrap;
}
.digital-detection ul li{
    width: 25%;
    position: relative;
}
.digital-detection ul li:before {
    content: "";
    background: rgba(29,32,136,0.8);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s linear;
    z-index: 1;
}
.digital-detection ul li:hover:before {
    opacity: 1.0;
}
.digital-detection ul li .detec-img{
    overflow: hidden;
}
.digital-detection ul li .detec-img img {
    width: 100%;
    transition: all 0.6s;
}
.digital-detection ul li:hover .detec-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.digital-detection ul li .detec-con {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 20px 30px;
    z-index: 2;
    background: rgba(29,32,136,0.8);
}
.digital-detection ul li .detec-con h5 {
    font-size: 36px;
    margin: 10px 0px;
}
.digital-detection ul li .detec-con .conH{
    height: 0px;
    overflow: hidden;
}
.digital-detection ul li:hover .detec-con .conH{
    height: 100%;
}
.digital-detection ul li:hover .detec-con{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(29,32,136,0.0);
}

/*一下是具体检测项目详情*/
.codeNav{
    position: relative;
}
.codeNavCon{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.codeNavCon .detectionLeft{
    width: 70%;
}
.codeNavCon .detectionLeft .tableCon{    
    background: #f1f1f2;
    padding: 30px 130px 30px 30px;
    border-radius: 10px;
    margin-top: 50px;

}
.codeNavCon .detectionLeft table tr td:first-child{
    color: #fe0000;
    padding: 20px 40px 20px 0px;
}
.codeNavCon ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 50px 0px;
}
.codeNavCon ul li{
    font-size: 26px;
    text-align: center;
    padding: 0px 5%;
}
.codeNavCon ul li img{
    width: 85px;
}
.codeNavRimg{
    float: right;
    position:relative;    
    width: 30%;
}
.codeNavRimg img{
    width: auto;
    max-width: 100%;
    margin-left: -15%;
}
/*应用内容*/
.app-list{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 25px 0px;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 25%);
}
.app-list .app-img{
    overflow: hidden;
    border-radius: 5px;
}
.app-list .app-img img {
    width: 100%;
    transition: all 0.6s;
}
.app-list:hover .app-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.app-list h5{
    font-size: 26px;
    text-align: center;
    margin: 20px 0px;    
}
/*锟铭优势*/
.digital-youshi ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.digital-youshi ul li{
    width: 33%;
    font-size: 20px;
    padding: 5% 5%;
    text-align: center;
    transition: all 0.4s linear; border-radius: 30px;
}
.digital-youshi ul li .youshi-img img{
    max-width: 95px;
}
.youshi-con h5{
    font-size: 30px;
    margin: 20px 0px;
}
.digital-youshi ul li:hover{
    background: -o-linear-gradient(to bottom,rgba(254, 255, 255, 0.8), rgba(254, 0, 0, 0.1));
    background: linear-gradient(to bottom,rgba(254, 255, 255, 0.8), rgba(254, 0, 0, 0.1));
}
/*精选案列*/
.digital-case{
    max-width: 1920px;
    margin: 0px auto;
}
.digital-case .swiper-slide {
  width: 50%;
  max-width: 600px; 
  background: #fff;
}
.digital-case .digital-caseSwiper{
    padding-bottom: 60px;
}
.digital-case .swiper-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(38, 61, 79, 0.6);
  opacity: 1;
  transition: 0.5s;
}
.digital-case .swiper-slide-active:after {
  opacity: 0;
}
.digital-case .swiper-slide .case-list{
    position: relative;
}
.digital-case .swiper-slide .case-list .case-content{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    background:rgba(29,32,136,0.7);
    padding: 15px 20px;
}
.digital-case .swiper-slide .case-list .case-content h5 {
    font-weight: 500;
    text-overflow: ellipsis;
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width:991px){
    .digital-mom .whatcon h5 {
        color: #fe0000;
        font-size: 18px;
    }
    .digital-mom .whatcon {
        padding: 10px;
    }
    .digital-mom .whatcon ul {
        margin-left: 10px;
        font-size: 14px;
    }
    .digital-mom h5 {
        font-size: 18px;
    }
    .digital-mom .play-btn a{
        font-size: 14px;
        padding: 5px 15px;
    }
    .digital-why h5 {
        font-size: 20px;
    }
    .digital-why em, .digital-role em{
        font-size: 16px;
    }
    .digital-menu ul li a {
        padding: 10px 8px;
    }
    .digital-performanceList ul{
        padding: 10px 0px;
    }
    .digital-performanceList ul li{
        width: 100%;
    }
    .digital-performanceList .performance-desc h5, .codeService .codeSer-desc h5{
        font-size: 20px;
    }
    .digital-performanceList .performance-desc p em, .codeService .codeSer-desc p em,
    .digital-performanceList .performance-desc ul li{
        font-size: 16px;
        background-size: 25px;
        padding-left: 35px;
        margin: 5px 0px;
    }
    .digital-performanceList .performance-desc ul li p strong{
        font-size: 14px;
    }
    .digital-performanceList .performance-desc h5:after, .codeService .codeSer-desc h5:after{
        width: 115px;
        height: 2px;
    }
    .function-box .gallery-top .swiper-slide{
        padding: 20px 20px;
    }
    .digital-value .value-list{
        padding: 20px 20px 50px;
    }
    .digital-value .value-list li.value-con,.digital-value .value-list li.value-img{
        width: 100%;
    }
    .digital-value .value-list li.value-con{
        margin-bottom: 15px;
    }
    .digital-value .value-list h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .digital-value .btn-num{
        bottom: 30px;
        left: 20px;
    }
    .digital-value .btn-num .swiper-pagination-fraction, .code-products .swiper-pagination {
        bottom: 5px;
    }
    .digital-contrast ul li {
        width: 50%;
    }
    .digital-contrast ul li .contrast-img img {
        max-width: 60px;
    }
    .digital-contrast ul li .contrast-numimg img {
        max-width: 120px;
    }
    .digital-contrast ul li h5 {
        font-size: 16px;
    }
    .digital-contrast ul li .contrast-numimg img {
        max-width: 120px;
    }
    .digital-cost .cost-list h5{
        font-size: 20px;
        padding: 20px 10px;
    }
    .youshi-con h5 {
        font-size: 20px;
        margin: 10px 0px;
    }
    .digital-youshi ul li{
        width: 50%;
        font-size: 14px;
    }
    .code-way ul li {
        width: 50%;
        font-size: 14px;
    }
    .code-way ul li .way-con {
        padding: 10px 10px;
    }
    .code-way ul li .way-con h5 {
        font-size: 16px;
        margin: 0px 0px 10px;
    }
    .codeService ul li.codeSer-img,.codeService ul li.codeSer-con{
        width: 100%;
    }
    .codeService .codeSer-desc p em{
        padding-left: 0px;
    }
    .duibi-title{
        font-size: 18px;
    }
    .duibi-title .title-left,.duibi-title .title-right{
        padding: 20px 10px;
    }
    .duibi-con ul li:first-child,.duibi-con ul li:nth-child(3){
        padding: 15px;
        width: 38%;
    }
    .duibi-con ul li:nth-child(2) {
        width: 22%;
        padding: 10px 0px;
    }
    .duibi-con ul li h5 {
        font-size: 20px;
    }
    .duibi-con ul li h5 em {
        font-size: 45px;
    }
    .digital-detection ul li .detec-con{
        padding: 0px 10px;
    }
    .digital-detection ul li .detec-con h5 {
        font-size: 16px;
    }
    .codeNavCon .detectionLeft .tableCon {        
        padding: 20px 30px 20px 20px;
        margin-top: 20px;
    }
    .codeNavCon .detectionLeft table tr td:first-child{
        padding: 20px 20px 20px 0px;
    }
    .codeNavCon ul li {
        font-size: 14px;
        width: 32%;
        padding: 0px 3%;
    }
    .codeNavCon ul li img {
        width: 50px;
    }
    .app-list{
        margin: 10px 0px;
    }
    .app-list h5 {
        font-size: 16px;
    }    
    .digital-case .swiper-slide .case-list .case-content h5 {
        font-size: 16px;
    }
}


.wb-a{width: 100%;height: 65.6rem;background-size: cover;background-position: center center;position: relative;}
.wb-center{width: 90%;height: 100%;margin: 0 auto;}
.wb-conts{float: left;width: 42.53%;position: relative;}
.wb-cont{padding-right: 7.87rem;padding-top: 18.9rem;width: 100%;position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;transition: all .3s;}
.wb-cont.show{opacity: 1;visibility: visible;}
.wb-intro{color: #fff;line-height: 2;text-align: justify;}
.wb-intro *{line-height: inherit;}
.wb-right{font-size: 0;float: right;width: 100%;height: 100%;border-right: 1px solid rgba(255,255,255,0.2);}
.wb-one{border-left: 1px solid rgba(255,255,255,0.2);width: 33.33%;height: 100%;transition: all .3s;display: inline-block;vertical-align: top;padding-left: 4rem;padding-right: .875rem;padding-top: 17.5rem;overflow: hidden;position: relative;}
.wb-one.active{background-color: rgba(24,72,153,0.8);border-left: 1px solid rgba(24,72,153,0.8);}
.wb-one.active .wb-top{top: -4.375rem;}
.wb-one.active .wb-btn{top: 32.28rem;background-image: url(../images/w65.png);}
.wb-one.active .wb-des{opacity: 1;visibility: visible;}
.wb-icon{width: 4.025rem;height: 4.025rem;vertical-align: top;}
.wb-t{color: #fff;line-height: 1.4;margin-bottom: 2.625rem;}
.wb-des{color: #fff;opacity: 1;transition: all .3s; font-size: 18px;}
/*.wb-des{color: #fff;visibility: hidden;opacity: 0;transition: all .3s; font-size: 18px;}*/
.wb-box{width:100%;position: relative;margin-bottom: 4.2rem;}
.wb-box:after{content: "";display: block;width: 4px;height: 100%;background-color: #fe0000;position: absolute;left: -4rem;top: 0;}
.wb-top{width: 100%;height: 2.625rem;transition: all .3s;position: relative;top: 0;}
.wb-tit.ws-tit{padding-bottom: 1.3125rem;}
.wb-tit.ws-tit:after{display: none;}
.wb-num{font-size: 20.125rem;color: #fff;position: absolute;right: -1em;bottom: -2.7em;opacity: 0.05;letter-spacing: -1em;}
.wb-btn{width: 5.6rem;height: 5.5rem;cursor: pointer;transition: all .3s;position: relative;top: 30rem;background-image: url(../images/w64.png);background-size: 1.6rem 1.6rem;background-repeat: no-repeat;background-position: center center;display: block;}
.wb-btn:before{content: "";display: block;width: 100%;height: 100%;background-image: url(../images/15.png);background-size: 100% 100%;animation: mymove 5s linear infinite;}
.ws-tit.white .ws-en{color: #fff;}
.ws-tit.white .ws-zh{color: #fff;}
.ws-tit.white:after{background-color: #fff;}
.wb-cont .line {
    width: 14.97rem;
    height: 0.57rem;
    margin: 1.83rem 0;
}
.wb-cont .line img{width: 100%; height: auto; position: unset;}

@keyframes mymove{
    from {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
.s24{font-size: calc(24 * 100vw / 1920);}
@media(max-width: 1248px){
    .s24{font-size: 15.6px;}
}
.s30{font-size: calc(30 * 100vw / 1920);}
@media(max-width: 1113px){
    .s30{font-size: 17.4px;}
}
.s38{font-size: calc(38 * 100vw / 1920);}
@media(max-width: 1000px){
    .s38{font-size: 19.8px;}
}

.position .container-fluid,.position .container-fluid .iconfont {
    font-size: 14px;
}
.digital-momframework h2{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.ny-factory .swiper-button-prev,.sierac-company .swiper-button-prev,.ny-cooper .swiper-button-prev,.research-box5 .swiper-button-prev,.digital-case .swiper-button-prev,.code-products .swiper-button-prev {
    left: -80px;
    width: 70px;
    height: 70px;
    background: url(../images/p-prev.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.ny-factory .swiper-button-next,.sierac-company .swiper-button-next,.ny-cooper .swiper-button-next,.research-box5 .swiper-button-next,.digital-case .swiper-button-next,.code-products .swiper-button-next {
    right: -80px;
    width: 70px;
    height: 70px;
    background: url(../images/p-next.png) no-repeat;
    background-size: 100%;
}
@media(max-width:992px){
    .ny-factory .swiper-button-prev,.sierac-company .swiper-button-prev,.ny-cooper .swiper-button-prev,.research-box5 .swiper-button-prev,.digital-case .swiper-button-prev,.code-products .swiper-button-prev {
        left: 0px;
        width: 40px;
        height: 40px;
    }
    .ny-factory .swiper-button-next,.sierac-company .swiper-button-next,.ny-cooper .swiper-button-next,.research-box5 .swiper-button-next,.digital-case .swiper-button-next,.code-products .swiper-button-next {
        right: 0px;
        width: 40px;
        height: 40px;
    }
}


@media(max-width: 1200px){
    .wb-a{padding-left: 10px;padding-right: 10px;}
    .wb-center{width: 100%;}
}
@media(max-width: 750px){
    .wb-a{height: auto;}
    .wb-conts{float: none;width: 100%;max-width: 500px;margin: 0 auto;}
    .wb-cont{transition: all 0s;padding-right: 0;}
    .wb-cont.show{width: 100%;position: relative;padding: 2rem 1rem 0;}
    .wb-right{float: none;width: 100%;height: 268px;}
    .wb-one{padding: 56px 12px;}
    .wb-box{margin-bottom: 10px;}
    .wb-t{font-size: 14px;}
    .wb-des{font-size: 13px;line-height: 20px;}
    .wb-one.active .wb-btn{top: 2.5rem; left: -2rem;}
    .wb-intro{min-height: 104px;}
    .wb-one.active .wb-top{top: 0;}
    .wb-btn:before{display: none;}
    .s30 {
        font-size: 13px;
    }

    .ny-comm .ny-title p {
        font-size: 14px;
        width: 92%;
    }
    .ny-about .about5 ul li {
        width: 100%
    }
    .ny-about .about5 ul li h5 {
        font-size: 40px;
        margin-bottom: 3%;
    }


}

.con_bd{display: flex; justify-content: space-between; margin-top:60px;}
.con_bd .con_word{width: 50%; background-color:#1c54a6; color:#fff; padding: 60px 40px; }
.con_bd .con_word h3{font-size: 26px; color: #fff; line-height: 58px;}
.con_bd .con_word p{font-size: 16px; color: #fff; line-height: 42px; align-items: center;}
.con_bd .con_word p i{font-size: 28px; margin-right: 8px;}
.con_bd .con_map{width: 50%;}


.ny-news .ny-news-list .ny-news-content .ny-news-intro.show3 {
    line-height: 28px;
    -webkit-line-clamp: 3;
}
.kt-term-kw{margin-top: 20px;}
.kt-term-kw span {
    color: #fff;
    background-color: #1e73be;
    padding: 7px 15px;
}



.imgdet{
    position: relative;
    height: 460px;
}
.imgdet .imglist{
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 84px;
    /* height: 460px; */
    height: 100%;
    overflow: hidden;
}
.imgdet .imglist ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}
.imgdet .imglist ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
    margin-bottom: 0;
}
.imgdet .imglist ul .active{
    border: 2px solid #f00;
}
.imgdet .imglist ul li img{
    width: 100%;
    height: 100%;
}
.imgdet .imgpart{
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 460px;
    height: 460px;
}
.imgdet .imgpart .pic{
    position: relative;
    width: 100%;
    height: 100%;
}
.imgdet .imgpart .pic .magnify{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
    width: 100%;
    height: 100%;
}
/* .imgdet .imgpart:hover .bigpic{
    display: block;
}
.imgdet .imgpart:hover .magnify{
    display: block;
} */
.imgdet .imgpart .bigpic{
    display: none;
    position: absolute;
    top: 0;
    right: -470px;
    width: 460px;
    height: 460px;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
}
.imgdet .imgpart .bigpic>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
}


.gb-container{
    padding: 20px;
    border-radius: 6px;
    background-color:#fff;
    margin: 20px auto;
}
.gb-container-c{
    padding: 40px 30px;
    width: 80%;
}
.gb-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.gb-grid-wrapper > .gb-grid-column-left {
    width: 38%;
}
.gb-grid-wrapper > .gb-grid-column-right {
    width: 60%;padding-left: 5rem;
}
.kt-term span {
    background-color: #1e73be;
    padding: 7px 15px;color: #fff;
}
.kt-term{margin-bottom: 18px;}
.gb-grid-wrapper h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 18px;
}
.split-line {
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .06);
}
.split-line:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    background: #1e73be;
    content: "";
}
p.gb-headline {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    font-size: 16px;
}

.gb-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.gb-grid-wrapper > .gb-grid-column-6b639d7c {
    width: 45%;
}
.gb-grid-wrapper-7471758f > .gb-grid-column {
    padding-left: 20px;
}
.gb-container-s ,.gb-headline-aedb84a7{
    display: flex;
    align-items: center;
}
a.gb-button {
    display: inline-flex;
    align-items: center;
    column-gap: 0.5em;
    padding: 10px 25px;
    margin-right: 20px;
    border-radius: 6px;
    background-color: #0366d6;
    color: #ffffff;
}
p.gb-headline-5f87a73f {
    font-size: 28px;
    margin-bottom: 0px;
}
.gb-container-a8120bb4 {
    margin-top: 10px;
    border-radius: 6px;
    background-color: #f7f8f9;
}
.wp-block-heading {
    border-left: 6px solid #1e73be;
    padding-left: 16px;
}
.dynamic-entry-content h2{margin-bottom: 20px; line-height: 1.2em;}
.dynamic-entry-content .lybox {
    margin-bottom: 1.5em;
}

#suportTit .top{text-align: center; padding: 46px;box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.1);background: rgba(255, 255, 255, 1);}
#suportTit .tit{font-size: 22px; font-weight: 600; color: rgba(51, 51, 51, 1); margin-bottom: 12px;}
#suportTit .txt{font-size: 14px; color:rgba(102, 102, 102, 1); max-width: 900px; margin: 0 auto; line-height: 24px;}


.flex-between{ display: flex; justify-content: space-between;}
#qabd{padding:30px 0 45px;}
#qabd .cont .left{width:25%;margin-top:37px;position:relative; }
#qabd .cont .left::after{content:'';position: absolute;left:6.5px;top:10px;width:1px;height:calc(100% - 160px);background:url(/images/news/line.jpg) top / 100%;z-index:2;}
#qabd .cont .left .year .con{padding-left:22.5px;}
#qabd .cont .left .year .con .name{display: table;font-size:16px;color:rgba(102, 102, 102, 1);position:relative;margin-bottom:16px;}
#qabd .cont .left .year .con .name::after{content:'';position: absolute;left:0px;bottom:-2px;width:100%;height:2px;background-color:rgba(40, 165, 180, 0);z-index:3;}
#qabd .cont .left .year .con .name.cur{color:rgba(51, 51, 51, 1); font-size: 20px;}
#qabd .cont .left .year .con .name.cur::after{background-color:#fe0000;}
/*#qabd .cont .left .year .con .name.cur::before{content:'';position: absolute;left:-22.5px;top:50%;transform:translateY(-50%);width:15px;height:15px;border-radius:50%;background-color:#fff;z-index:2;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);}*/
#qabd .cont .right{width:calc(100% - 25%);}


@media (max-width:750px) {
    #qabd{padding:8px 0;}
    #qabd .cont{flex-direction:column;}
    #qabd .cont .left{width:100%;margin:0 0 10px 0;}
    #qabd .cont .left::after{display:none;}
    #qabd .cont .left .year .con{padding-left:0;display:flex;align-items:center;overflow-x:auto;}
    #qabd .cont .left .year .con .name.cur::before,
    #qabd .cont .left .year .con .name::after{display:none;}
    #qabd .cont .left .year .con .name{display:block;font-size:16px !important;line-height:1.6; margin:0 30px 0 0;white-space:nowrap;}
    #qabd .cont .left .year .con .leftmenu:last-child .name{margin-right:0;}
    #qabd .cont .right{width:100%;}

}
#qabd-search{margin-top:45px }
/* 服务与支持-常见问题 */
#faqly{padding:1px 0 1px;background-color:#fff;}
#faqly .content{margin-bottom:90px;}
#faqly .content .box {border-bottom: 1px solid #dedede;padding:35px 0;}
#faqly .content .box .top{display:flex;align-items:center;justify-content:space-between;cursor:pointer}
#faqly .content .box .top .leftr{width:calc(100% - 50px);}
#faqly .content .box .top .leftr .txt{margin-right:28px;font-size:15px;font-weight:bold;color:#333;width:42px;height:42px;border-radius:50%;background-color:#ececec;}
#faqly .content .box .top .leftr .titleqa{width:calc(100% - 42px - 28px); font-size:18px;color:rgba(51, 51, 51, 1);}
#faqly .content .box .top .square{width:46px;height:46px;background-color:#ececec;   text-align: center;}
#faqly .content .box .bot{margin-top:30px;}
#faqly .content .box .bot .item{width:calc(100% - 40px);}
#faqly .content .box .bot .item .txt{margin-right:28px;font-size:16px;font-weight:bold;color:#fff;width:42px;height:42px;border-radius:50%;background-color:#3963cf;}
#faqly .content .box .bot .item .brief{width:calc(100% - 0px);font-size:16px;line-height:30px;color:#333;margin-top:6px;}
#faqly .content .box .top.cur .titleqa,
#faqly .content .box .top:hover .titleqa{color:#fe0000;}
#faqly .content .box .top.cur .txt,
#faqly .content .box .top:hover .txt{background-color:#fe0000;color:#fff;}
#faqly .content .box .top.cur .square .i1{display:none;}
#faqly .content .box .top.cur .square .i2{display:inline-block;}
#faqly .moreqa.isend{display:none;}
#faqly .moreqa .down{width:34px;height:34px;border-radius:50%;border:2px solid #000; margin: 0 auto;}
#faqly .moreqa .down img{width: 18px;margin-left: -4px;}
#faqly .moreqa .txt{font-size:14px;line-height:30px;color:#000;margin-top:2px;}
#faqly .downshow .moreqa{margin-top: 86px;}
#faqly .content .showlist:nth-child(n+8){display: none;}
@media screen and (max-width:750px) {
    #faq{padding:8px 0;}
    #faqly .content{margin-bottom:50px;}
    #faqly .content .box{margin-bottom:2px;padding:20px 0;}
    #faqly .content .box:last-child{margin-bottom:0;}
    #faqly .content .box .top .leftr .titleqa{font-size:16px;width:calc(100% - 50px - 28px);}
    #faqly .content .box .top .leftr .txt{width:50px;height:50px;font-size:24px;}
    #faqly .content .box .top .square img{width:15px;}
    #faqly .content .box .bot{font-size:30px;line-height: 1.8;margin-bottom:0;}
    #faqly .content .box .bot .item{width:92%;}
    #faqly .content .box .bot .item .txt{width:50px;height:50px;font-size:24px;}
    #faqly .content .box .bot .item .brief{font-size:14px;line-height:1.6;width:calc(100% - 28px - 50px);}
    #faqly .moreqa .down img{width:15px;}
    #faqly .moreqa .txt{font-size:18px;line-height:1.6;}
}
.downhid{display:none;}
.downshow{display: block;}

#faqly .m-pic:before,    #faqly  [m-pic]:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}
.flex-right:not(.flex-column) {
    display: flex;
    justify-content: flex-end;
}


/* 服务与支持-资料下载 */
#down{padding:30px 0 70px;}
#down .cont .left{width:15.625%;margin-top:37px;position:relative; margin-right: 6%;}
#down .cont .left::after{content:'';position: absolute;left:6.5px;top:10px;width:1px;height:calc(100% - 160px);background:url(/images/news/line.jpg) top / 100%;z-index:2;}
#down .cont .left .year .con{padding-left:22.5px;}
#down .cont .left .year .con .name{display: table;font-size:16px;color:rgba(102, 102, 102, 1);position:relative;margin-bottom:16px;}
#down .cont .left .year .con .name::after{content:'';position: absolute;left:0px;bottom:-2px;width:100%;height:2px;background-color:rgba(40, 165, 180, 0);z-index:3;}
#down .cont .left .year .con .name.cur{color:rgba(51, 51, 51, 1); font-size: 18px;}
#down .cont .left .year .con .name.cur::after{background-color:#fe0000;}
/*#down .cont .left .year .con .name.cur::before{content:'';position: absolute;left:-22.5px;top:50%;transform:translateY(-50%);width:15px;height:15px;border-radius:50%;background-color:#fff;z-index:2;box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);}*/
#down .cont .right{width:calc(100% - 21.625%);}
#down .cont .right .li{width:calc((100% - 54px) / 2);margin:0 27px 27px 0;background-color: #fafafa;padding:40px 38px;}
#down .cont .right .li:nth-child(2n){margin-right:0;}
#down .cont .right .li .text{margin-bottom:12px;font-size:18px;text-overflow:ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;line-height:26px;color:#1a1a1a;font-weight:600;}
#down .cont .right .li .subtext{margin-bottom:45px;font-size:16px;color:#999999;}
#down .cont .right .li .btn{width:180px;height:55px;padding:0 19px; background-color: #fff;}
#down .cont .right .li .btn .download{color:rgba(51, 51, 51, 1);font-size:14px;}
#down .cont .right .li .btn .icon i{width:19px;height:17px;fill:rgba(51, 51, 51, 1); color:rgba(51, 51, 51, 1);}
#down .cont .right .li:hover{box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);background: rgba(250, 250, 250, 1);transform: translateY(-5px);}
#down .cont .right .li:hover .text{color:#fe0000;}
#down .cont .right .li:hover .btn{background-color:#fe0000;}
#down .cont .right .li:hover .btn .icon i{fill:#fff;color:rgba(255, 255, 255, 1);}
#down .cont .right .li:hover .btn .download{color:#fff;}
#down .more{margin-top:60px;}
#down .more.isend{display:none;}
#down .more .down{width:60px;height:60px;border-radius:50%;border:2px solid #c8c8c8;}
#down .more .txt{font-size:16px;line-height:30px;color:#000;margin-top:12px;}
@media (max-width:750px) {
    #down{padding:8px 0;}
    #down .cont{flex-direction:column;}
    #down .cont .left{width:100%;margin:0 0 25px 0;}
    #down .cont .left::after{display:none;}
    #down .cont .left .year .con{padding-left:0;display:flex;align-items:center;overflow-x:auto;}
    #down .cont .left .year .con .name.cur::before,
    #down .cont .left .year .con .name::after{display:none;}
    #down .cont .left .year .con .name{display:block;font-size:14px !important;line-height:1.6; margin:0 20px 0 0;white-space:nowrap;}
    #down .cont .left .year .con .leftmenu:last-child .name{margin-right:0;}
    #down .cont .right{width:100%;}
    #down .cont .right .li{width:100%;margin:0 0 25px 0;padding:25px 20px;}
    #down .cont .right .li .text{font-size:18px;margin-bottom:20px;line-height:1.6;-webkit-line-clamp:2;}
    #down .cont .right .li .subtext{font-size:16px;margin-bottom:16px;line-height:1.6;}
    #down .cont .right .li .btn{padding:0px 20px;width:240px;height:56px;}
    #down .cont .right .li .btn .download{font-size:20px;}
    #down .cont .right .li .btn .icon .svg{width:22px;height:22px;}
    #down .cont .right .li:hover{transform: translateY(0px);}
    #down .more{margin-top:10px;}
    #down .more .down img{width:15px;}
    #down .more .txt{font-size:16px;line-height:1.6;}
}
#down-search{margin-top:45px }

.btn-icon{width:150px;height:42px;padding:0 18px; border-radius: 2px;background: #fe0000;box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);}
.btn-icon .word{color:rgba(255, 255, 255, 1);font-size:14px; width: 70%; text-align: right;}
.btn-icon .icon i{width:19px;height:17px;fill:rgba(255, 255, 255, 1); color:rgba(255, 255, 255, 1);}

.btn-bt{width:150px;height:42px;padding:0 18px; border-radius: 2px;background:#1c54a6;box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);}
.btn-bt:hover{background:#fe0000;}
.btn-bt .word{color:rgba(255, 255, 255, 1);font-size:14px; width: 100%; text-align: center;}

.btn-bt-line{width:150px;height:42px;padding:0 18px; border-radius: 2px;border:1px solid #fe0000;box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);}
.btn-bt-line .word{color:#fe0000;font-size:14px; width: 100%; text-align: center;}

.intit{font-size: 38px;color: rgba(51, 51, 51, 1);font-weight: bold; margin-bottom: 40px;line-height: 46px;}
.intiten{font-size: 28px;color: #333333; margin-bottom:0; font-family: honorEN;}
.intitms{font-size: 14px;color: rgba(102, 102, 102, 1); margin-top: -28px;}
.inboxmb{margin: 70px 0 70px;}
@media screen and (max-width:750px) {
    .intit{font-size: 24px;margin-bottom: 18px;margin-top: -10px;}
    .intiten{font-size: 18px;}
    .inboxmb {margin: 35px 0 35px;}
}
#aftservice{margin-top: 7px;}
#aftservice .intit { margin-bottom: 10px;}
#aftservice .cont p{color:#fe0000; font-size: 18px; line-height: 42px;}
#aftservice .cont i{font-size: 28px; color: #333; margin-right: 8px;}
#aftservice .btn-bt{margin-top: 16px;}


#supservice{margin-top: 70px; background-color: #f5f5f5; padding: 70px 0;}
#supservice .fboxs{margin-top: 38px;}
#supservice .fbox{width: 23%; padding: 24px; background-color: #fff; transition: all 0.3s; border-radius: 12px;}
#supservice .fbox:hover{background-color:#1c54a6;}
#supservice .fbox:hover .iconimg i{color: #fff; }
#supservice .fbox .iconimg{ padding: 18px; text-align: center;}
#supservice .fbox .iconimg i{font-size: 50px; color: #fe0000; }
#supservice .fbox .btit{font-size: 16px; text-align: center; color: #000; margin-bottom: 18px;}
#supservice .fbox .btxt{font-size: 12px; color:rgba(102, 102, 102, 1); line-height: 18px;}
#supservice .fbox:hover .btit{color:#fff;}
#supservice .fbox:hover .btxt{color:#fff;}

@media (max-width:750px) {
    #service {
        margin-top: 40px;
    }
    #aftservice {
        margin-top: 40px;
    }
    #supservice {
        padding: 40px 0 20px;
    }
    #supservice .fboxs {
        margin-top: 28px;flex-wrap: wrap;
    }
    #supservice .fbox{width: 100%; padding: 24px; background-color: #fff; margin-bottom: 10px;}
}


#serviceform{padding: 7px 0;}
#serviceform .formbd{margin: 24px 0; padding: 30px;   background: rgba(255, 255, 255, 1);   border: 1px solid rgba(153, 153, 153, 1);}
#serviceform .formtit{font-size: 22px; font-weight: bold; line-height: 66px;}
.rstar{color: rgba(198, 0, 11, 1);}

#serviceform .layui-form-label{width: 88px;font-size: 12px; padding: 9px 0;}
#serviceform .layui-input, #serviceform .layui-select, #serviceform .layui-textarea {
    color: rgba(0, 0, 0, .85);
    border-radius:0px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(153, 153, 153, 1);
}
#serviceform .layui-upload-drag{border: 1px solid rgba(153, 153, 153, 1); padding: 80px;}
#serviceform .layui-upload-drag div{font-size: 12px;}
#serviceform .layui-btn {
    background: rgba(40, 165, 180, 1);
    padding: 0 50px;
    background: rgba(40, 165, 180, 1);
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
}
@media (max-width:750px) {
    #serviceform .layui-form-label {
        width: 58px;
    }
    .layui-input-block {
        margin-left: 80px;
    }
    #serviceform {
        padding: 40px 0;
    }
    #serviceform .layui-upload-drag {
        padding: 18px;
    }
    .layui-form-checkbox>div {
        font-size: 12px;
        white-space: normal;
    }
}

#serviceform .layui-form-label{width: auto;padding:0;}
.layui-tips .layui-form-item {
    margin-bottom: 18px;
    position: relative;
}
.layui-tips .layui-form-item label {
    color: rgba(153, 153, 153, 1);
    left: 9px;
    pointer-events: none;
    position: absolute;
    top: 8px;
    z-index: 1;
    text-align: left;
}
.layui-tips .layui-form-item input::placeholder{color:#fff;}
.layui-tips .layui-form-item textarea::placeholder{color:#fff;}
.layui-tips .layui-input-block {
    margin-left: 0;
}

.layui-tips .layui-form-item.active label {
    background-color: #fff;
    color: #111;
    left: 25px;
    padding: 0 8px !important;
    top: -13px; display: block;
}

.layui-tips .layui-form-item.active label .text-red {
    color: #ef0000
}

.layui-layer-btn {
    text-align: center;
}


.boxContact{ padding:20px 0 80px 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.boxContact a{display:inline-block; width:23%; text-align:center; margin:50px 1% 1% 0; padding:20px 10px; border: 1px solid #ececec; transition: all 0.3s;}
.boxContact a:hover{border: 1px solid #184899;}
.boxContact a h1{text-align: center; }
.boxContact a img{vertical-align: middle; display: inline-table; max-width: 100%; width: auto;}
.boxContact a h2{font-size:clamp(18px,1.15vw,22px); line-height:1.75em; color:#313131; margin:0 0 0 0;transition: all 0.3s;}
.boxContact a:hover h2{color: #184899;}
.boxContact a h3{font-size:clamp(14px,0.9vw,16px); line-height:1.75em; color: #757575;}
.boxContact a h4{font-size:clamp(12px,0.8vw,14px); line-height:1.75em; color:#606060; position: relative; display: inline;transition: all 0.3s;}
.boxContact a h4::after{content: url("../images/contr.png"); width: 15px; height: 15px;position:absolute; right:-18px; top:0;}
.boxContact a:hover h4{color: #fe0000;}

.boxEwm{position:fixed; top:0; left:0; width:100%; height:100vh; background:rgba(0,0,0,0.8);z-index:1000; display:none}
.boxEwm div{width:100%; height:100%;display:flex; align-items:center;justify-content:center; }
.boxEwm img{ width:50%; max-width:200px;}
.boxEwm a{ width:40px; height:40px; display:inline-block; position:absolute;top:20px; right:20px;background:url(../images/icoClose1.png) center no-repeat; background-size:100% 100%; z-index:2;transition:transform 0.6s ease-out;}
.boxEwm a:hover{ transform:rotateZ(180deg);}


.ytable{display:table;width:100%;}
.index-part6{padding:4.5% 0}
.index-part6 .ytable-cell{vertical-align:top}
.index-part6 .txt{padding-left:5%}
.index-part6 .txt *{margin:0}
.index-part6 .txt h2{font-weight:bold;color:#333;margin-bottom:1%}
.index-part6 .txt p{color:#999}
.index-part6 .form dl{position:relative;padding-right:200px}
.index-part6 .form dd{position:absolute;right:0;top:0;width:180px;line-height:58px}
.index-part6 .form .divForm {
    margin-top: 4%;
    position: relative;
}
.index-part6 .form .button{width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;display:none}
.index-part6 .form .text{width:100%;line-height:58px;height:58px;border:1px solid #e5e5e5;background-color:#fff;padding:0 2%}
.index-part6 .form .btn{width:100%;line-height:48px;text-align:center;color:#fff;height:48px;border:0;background-color:#1d4c8e;cursor:pointer;border-radius:4px;padding: 0;font-size: 20px;}
.index-part6 .form p{margin:2% 0 0;color:#999;font-size:14px;position:relative;line-height:30px}
.index-part6 .form p .Fruit{width:20px;height:20px;display:inline-block;margin-right:5px;border:1px solid #e5e5e5;vertical-align:middle;opacity:.5}
.index-part6 .form p .Fruit:checked{opacity:1}
.index-part6 .form p a{color:#999;text-decoration:underline}
.index-part6 .form p a:hover{color:#005cff}
.index-part6 .form code {
    position: absolute;
    right: 6px;
    top: 18px;
    color: red;
    font-size: 12px; background-color: unset; padding: unset;
}
.index-part6 .form .text{line-height:46px;height:46px;border-radius:5px}
.index-part6 .form textarea.text{line-height:22px;padding:2%;height:80px}
.index-part6 {
    padding: 4.5% 0;
}
.auto-1600 {
    width: 84.3333%;
    margin: auto;
}
.link-btn-wrap {
    width: 100%;
    padding: 20px 0; font-size: 16px;
}
.dialog.on {display:flex;margin: 40px auto;}
.dialog .pop-wrap {margin:0 auto;width:1135px;height:800px;border:1px solid #eee;overflow:Hidden;position:relative;}
.dialog .pop-wrap.type01 {height:550px;}
.dialog .pop-wrap.auto {height:auto;}
.dialog .pop-wrap .pop-item {display:flex;justify-content:flex-start;align-items:flex-start;width:100%;height:auto;overflow:Hidden;background:#fff;}
.dialog .pop-wrap .pop-left {width:calc( 100% - 120px );padding:0 60px;flex:1;height:auto;overflow:hidden;}
.pop-wrap .pop-item h1 {width:100%;height:138px;display:flex;justify-content:center;align-items:center;overflow:Hidden;font-size:56px;color:#000;font-weight:700;}
.pop-wrap .pop-item .tbl-wrap {width:100%;}
.pop-wrap .pop-item .tbl-wrap .tbw01 th {width:150px;padding:0 20px;}
.pop-wrap .pop-item .tbl-wrap .tbw01 td {padding:15px 20px;}
.pop-wrap .pop-item .tbl-wrap .tbw01 td .inp {border:0;padding-left:0;}
.pop-wrap .pop-item .tbl-wrap .tbw01 td .btn-eye {width:100px;}
.pop-wrap .pop-item .capcha-wrap {margin-top:40px;width:100%;height:auto;overflow:hidden;display:flex;justify-content:flex-start;align-items:flex-start;}
.pop-wrap .pop-item .capcha-wrap .pic {width:198px;height:auto;border:1px solid #c9c9c9;overflow:hidden;}
.pop-wrap .pop-item .capcha-wrap .pic img {width:100%;float:left;}
.pop-wrap .pop-item .capcha-wrap button {border:0;background:transparent}
.pop-wrap .pop-item .capcha-wrap button i {font-size:30px;color:#a2a2a2;font-weight:700;}
.pop-wrap .pop-item .capcha-wrap .cc-form {margin-left:50px;width:100%;height:auto;overflow:hidden;flex:1;}
.pop-wrap .pop-item .capcha-wrap .cc-form .inp {height:48px;width:calc( 100% - 42px );border:1px solid #d5d5d5;flex:1;font-size:18px;padding:0 20px;}
.pop-wrap .pop-item .page-btn-wrap {padding-top:40px;padding-bottom:0px;}
.pop-wrap .pop-item .msg {font-size:16px;color:#0b0b0b;padding:40px 0;width:100%;height:auto;overflow:hidden;text-align:center;}
.pop-wrap .pop-item .msg.t01 {padding:20px 0;}
.pop-wrap .pop-item .msg a {font-size:16px;color:#0b0b0b; text-decoration:underline !important;}
.pop-wrap .pop-item .link-btn-wrap {width:100%;height:auto;overflow:hidden;display:flex;justify-content:center;align-items:center;}
.pop-wrap .pop-item .link-btn-wrap button {font-size:16px;color:#767676;transition:all .5s;margin:0 10px;width:200px;height:50px;overflow:hidden;border:1px solid #ccc;background:#fff;display:flex;justify-content:center;align-items:center;}
.pop-wrap .pop-item .link-btn-wrap button:hover {background:#e67817;border:1px solid #e67817;color:#fff;}
.dialog .pop-wrap .pop-close {position:absolute;right:20px;top:20px;width:50px;height:50px;background:#fff;border:1px solid #ddd;display:flex;justify-content:center;align-items:center;}
.dialog .pop-wrap .pop-close i {font-size:30px;color:#000; }
.dialog .pop-wrap .pop-right {width:365px;height:800px;overflow:hidden;background:url(../images/bg-login-right.jpg) no-repeat}
.dialog .pop-wrap .pop-right.t01 {background:url(../images/bg-news-right.jpg) no-repeat}
.dialog .pop-wrap .pop-right.bg01 {background:url(../images/bg-ca01.jpg) no-repeat}
.dialog .pop-wrap .pop-right.bg02 {background:url(../images/bg-ca02.jpg) no-repeat}


.en-word-16{font-size: 16px !important;}
.en-word-18{font-size: 18px !important;}
.en-word-20{font-size: 20px !important;}
.en-word-30{font-size: 30px !important; margin-bottom: 8px;}
.en-pd-10{margin: 10px 0;}

.digital-mom-en h5{font-size: 36px;}
.factory-about-en .faboutword h5::after {display: none;}
.pre-next-en{font-size: 16px; line-height: 24px;}

.tbl-wrap {width:100%;max-width:1200px;;height:auto;overflow:hidden;margin:0 auto;}
.tbl-wrap .tbw01 {width:100%;border-top:2px solid #7b7b7b;}
.tbl-wrap .tbw01 th {text-align:left;width:360px;background:#f5f5f5;border-bottom:1px solid #d5d5d5;padding:20px 0 20px 20px;font-size:16px;color:#3c3c3c; }
.tbl-wrap .tbw01 th mark {font-size:16px;color:#e67817; background:transparent;}
.tbl-wrap .tbw01 td {padding:20px 20px 20px 20px;border-bottom:1px solid #d5d5d5;}
.tbl-wrap .tbw01 td .form-item {width:100%;height:auto;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;}
.tbl-wrap .tbw01 td .form-item .inp {height:50px;width:100%;border:0px solid #d5d5d5;flex:1;font-size:16px;padding:0;}
.tbl-wrap .tbw01 td .form-item .textarea {height:168px;width:100%;flex:1;border:0px solid #d5d5d5;font-size:16px;padding:0;}
.tbl-wrap .tbw01 td .form-item .textarea:focus {outline: none;}
.tbl-wrap .tbw01 td .chk-list {width:100%;height:auto;overflow:hidden;}
.tbl-wrap .tbw01 td .chk-list li {float:left;margin-right:40px;margin-top:5px;margin-bottom:5px;}
.tbl-wrap .tbw01 td .chk-list li label {display:flex;justify-content:flex-start;align-items:center;}
.tbl-wrap .tbw01 td .chk-list li label input {display:flex;}
.tbl-wrap .tbw01 td .chk-list li label span {display:flex;margin-left:10px;font-size:16px;color:#434343;}
.tbl-wrap .tbw01 td .capcha-wrap {width:100%;height:auto;overflow:hidden;display:flex;justify-content:flex-start;align-items:flex-start;}
.tbl-wrap .tbw01 td .capcha-wrap .pic {width:369px;height:auto;border:1px solid #c9c9c9;overflow:hidden;}
.tbl-wrap .tbw01 td .capcha-wrap .pic img {width:100%;float:left;}
.tbl-wrap .tbw01 td .capcha-wrap button {border:0;background:transparent}
.tbl-wrap .tbw01 td .capcha-wrap button i {font-size:30px;color:#a2a2a2;font-weight:700;}
.tbl-wrap .tbw01 td .capcha-wrap .cc-form {margin-left:50px;width:100%;height:auto;overflow:hidden;flex:1;}
.tbl-wrap .tbw01 td .capcha-wrap .cc-form .inp {height:48px;width:calc( 100% - 42px );border:1px solid #d5d5d5;flex:1;font-size:18px;padding:0 20px;}
.tbl-wrap .tbw01 td .capcha-wrap .cc-form .desc {font-size:16px;color:#3d3d3d;width:100%;height:auto;overflow:hidden;margin-top:20px;}
.tbl-wrap .tbw01 td .agree-list {width:100%;height:auto;overflow:hidden;}
.tbl-wrap .tbw01 td .agree-list dt {font-size:18px;color:#3c3c3c;font-weight:700;width:100%;height:auto;overflow:hidden;}
.tbl-wrap .tbw01 td .agree-list dd {margin-top:25px;width:100%;height:auto;overflow:hidden;}
.tbl-wrap .tbw01 td .agree-list dd ul {width:100%;height:auto;overflow:hidden;}
.tbl-wrap .tbw01 td .agree-list dd ul li {margin-top:18px;width:100%;height:auto;overflow:hidden;}
.tbl-wrap .tbw01 td .agree-list dd ul li:first-child {margin-top:0;}
.tbl-wrap .tbw01 td .agree-list dd ul li label {display:flex;justify-content:flex-start;align-items:center;width:100%;height:auto;overflow:hidden;}
.tbl-wrap .tbw01 td .agree-list dd ul li label input {display:flex;}
.tbl-wrap .tbw01 td .agree-list dd ul li label span {display:flex;margin-left:10px;font-size:16px;color:#3c3c3c;}
.tbl-wrap .tbw01 td .btn-func {transition:all .5s;margin-left:20px;display:flex;justify-content:center;align-items:center;font-size:18px;color:#767676;width:136px;height:50px;overflow:hidden;border:1px solid #e1e1e1;background:#fff;}
.tbl-wrap .tbw01 td .btn-func:hover {background:#e67817;border:1px solid #e67817;color:#fff;}
.tbl-wrap .tbw01 td .btn-eye {margin-left:20px;display:flex;justify-content:center;align-items:center;width:136px;height:50px;border:0;background:transparent;}
.tbl-wrap .tbw01 td .btn-eye i {font-size:20px;color:#767676;}
.tbl-wrap .tbw01 td .btn-eye i.fa-eye-slash {display:none;}
.tbl-wrap .tbw01 td .btn-eye.on i.fa-eye-slash {display:block;}
.tbl-wrap .tbw01 td .btn-eye.on i.fa-eye {display:none;}
.tbl-wrap .tbw01 td .msg {width:100%;height:auto;overflow:hidden;color:#aaa9a9;}

.page-btn-wrap {padding:80px 0 160px 0;width:100%;height:auto;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative;}
.page-btn-wrap .btn-blue {margin:0 10px;width:300px;height:70px;overflow:hidden;background:#1a4a8b;color:#fff;font-size:18px;border:0; display:flex;justify-content:center;align-items:center;}
.page-btn-wrap .btn-sky {margin:0 10px;width:300px;height:70px;overflow:hidden;background:#e67817;color:#fff;font-size:18px;border:0; display:flex;justify-content:center;align-items:center;}
.page-btn-wrap .btn-gray {margin:0 10px;width:300px;height:70px;overflow:hidden;background:#fff;border:1px solid #d4d4d4;color:#919191;font-size:18px; display:flex;justify-content:center;align-items:center;}
.page-btn-wrap .btn-withdrawal {display:block;width:180px;height:auto;overflow:hidden;text-align:center;position:absolute;left:50%;margin-left:-90px;bottom:100px;text-decoration:underline !important;}
@media (max-width: 1200px) {
    .pop-wrap .pop-item .tbl-wrap .tbw01 th {width:80px;padding:10px;}
    .pop-wrap .pop-item .tbl-wrap .tbw01 td {padding:10px;}
    .pop-wrap .pop-item .capcha-wrap {display:block;margin-top:20px;}
    .pop-wrap .pop-item .capcha-wrap .pic {float:left;}
    .pop-wrap .pop-item .capcha-wrap button {float:left;}
    .pop-wrap .pop-item .capcha-wrap .cc-form {float:left;margin-left:0;margin-top:10px;}
    .pop-wrap .pop-item .link-btn-wrap button {font-size:12px;}
    .dialog.on {margin:40px auto;}
    .dialog .pop-wrap .pop-right {display:none;}
    .dialog .pop-wrap {width:100%;height:auto !important;overflow-y:auto;background:#fff;}
    .pop-wrap .pop-item .tbl-wrap .tbw01 td .btn-eye {width:50px;}
    .pop-wrap .pop-item .capcha-wrap .cc-form .inp {font-size:14px;}
    .pop-wrap .pop-item .msg {font-size:14px;margin-top:70px;}
    .pop-wrap .pop-item h1 {height:80px;font-size:20px;text-align:center;}
    .dialog .pop-wrap .pop-left {width:calc( 100% - 40px );padding:0 20px 40px 20px;}
    .pop-wrap .pop-item .msg.t01 {
        padding: 10px 0;
    }
}


.sub-header {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sub-header .sub-tit {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 80px;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-weight: 700;
    font-size: 56px;
}

.sub-header .sub-tit:before {
    content: "";
    width: 40px;
    height: 1px;
    overflow: hidden;
    display: block;
    background: #919090;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.sub-header .sub-desc {
    color: #3c3c3b;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 180%;
    font-size: 20px;
}
.sub-page-wrap {
    width: 100%;
    margin: 40px auto 0 auto;
    height: auto;
    overflow: hidden;
}

@media screen and (max-width: 767px){
.ny-about .about1 {
    padding-left: 3%;
    padding-right: 3%;
    flex-wrap: wrap;
}
.ny-about .about1-vidoe {
    width: 100%;position: relative;
}
.ny-about .about1-vidoe .play-btn {
    margin-left: -15%;
    margin-top: -15%;
    width: 30%;
}
    .ny-comm .ny-title.text-center::after {
        top: 38px;
    }

    .team-list li {
        margin: 8px 0px; display: flex; flex-wrap: wrap;
    }
    .team-list .team-con.left {
        width: 100%;order:2;
    }
    .team-list .team-con h5 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .team-list .team-con.left {
        font-size: 14px;
    }
    .ny-factory .factory-content {
        padding: 0px 0px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .ny-comm .ny-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .honor-img p{display: none;}
    .factory-about .faboutword {
        width: 100%;
        font-size: 16px;
        margin-right: 0;
        order:2;
    }
    .factory-about .faboutimg {
        width: 100%;
        border-radius: 20px;
        overflow: hidden; margin-bottom: 20px;
    }
    .factory-about {
        flex-wrap: wrap;
    }
    .factoryly{padding:0 3%;}
    .factory-about .faboutword h5::after {
        top: 30px;
    }
    .ny-comm .ny-title span {
        font-size: 14px;
        margin-top: 14px;
    }

    .fac-ban .ny-title p {
        font-size: 14px;
        width: 100%;
    }
    .ny-news .ny-news-list .ny-news-content {
        width: 100%;
    }
    .gb-container-c {
        padding: 3%;
        width: 100%;
    }
    .gb-grid-wrapper > .gb-grid-column-left {
        width: 100%;
    }
    .gb-grid-wrapper > .gb-grid-column-right {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }

    .case-info-tit {
        padding: 15px;
        color: #fff;
        position: relative;
        margin-top: -4%;
        border-radius: 20px;
    }
    .case-info img {
        width: 100%;
        margin: 0px 0px 25px;
    }
    .case-info h5, .case-info h5.case-tit {
        padding-bottom: 0px;
    }
    .search form button {
        font-size: 16px;
    }
    .contact_form li {
        width: 100%;
    }


}



.about_us04 {}
.about_us04 .inner {
    background: url(../images/lc_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0 90px;
}
.about_us04 .content {
    margin-top: 5px;
    margin-left:10%;
    margin-right:10%;
    padding-top: 58px;
}

.about_us04 .content .item {
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 5px;
    background: url(../images/about_us04_4.png) repeat-x left bottom;

}
.about_us04 .slick-list{padding-bottom: 18px;}
.about_us04 .content .item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 12px;
    height: 12px;
    background: url(../images/about_us04_3.png) no-repeat center;
    background-size: cover;
}

.about_us04 .content .owl-item .item {
    display: block;
}

.about_us04 .content .item .box {
    padding: 35px 60px;
    border-left: 1px solid #fff;
    height: 260px;
}

.about_us04 .content .date {
    font-size: 41px;
    color: #e30713;
}

.about_us04 .content .con {
    font-size: 20px;
    color: #1f1f1f;
    line-height: 31px; font-weight: bold;
}
.about_us04 .owl-carousel{position: relative;}
.about_us04  .slick-prev,.about_us04 .slick-next {
    width: 53px;
    height: 53px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    margin-top: -21px
}

.about_us04 .slick-prev:before,.about_us04 .slick-next:before {
    content: ''
}

.about_us04 .slick-prev {
    background: url("../images/pleft.png") no-repeat center center!important;
    background-size: 53px!important;
    left: -83px
}

@media (min-width:1025px) {
    .about_us04 .slick-prev:hover {
        background: url("../images/plefth.png") no-repeat center center!important;
        background-size:53px!important
    }
}

.about_us04 .slick-next {
    background: url("../images/pright.png") no-repeat center center!important;
    background-size: 53px!important;
    right: -83px;
}

@media (min-width:1025px) {
    .about_us04 .slick-next:hover {
        background: url("../images/prighth.png") no-repeat center center!important;
        background-size: 53px!important
    }
}