@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:15px;
    top:28px;
}
.m-btn span{
    display: block;
    width:22px;
    height:2px;
    background:#0070c0;
    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:22px;
    background:#0070c0;
    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);
}
.m-btn span:before {
	top: -7px;
}
.m-btn span:after {
	bottom: -7px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 4px);
    -webkit-transform: rotate(-48deg) translate(-6px, 4px);
    -o-transform: rotate(-48deg) translate(-6px, 4px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -4px);
    -webkit-transform: rotate(48deg) translate(-6px, -4px);
    -o-transform: rotate(48deg) translate(-6px, -4px);
	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 */
.ny-ban{
    position: relative;
    overflow: hidden;
    min-height: 10rem;
    background: #2b2b2b;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:15%;
    font-size: 1.625rem;
    color:#fff;
}
.ny-ban .ny-title h5.cntitle{
    font-size: 2.8125rem;
    font-weight: 600;
}
.ny-ban .ny-title h5 span{
    font-size: 4.375rem;
    display: block;
}
.ny-ban .ny-title p{
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 100;
}
@media(max-width:991px){
    .ny-ban img{
        width:180%;
        max-width: none;
        margin-left: -40%;
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 1.5rem;
    }
    .ny-ban .ny-title h5 span{
        font-size: 1.95rem;
    }
    .ny-ban .ny-title p {
        font-size: 1.125rem;
    }
}
/* 当前位置 */
.position{
    position: relative;
    line-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.position ul.crumb,.ny-nav{
    display: flex;
}
.position ul.crumb li{
    padding: 0px 2px;
}
.ny-nav li{
    width: 33.33%;
}
.ny-nav li a{
    padding: 10px 35px;
    font-size: 1.25rem;
    text-align: center;
    display: block;
    transition: .6s;
    position: relative;
    background: #fff;
    border-color: rgb(217, 217, 217);
    border-width: 1px;
    border-style: solid;
    margin: 0rem 0 3rem;
}
.ny-nav li a.active,.ny-nav li a:hover{
    background: #0070c0;
    color: #fff;
    font-weight: 800;
}

/* 搜索 */
.search form{
    width:100%;
    height:100%;
    padding: 1.5rem 0;
}
.search-input{
    position: relative;
}
.search form input{
    width:100%;
    line-height: 45px;
    border: 2px solid #081d4b;
    background: #f4f5f6;
    padding:0px 20px;
    border-radius: 0px;
    text-transform: uppercase;
}
.search form input:-moz-placeholder {
    font-size: 14px;
}
.search form input:-ms-input-placeholder{
    font-size: 14px;
}
.search form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search form button{
    background: #081d4b;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    width: 10rem;
    color: #fff;
    height: 100%;
}
.search form button i{
    font-size: 18px;
}

@media(max-width:992px){
	.position{
	    line-height: 45px;
	}
    .m-pro-nav{
        width: 100%;
    }
}
.main{
    background: #fff;
}
.ny-comm{
    padding-top: 100px;
    padding-bottom: 100px;
}
.commonB{
    padding-top: 50px;
    padding-bottom: 100px;
}
.ny-service .commonB{
    padding-top: 50px;
    padding-bottom: 0px;
}
/*内页关于我们*/
.ny-about{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
}
.ny-about .about-txt p{
    padding: 6px 0px;
}
.ny-about .about-txt ul{
    margin-left: 1rem;
}
.ny-about .about-img,.about .about-img{
    overflow: hidden;
    border-radius: 20px;
}
.ny-about .flex{
    display: flex;
    align-items: center;
}
.Heritage{
    background: url(../img/Heritage.png)no-repeat 0 0 ;
    background-size: 100% 100%;
}
.Heritage .Her-l{
    color: #fff;
    width: 50%;
    background: #081d4b8e;
    padding: 0 30px 0 calc(50vw - 795px);
}
.Heritage .Her-l h5{
    color: #fff;
}
.Evolution{
    background: url(../img/Evolution.png)no-repeat 0 0 ;
    background-size: 100% 100%;
}
.Evolution .title ,.Evolution .title span{
    color: #081d4b;
}
.Evolution .title span{
    color: #081d4b;
}
.Evolution .develop{
    padding-bottom: 40px;
}
.develop .develop-li{
	padding: 50px 0 30px;
    display: flex;
    align-items: center;
}
.develop .develop-slide{
    width: 12.5%;
}
.develop h5{
	font-size: 18px;
	position: relative;
	text-align: center;
	cursor: pointer;
    padding-top: 10px;
    color: #b6b6b6;
}
.develop h5::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	top: 155%;
	left: 53%;
	background: #ccc;
}
.develop .develop-slide:last-child h5::after{
	background: #f0f0f0;
}
.develop h5 span::after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 45%;
	top: 115%;
	border-radius: 50%;
	background: #ccc;
	z-index: 10;
}
.thumb-active h5{
	color: #1b93cb;
	font-weight: 600;
}
.thumb-active h5 span{
    /* font-size: 18px; */
}
.thumb-active h5 span::after{
	background: #1b93cb;
}
.develop-swiper{
    padding: 3rem 0 10rem;
}
.develop-swiper h3{
	color: #b6b6b6;
    font-size: 60px;
    font-weight: 800;
	padding: 10px 0;
}
.overview{
	color: #b6b6b6;
	display: flex;
	flex-direction: column;
	padding-left: 15%;
}
.swiper-slide-active h3{
	color: #1b93cb;
}
.swiper-slide-active .overview{
    color: #181818;
}
.company .global{
    background: #f6f6f6;
}
@media(max-width:1700px){
    .Heritage .Her-l{
        padding: 0 30px 0 calc(5% - 15px);
    }
}
@media (max-width:992px) {
	.develop h5{
		font-size: 14px;
	}
    .develop h5::after{
        top: 135%;
    }
    .develop h5 span::after{
        width: 10px;
        height: 10px;
        left: 40%;
    }
    .develop .develop-li{
        padding: 20px 0;
    }
	.swiper-slide-thumb-active h5{
		font-size: 20px;
	}
    .develop-swiper{
        padding: 0 0 2rem;
    }
	.develop-swiper h3{
		font-size: 24px;
	}
	.overview{
        user-select: none;
		align-items: center;
		justify-content: center;
		padding-left: 0;
        padding-bottom: 40px;
	}
	.swiper-slide-thumb-active h5::after{
		top: 205%;
	}
	.swiper-slide-thumb-active h5 span::after{
		top: 135%;
		left: 43%;
	}
    .Heritage .Her-l{
        width: 100%;
        padding: 0 15px;
    }
    .Evolution .title{
        font-size: 14px;
    }
    .Evolution .title span{
        font-size: 20px;
    }
    .ny-about .about-img{
        margin: 15px 0;
        width: 100%;
    }
}
@media (max-width:768px) {
	.swiper-slide-thumb-active h5{
		padding-top: 15px;
	}
	.swiper-slide-thumb-active h5::after{
		top: 178%;
	}
	.swiper-slide-thumb-active h5 span::after{
		width: 35px;
		height: 35px;
		left: 30%;
		background-size: 100%;
	}
}

/* 发展历程 */
.g-lc {
  background: url(../img/history.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-left: 5%;
  padding-right: 5%;
}
.g-lc .g-lc-con {
  position: relative;
  overflow: hidden;
}
.g-lc .g-lc-con .lc-next {
  width: auto;
  height: auto;
  top: 46%;
  background: none;
  right: -7px;
  opacity: 1;
}
.g-lc .g-lc-con .lc-prev {
  width: auto;
  top: 46%;
  height: auto;
  background: none;
  left: -7px;
  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.0%;
  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: 42px;
  font-weight: bold;
  color: #474476;
  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 {
  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: 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: 10%;
    content: '';
    width: 19px;
    height: 19px;
    background: url(../img/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){
    .g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 {
        font-size: 22px;
    }
    .g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp{
        width: auto;
    }
}
/*内页案例*/
.ny-case .case-list {
    margin-bottom: 30px;
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list .case-img img{
    width:100%;
}
.ny-case .case-list .case-content{
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    padding: 2rem 20px;
    background-color: #f8fafc;
}
.ny-case .case-list .case-content h5{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 0px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-bottom: 1px solid #dddddd;
}

@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-title {
        width:100%;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .ny-case .case-list .case-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-case .case-list .case-intro{
        width:100%;
        font-size: 13px;
    }
}
/*案例详情*/
.case-info{
    margin-bottom: 30px;
    background: #f5f5f5;
    background-size: contain;
}
.case-info img{
    width:100%;
    padding: 0px;
}
.case-info .case-con h5{
   font-size: 25px;
   margin-top: 55px;
}
@media(max-width:512px){
    .case-info .case-con{
        padding: 15px;
    }
    .case-info .case-con h5{
        font-size: 20px;
        margin-top: 15px;
    }
}
.case-info .case-con h5 span{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
}
.case-info .case-con .overview{
   padding: 20px 20px 20px 0px;
}
.case-info .case-con ul{
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    padding: 20px 0px;
}
.case-info .case-con ul li{
    margin-right: 30px;
}
.case-info .case-con ul li span{
    display: block;
    font-size: 28px;
}
.ny-case-info img{
    margin: 10px 0px;
}
.case-studies-img{
    margin-bottom: 5px;
}
.case-studies-img img{
    transition: all 0.6s;
}
.case-studies-img:hover img{
    transform: scale(1.05);
}
/*定制化服务*/
.ny-solution .solution-info.bg-gray .ny-title,.ny-solution .solution-info.bg-blue .ny-title{
    color: #fff;
}
.ny-service .ser-list .ser-con{
    background-color: #081d4a;
    color: #fff;
    padding: 5rem 0px;
    margin: 5rem 0;
}
.ny-service .ser-list:last-child .ser-con{
    margin-bottom: 0;
}
.ny-service .ser-list .ser-con ul,.ny-solution .solution-info ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -0.9%;
    margin-right: -0.9%;
    margin-bottom: 1.5rem;
}
.ny-service .ser-list .ser-con ul li,.ny-solution .solution-info ul li{
    width: 31.5%;
    background-color: #142c5f;
    color: #fff;
    position: relative;
    padding: 1.6rem;
    line-height: 1.4;
    border-radius: 0.5rem;
    margin: 1rem 0.9%;
}
.ny-service .ser-list .ser-con ul.four li,.ny-solution .solution-info ul.featured li,.ny-solution .solution-info ul.approach li{
    width: 23.2%;
}
.ny-solution .solution-info ul.approach li{
    background-color: #374151;
}
.ny-solution .solution-info ul.key li{
    width: 18.2%;
    color: #181818;
    background-color: #f0f0f0;
}
.ny-service .ser-con h5,.ny-solution .solution-info ul li h5{
    font-size: 1.5rem;
    color: #1b93cb;
    font-weight: 600;
    line-height: 1.15;
    margin: 0.6rem 0px;
    transition: all 0.4s linear;
}
.ny-solution .solution-info ul.key li h5{
    margin-bottom: 2rem;
}
.ny-service .ser-con h4{
    font-size: 2.5rem;
    color: #0070c0;
    margin-bottom: 1rem;
}
@media (max-width:991px){
    .ny-service .ser-list .ser-con {
        padding: 3rem 0px;
        margin: 3rem 0;
    }
    .ny-service .ser-con h5,.ny-solution .solution-info ul li h5{
        font-size: 1.125rem;
    }
    .ny-service .ser-con h4{
        font-size: 1.65rem;
    }
    .ny-service .ser-list .ser-con ul li,.ny-solution .solution-info ul.key li,.ny-solution .solution-info ul li{
        width: 100%;
        padding: 1.2rem;
    }
    .ny-service .ser-list .ser-con ul.four li,.ny-solution .solution-info ul.approach li,.ny-solution .solution-info ul.featured li{
        width: 48.2%;
    }
    .ny-solution .solution-info ul.approach li img{
        width: 40px;
    }
}
/*.ny-comm .comm-left{
    width: 22%;
    float: left;
}*/
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
.ny-comm .ny-title{
   font-size: 2.8125rem;
   font-weight: 800;
   line-height: 1.2;
   margin-bottom: 1.5rem;
   color: #081d4b;
}
.ny-comm .ny-title p{
    font-size: 1.5rem;
}
.ny-comm .ny-tit{
   font-size: 2.5rem;
   font-weight: 800;
   line-height: 1.2;
   margin-bottom: 1.5rem;
   color: #081d4b;
   width: 80%;
   margin: 0 auto;
}
.ny-comm .ny-title1{
   font-size: 2.8125rem;
   font-weight: 800;
   line-height: 1.2;
   margin-bottom: 1.5rem;
   color: #1b93cb;
}
.ny-comm .ny-title2{
    font-size: 1.5rem;
   font-weight: 800;
   line-height: 1.2;
   margin-bottom: 1.5rem;
   color: #081d4b;
}
.ny-comm .ny-title3{
    font-size: 1.5rem;
   font-weight: 800;
   line-height: 1.2;
   margin-bottom: 1rem;
   color: #1b93cb;
}
/* .ny-comm .ny-title span{
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
}
.ny-comm .ny-title span:before{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #0070c0;
    margin-bottom: 10px;
} */
@media(max-width:992px){
    .ny-comm{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ny-comm .ny-title{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .ny-comm .ny-tit{
        width: 100%;
        font-size: 1.5rem;
    }
    .ny-comm .ny-title p{
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .ny-comm .ny-title1{
        font-size: 1.5rem;
        margin: 1rem 0;
    }
    .ny-comm .ny-title2{
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .ny-comm .ny-title3{
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .ny-pro-li82 img{
        margin-top: 1rem;
    }
}
@media(max-width:767px){
    .ny-comm{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    /* .ny-comm .ny-title span{
        font-size: 22px;
    } */
}
.ny-comm .ny-title ul{
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.ny-comm .ny-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
.ny-comm .ny-title ul li a{
    color:#76787a;
}
/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 26px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.2;
    padding: 25px;
    background: #e63837;
    overflow: hidden;
}
.comm-left .ny-nav{
    padding: 30px 20px;
    background: #f3f3f3;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: flex;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 15px 5px 15px 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;

    position: relative;
    background: #f3f3f3;
}
.comm-left .ny-nav li.onenav{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li.onenav a{
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: left;
    border-bottom:1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #0070c0;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    font-size: 16px;
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #fff;
    background: #0070c0;
}
/* solution */

.ny-solution .solution-info
/*产品列表*/
.ny-product .txt{
    background: #fff;
    border: 1px solid #efefef;
    padding: 20px 20px;
    margin: 20px 0px 20px;
}
.ny-product .spec-list{
    position: relative;
    background: #fff;
    border: 1px solid #efefef;
    transition: all 0.6s;
    margin: 20px 0px 20px;
    padding: 20px 20px;
}
.ny-product .spec-list .spec-img{
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ny-product .spec-list .spec-img img{
    width: 18%;
    margin-right: 2%;
    transition: all 0.6s;
}
.ny-product .spec-con{
    padding: 5px 5px;
    width: 100%;
    transition: all 0.6s;
}
.ny-product .spec-list .spec-img h5{
    width: 80%;
    font-size: 1.45rem;
    transition: all 0.6s;
}
.ny-product .spec-list .spec-con {
    overflow: hidden;
}

.ny-product .spec-list:hover{
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.3);
}
.ny-product .spec-list:hover .spec-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:992px){
    .ny-product .spec-list .spec-img{
        width: 100%;
        padding: 0px 0px;
    }
    .ny-product .spec-list .spec-con h5 {
        font-size: 1.125rem;
    }
}

.product-list{
    position: relative;
    transition: all 0.6s;
    margin: 20px 0px;
    padding: 20px 20px;
    border: 1px solid #e7e7e7;
    background: #fff;
}
.product-list .product-img{
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{
    padding: 25px;
    transition: all 0.6s;
}
.product-list .pro-con h5{
    font-size: 1.125rem;
    transition: all 0.6s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.product-list .pro-con h5 span{
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #0070c0;
    display: block;
}
.product-list .pro-con .overview{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-list .more {
    padding-right: 35px;
    transition: all 0.3s ease-in-out;
    background: url(../img/more.png) no-repeat left center;
}

.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width: 992px){
    .product-list {
        padding: 15px;
        margin: 10px 0px;
    }
}
.ny-pro-list{
    min-height: 300px;
}
.ny-pro-li82{
    background: #f0f0f0;
}
.ny-pro-li84,.ny-pro-li86{
    background: #081d4a;
}
.ny-pro-li84 p,.ny-pro-li86 p{
    color: #fff;
}
.ny-pro-list .ny-pro-li1{
    display: flex;
    align-items: center;
    margin: 1.5rem 0 2rem;
}
.ny-pro-list .ny-pro-li1 .ny-pro-l img{
    max-width: none;
    width: 150px;
    margin-right: 20px;
}
.ny-pro-list .ny-pro-li2{
    padding: 2rem 0 0 0;
}
.ny-pro-list .ny-pro-li2 table{
    margin-bottom: 1.5rem;
}
.ny-pro-list .ny-pro-li2 table tr td:last-child{
    text-align: right;
}
table{
    width: 100%;
}
table,table tr,table th,table td{
    border: none;
}
table tr{
    border-bottom: 1px solid #d2d3d7;
}
table td{
    padding: 0.5rem 2rem;
}
@media (max-width:992px) {
    .ny-pro-list .ny-pro-li1{
        flex-wrap: wrap;
    }
    .ny-pro-list .ny-pro-li1 .ny-pro-l img{
        max-width: none;
        width: 80px;
        margin-right: 0px;
    }
    .ny-pro-list .ny-pro-li1 .ny-pro-l{
        margin-bottom: 1rem;
    }
    .ny-pro-list .ny-pro-li1 .ny-pro-r{
        width: 100%;
    }
    .ny-pro-list .ny-pro-li2 {
        padding: 1rem 0 0 0;
    }
    table{
        margin-top: 1.5rem;
    }
    table td{
        padding: 0.5rem 1rem;
    }
}
.main .m-pro-nav{
    display: none;
}
.m-pro-nav{
    display: block;
    width: 40%;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    background: transparent;
    border: 1px solid #dcdcdc;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:220px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .ny-comm .comm-left{
        display: none;
    }
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .main .m-pro-nav,.position .m-pro-nav{
        display: block;
        width: 100%;
        margin:0px 0px 20px;
    }
}

/*产品展示详情 */
.product-info{
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
/*.product-info:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f9f9f9;
}*/
.product-info img{
    width:100%;
    padding: 0px;
}
.product-info .adv-img{
    border: 2.5rem solid #f6f6f6;
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.product-con{
    padding: 20px 0px 40px 30px;
}
.product-con h5{
   font-size: 1.6rem;
   padding-bottom: 15px;
   border-bottom: 1px solid #dedede;
   margin: 15px 0px;
}
.product-con h5 span{
    font-size: 1.0rem;
    display: block;
    color: #0070c0;
    padding: 5px 0px;
}
.product-con .overview strong{
    font-size: 2.0rem;
    font-weight: 600;
    border-top: 2px solid #f6f6f6;
    display: block;
    padding-top: 10px;
    margin: 10px 0px 0px;
}
.product-con .overview ul li{
    position: relative;
    padding-left: 15px;
    margin: 2px 0px;
}
.product-con .overview ul li:before {
    content: "•";
    position: absolute;
    left: 0px;
    top: -2px;
    line-height: 1.0;
    font-size: 1.5rem;
}
.product-con .overview{
    margin-bottom: 20px;
}
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.pro-wechat{
    display: flex;
    justify-content: flex-start;
}

.pro-wechat .online{ width: 60%; }
.pro-wechat .tel a,.pro-wechat .online a{
    padding: 12px 35px;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #18274a;
}
.pro-wechat .online a{
    background: #18274a;
    margin-top: 5px;
}
@media(max-width:992px){
    .product-info:before{
        width: 100%;
    }
    .product-con{
        padding: 10px 30px 20px 30px;
    }
    .product-con h5 {
        font-size: 1.25rem;
    }
}
/*详情*/
.product-info-content {
    background: #fff;
    padding: 0px 0px 40px;
}
.product-info-content table{
    margin: 10px 0px;
}
.product-info-content .pro-title {
    font-size: 1.6rem;
    line-height: 1.13;
    letter-spacing: .024rem;
    font-weight: 600;
    margin: 20px 0px 15px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px 0px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #efefef;
}
.table>tbody>tr>th{
    background-color: #262626;
    color: #fff;
}

@media(max-width:992px){
    .product-info-content .pro-title {
        font-size: 1.25rem;
    }
    .pro-wechat .online {
        width: 70%;
    }
    .pro-wechat .tel a, .pro-wechat .online a {
        padding: 7px 5px;
        font-size: 16px;
    }
    .pro-wechat .tel a i, .pro-wechat .online a i {
        font-size: 16px;
    }
    .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;
    }
}

/*相关下载*/
.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: 14px;
    line-height: 1.6;
    margin-top: 30px;
}
.pre-next span{
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}
/*相关产品*/
.related_product{
    background: #fff;
    padding: 30px 0 50px;
}
.related-title{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media(max-width:992px){
    .related-title{
        font-size: 16px;
    }
}
/* 新闻 */
.ny-news .news-list{
    border: 1px solid #eeeeee;
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    transition: all 0.6s;
    box-shadow: 7px 0px 20px rgba(15, 5, 10, .08);
}
.ny-news .news-list .ny-news-title{
    font-size: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .news-list .ny-news-time{
    font-size: 1rem;
    color: #474476;
     font-weight: 600;
    margin: 0px 0px 10px;
}
.ny-news .news-list .ny-news-time span{
    color: #0070c0;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #232323;
}
.ny-news .news-list .ny-news-intro{
    overflow: hidden;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ny-news .news-list:hover{
    background: #f9f9f9;
}
@media (max-width:992px){
    .ny-news .news-list{
        font-size: 14px;
        padding: 15px;
        line-height: 1.2;
    }
    .ny-news .news-list span{
        float: none;
        display: block;
        margin: 0px 0px 10px;
    }
}
/* 新闻详情页 */
.ny-news-info{
    padding: 50px 50px;
    width: 75%;
    background-color: #fff;
    margin: 0px auto;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: 5px;
    position: relative;
}
.ny-comm .news-info-title{
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.ny-comm .news-info-title p{
    font-size: 1.5rem;
    color: #1b93cb;
    line-height: 1.3;
    font-weight: bold;
}
.ny-comm .news-info-title .date {
    color: #666;
    font-size: 16px;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
    margin: 15px 0px;
}
.ny-news-info .news-info-content p{
	margin: 10px 0px;
}
@media (max-width:991px){
    .ny-comm .news-info-title p{
        font-size: 1.5rem;
    }
    .ny-news-info{
        padding: 20px 20px;
        width: 100%;
    }
    .ny-news-info .news-info-title .date {
        font-size: 13px;
    }
}
.contact{
    background: url(../img/contact.jpg) no-repeat left bottom;
    background-size: 25% auto;
}
.contact .contact-title{
    font-size: 1.5rem;
    font-weight: bold;
}
.contact ul li{
    overflow: hidden;
    font-size: 1.0rem;
    line-height: 30px;
    text-align: left;
    margin: 10px 0px;
    padding-left: 52px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 80%;
    border-bottom: 1px solid #d3d3d3;
}
.contact ul li span {
    font-size: 16px;
    color: #fff;
    background: #0070c0;
    position: absolute;
    left: 15px;
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    margin-bottom: 0px;
}
/* 在线留言 */
.message {
    background: #081d4a;
    border-radius: 0.5rem;
    padding: 1.6rem;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
}
.message .msg-title{
    color:#1b93cb;
    font-size: 3.125rem;
}
.message .msg-txt{
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 1rem 0;
}
.form-control{
    height: 50px;
    border-radius: 5px;
    margin-bottom:15px;
    color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #344569;
    background: transparent;
}
.form-control:nth-child(1):after,.form-control:nth-child(2):after,.form-control:nth-child(4):after,.form-control:nth-child(5):after {
    content: "*";
    color: red;
}
.form-control:focus{
    box-shadow: none;
}
.form-control1{
    height:120px !important;
}
.message .msg-btn{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 5px;
    background-color: #0070c0;
}
/* 搜索页面 */
.ny-search .search-list a{
    display: flex;
    padding: 1.6rem;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
}
.ny-search .search-list a h5{

}
@media(max-width:767px){
    .contact .contact-title {
        font-size: 1.125rem;
    }
    .contact ul li{
        width: 100%;
    }
}