*{padding: 0;margin: 0;list-style:none;box-sizing:border-box;}
body,html{color: #000;font-size: 16px;}
.ellipsis{text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ellipsis2{ overflow: hidden;	text-overflow: ellipsis;	-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;line-clamp: 2;}
.flex{display: flex;display: -webkit-flex;}
.maxWidth{min-width: 1200px;padding: 0 20px;margin: 0 auto;max-width: 1440px;}
a{text-decoration: none;color: #000;}
.transition{transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.boxSizing{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.w1440{ /*width:1400px*/; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.container{width:1200px; margin: 0 auto}
table{border-collapse: collapse;}

/* 头部 */
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;align-items: center;justify-content: space-between;padding: 0 20px;min-width: 1200px;background: #222222f7;} 
.header .logo{width:345px;object-fit: contain;}
.header .logo>img{width: 100%;display: block;}
.header .rightModel{align-items: center;justify-content: space-between;flex: 1;padding-left: 3%;}
.header .rightModel .tabModel {flex: 1;}
.header .rightModel .tabModel .title{color: #fff;height: 80px;line-height: 80px;opacity: 0.8;}
.header .rightModel .tabModel .tab{position: relative;text-align: center;width: 12%;}
.header .rightModel .tabModel .tab.active .title{opacity: 1;font-weight: bold;}
.header .rightModel .tabModel .tab .subList{position: absolute;top: 80px;left: 50%;margin-left: -50%;width: 100%;background: #eee;}
.header .rightModel .tabModel .tab .subList a{color: #333;line-height: 40px;text-align: center;font-size: 14px;display: block;}
.header .rightModel .tabModel .tab .subList{transform: scaleY(0);transform-origin: top; transition: transform 0.3s ease-out;overflow: hidden;}
.header .rightModel .tabModel .tab:hover .subList{ transform: scaleY(1);}
.Language>a{color: rgba(255, 255, 255, 0.7);margin-left:10px;position: relative;}
.Language .active{content: '';display: block;background: url('../images/xiexian.png') no-repeat left center;background-size:14px 16px;padding-left: 20px;font-weight: bold;color: #fff;}

/* footer */
.footer{background: #333333;padding-top: 66px;}
.footHead{justify-content: space-between;}
.footHead .tit{font-size: 40px;color: #fff;}
.fhForm{width: 46%;}
.fhForm .text{font-size: 18px;color: #fff;}
.fhPut{padding-top: 20px;}
.fhPut .put{flex: 1;align-items: center;border-bottom: 1px solid rgba(255, 255, 255, 0.3);margin-right: 20px;}
.fhPut .put img{width: 20px;height: 20px;object-fit: contain;}
.fhPut .put input{height: 48px;flex: 1;padding: 0 16px;background: transparent;outline: none;border: none;color: #fff;font-size: 16px;}
.fhPut .btn{width: 192px;height: 48px;background: #264E97;color: #fff;outline: none;border: none;cursor: pointer;font-size: 16px;}
.foot{padding: 70px 0;}
.footL .footL1{width: 190px;display: block;}
.footL .footL2 {padding-top: 30px;}
.footL .footL2 .btn{width: 42px;height: 42px;border-radius: 50%;background: #5C5C5C;display: flex;align-items: center;justify-content: center;position: relative;}
.footL .footL2 .btn+.btn{margin-left: 10px;}
.footL .footL2 .btn .icon{width: 22px;height: 22px;object-fit: contain;display: block;}
.footL .footL2 .btn .qrCode{width: 100px;height: 100px;position: absolute;top: 50px;left: 50%;transform: translateX(-50%);display: none;padding: 6px;background: #fff;border-radius: 2px;}
.footL .footL2 .btn:hover .qrCode{display: block;}
.footR{flex: 1;justify-content: flex-end;color: #fff;}
.footnNav{margin-left: 10%;}
.footnNav .tit{font-size: 18px;font-weight: bold;padding-bottom: 6px;position: relative;z-index: 10;}
.footnNav .tit::after{content: '';display: block;position: absolute;bottom: 16px;left: -16px;background: url('../images/round.png') no-repeat center;width: 30px;height: 30px;z-index: -1;opacity: 0.6;}
.footnNav>a{display: block;color: rgba(255, 255, 255, 0.3);margin-top: 22px;}
.footnNav>a:hover{color: #fff;}
.footBot{border-top: 1px solid rgba(255, 255, 255, 0.2);padding: 26px 0;justify-content: space-between;}
.footBot a{color: rgba(255, 255, 255, 0.5);font-size: 15px;}
.footBot a+a{margin-left: 16px;}
.footBot .footBotR{margin-left: auto;}
.footBotR .img{color: rgba(255, 255, 255, 0.5);margin-left: 20px;align-items: center;font-size: 15px;}
.footBotR .img>img{height: 16px;display: block;opacity: 0.5;}




.headSwiper img{height: 900px;width: 100%;display: block;object-fit: cover;}
.headSwiper .swiper-pagination-bullet{width: 200px;height: 3px;background: #fff;opacity: 0.3;border-radius: 0;}
.headSwiper .swiper-pagination-bullet-active{opacity: 1;}
.model{padding: 60px 20px;}
.roundTitle{padding-bottom: 30px;}
.roundTitle .head{font-size: 20px;color: #264e97;padding-left: 30px;background: url('../images/round.png') no-repeat left center;background-size: 26px;line-height: 26px;}
.roundTitle .tit{font-size: 50px;}
.bannerImg{width: 100%;display: block;}
.moreBtn{color: #264e97;padding:0 6px 6px;display:inline-block;transition: all 0.3s;position: relative;}
.moreBtn::after{content: '';display: block;width: 100%;height: 1px;background: #264e97;position: absolute;bottom: 0;left: 0;transform: scaleX(0);transform-origin: left;transition: transform 0.3s;}
.moreBtn>img{width: 10px;height: 10px;object-fit: contain;margin-left: 20px;}
.moreBtn+.moreBtn{margin-left: 20px;}
.moreBtn:hover::after{transform: scaleX(1);}


.proTit{justify-content: center;text-align: center;}
.proHead .proH{width: calc((100% - 20px) / 2);aspect-ratio: 1/0.54;margin-right: 20px;position: relative;overflow: hidden;}
.proHead .proH:last-child{margin-right: 0;}
.proHead .proH:hover>img{transform: scale(1.1);}
.proH .moreBtn{position: absolute;right: 30px;bottom: 20px;}
.proH>img{width: 100%;height: 100%;display: block;transition: all 0.3s;}
.proH .title{position: absolute;top: 20px;left: 20px;}
.proH .title .tit{font-size: 34px;padding-bottom: 8px;}
.proBody{padding-top: 20px;}
.proBody .proH{width: calc((100% - 40px) / 3)}

.bannerImgModel{position: relative;}
.bannerImgModel .playImg{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);cursor: pointer;width: 80px;height: 80px;object-fit: contain;}

.aboutModel{border-bottom: 1px solid #ddd;}
.aboutTit{justify-content: space-between;align-items: center;}
.aboutTit .titR{width: 50%;}
.aboutTit .titR .desc{color: #666;padding-bottom: 40px;    line-height: 30px;}
.aboutNum{justify-content: space-around;padding-top: 100px;}
.aboutNum .aNum .text>span{font-size: 66px;font-weight: bold;color: #264e97;line-height: 56px;}
.aboutNum .aNum .text{align-items: flex-start;}

.newsTit{justify-content: space-between;align-items: center;}
.newsList a{display:block;}
.newsList{justify-content: space-between;}
.newsL{width: calc((100% - 20px) / 2);position: relative;overflow: hidden;}
.newsL>img{width: 100%;height: 460px;display: block;object-fit: cover;}
.newsL:hover>img{transform: scale(1.1);}
.newsL .main{position: absolute;bottom: 0;left: 0;width: 100%;box-sizing: border-box;padding: 50px 20px 20px;z-index: 10;background: linear-gradient(transparent,rgba(0,0,0,0.6));}
.newsL .main .time{color: rgba(255, 255, 255, 0.7);}
.newsL .main .tit{color: #fff;font-size: 20px;padding-top: 10px;}


.newsR{width: calc((100% - 20px) / 2);}
.newsR .news+.news{margin-top: 20px;}
.news{height: 220px;display: flex !important;box-sizing: border-box;padding: 20px;background: #F2F9FE;}
.news .cover{width: 250px;height: 180px;overflow:hidden;}
.news .cover>img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all 0.3s;}
.news .main{flex: 1;padding-right: 20px;}
.news .main .time{color: #264e97;}
.news .main .tit{padding-top: 60px;font-size: 20px;}
.newsFoot{margin-top: 20px;}
.newsFoot .news+.news{margin-left: 20px;}
.newsFoot .news{width: calc((100% - 20px) / 2);}
.news:hover .main .tit{color: #264E97;}
.news:hover img{transform: scale(1.1);}


.rippleModel{background: #264E97;padding: 50px 0 0;overflow: hidden;}
.ripple{justify-content: center;}
.ripLogoModel{width: 522px;height: 522px;align-items: center;justify-content: center;position: relative;}
.ripLogoModel .ripRound{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10;animation: rotate 10s linear infinite;}
.rippleC{padding: 0 30px;}
.rippleC .ripLogo{width: 360px;height: 360px;align-items: center;justify-content: center;border-radius: 50%;box-shadow: -2px -2px 10px 2px #E8EEF6;background: linear-gradient(45deg,#49A1ED,#E8EEF6,#E8EEF6);}
.rippleC .ripLogo>img{width: 260px;display: block;}
@keyframes rotate {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.rippleL{flex-direction: column;justify-content: space-around;display: none;flex: 1;}
.ripText .tit{font-size: 30px;color: #fff;padding-right: 38px;background: url('../images/round.png') no-repeat right center;background-size: 30px;text-align: right;}
.ripText .desc{padding-right: 38px;font-size: 18px;color: rgba(255, 255, 255, 0.7);padding-top: 10px;text-align: right;}
.rippleR .ripText .tit{padding-right: 0;padding-left: 38px;text-align: left;background: url('../images/round.png') no-repeat left center;background-size: 30px;}
.rippleR .ripText .desc{padding-right: 0;padding-left: 38px;text-align: left;}
.bwModel{height: 100px;position: relative;overflow: hidden;margin-top: 50px;}
.ripBw{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;}
.ripBw>div{position: absolute;bottom: 0;left: 0;width: 200%;display: block;background-image: url('../images/bw1.png');background-repeat: repeat no-repeat;background-position: center bottom;background-size: 50% 100px;height: 100px;transform-origin:center bottom}
.bwModel .ripBw2{background-image: url('../images/bw2.png');}
.bwModel .ripBw3{background-image: url('../images/bw3.png');z-index: 6;}
.ripBw>div{animation: move_wave 10s linear infinite;height: 100%;}
@keyframes move_wave {
  0% {transform: translateX(0) translateZ(0) scaleY(1)}
  50% {transform: translateX(-25%) translateZ(0) scaleY(0.55)}
  100% {transform: translateX(-50%) translateZ(0) scaleY(1)}
}



.squareModel{justify-content: space-between;}
.squareModel img{object-fit: cover;display: block;}
.squareModel .sqL{width: 64%;}
.sqL1>img{width: 100%;height: 425px;}
.sqL2{justify-content: space-between;margin-top: 10px;}
.sqL2 .sqL2_a{width: calc((100% - 10px) / 2);}
.sqL2 .sqL2_a>img{width: 100%;height: 300px;}
.sqR{width: calc(36% - 10px);flex-direction: column;justify-content: space-between;}
.sqR .sqR1>img{height: 300px;width: 100%;}
.sqR .sqR2{width: 100%;}
.sqR .sqR2>img{width: 100%;height: calc(735px - 10px - 300px);}
.sq{position: relative;}
.sq>p{font-size: 30px;position: absolute;bottom: 20px;left: 20px;color: #fff;transition: all 0.3s;z-index: 6;}
.sq>a{position: absolute;bottom: 20px;left: 20px;color: #fff;opacity: 0;transition: all 0.3s;font-size: 18px;z-index: 6;}
.sq>a>span{padding-left: 6px;transition: all 0.3s;}
.sq:hover>p{bottom: 60%;}
.sq:hover>a{bottom: 10%;opacity: 1;}
.sq>a:hover>span{padding-left: 16px;}
.sq::after{content: '';display: block;height: 100%;width: 100%;top: 0;left: 0;position: absolute;background: rgba(255, 255, 255, 0.2);backdrop-filter: blur(20px);opacity: 0;transition: all 0.3s;}
.sq:hover::after{opacity: 1;}

.intorModel{background: url('../images/banner_bg1.jpg') no-repeat center;background-size: cover;background-attachment: fixed;overflow: hidden;}
.intor{padding: 186px 0 60px;flex-direction: column;align-items: center;color: #fff;text-align: center;}
.intor .title {flex-direction: column;align-items: center;padding-bottom: 240px;}
.intor .title .tit{font-size: 50px;padding-bottom: 10px;}
.intor .title .desc{font-size: 28px;border: 1px solid rgba(255, 255, 255, 0.5);padding: 6px 20px;}
.intorModel .moreBtn{color: #fff;border-color: #fff;}
.intorModel .moreBtn::after{background: #fff;}

.intor .title,
.intor .moreBtn {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.6s ease-out;
}
.intor .title.animate,
.intor .moreBtn.animate {
    opacity: 1;
    transform: translateY(0);
}
.intor .title.hide,
.intor .moreBtn.hide {
    opacity: 0;
    transform: translateY(50px);
}


/* 视频弹窗 */
#videoPopup{display: none;}
.videoPopup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);z-index: 100;align-items: center;justify-content: center;}
.videoPopup>video{width: 800px;height: 500px;}



/*-----------------------------------------------------------------------------*/
/*关于我们*/
.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 0px;}
.inside_banner p{ text-align: center; font-size: 22px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p a{ display:inline-block;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{min-height:80px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto; max-width:1200px;}
.nav-wrap li{ float: left; line-height:60px; position: relative; margin:5px 0;}
.nav-wrap li a{font-size: 18px; padding: 0 30px; display:block}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:0; background: #264e97; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width:32.6%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(3n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #264e97;}
.honor_list li:hover .gallery-title{ background: #264e97; color: #fff;}


.honor_list1{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list1 li{ width:24%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list1 li:nth-child(4n){ margin-right: 0;}
.honor_list1 li .img{overflow: hidden; width:100%;}
.honor_list1 li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list1 li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list1 li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list1 li:hover{ border: 1px solid #264e97;}
.honor_list1 li:hover .gallery-title{ background: #264e97; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
 .ny_solution_img{width:350px; height:100%; float:left; overflow:hidden; border: 1px solid #ffffff}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{width:750px; height:auto; float:left; margin-left: 40px; padding: 20px 0}
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;}
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 20px; margin-bottom: 20px;}
.ny_pro_shengcan .slideBox .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover{border:1px solid #264e97;}

.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more{width:120px;  height:40px;line-height:40px; color:#333; display:block;  text-align:center; font-size:14px; background:#eee}
.yfzx_more:hover{background: #264e97; color: #fff; border: 1px solid #264e97}
.n_pro_nav{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.n_pro_nav a{font-size:16px; color:#666; border:1px solid #ffffff;   height: 50px; line-height:50px; width:auto; float:left; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.n_pro_nav a:hover,.n_pro_nav a.m_active{background:#264e97; color:#fff}
.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:24px; font-weight:bold; overflow:hidden; white-space:nowrap}



/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:507px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#264e97; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:650px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height:auto; line-height:40px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:100%; height: auto; overflow: hidden; }
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}

.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}



/*  ҳ    */
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:35px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top:12px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:24%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#264e97}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }


/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 18px;    color: #333;    line-height: 34px;}
.contact_right p{font-size: 16px;    color: #333;    line-height: 34px;}
.ny_cont_wx{max-width:498px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 1px solid #e5e5e5; padding: 0px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #555; height: 40px; line-height: 20px; text-align: center; margin-top: 6px;}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{    font-size: 16px;    color: #333;    line-height: 34px;}
.ny_news_show table tr,td{    font-size: 17px;    color: #333;    line-height: 34px;}
/* .ny_news_show table tr,td a{display:contents;} */
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #333;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #264e97; position: relative; line-height: 2.8; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 450px; padding-top:180px; position:relative}
.inside_banner .in_header{position:absolute;}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center;}


/*发展历程*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0 40px; font-size:15px; color:#666; line-height:30px;}
.timer_shaft_left{float: left;font-size:30px;width: 175px;text-align: center;position: relative; line-height: 42px; margin-top:30px; }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top:12px;width: 11px;height: 11px;border:1px solid #ff0000;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{line-height: 35px;padding-left: 30px; padding-top:30px;color: #666; margin-left:172px; }
.timer_shaft_right b{line-height: 35px; font-size:20px; color: #333; }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; width:100%}
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #c3c3c3;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 0 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.ny_event_tt{color:#ff0000; font-size:36px; margin-bottom:60px;}
.timer_shaft_left span{background:#264e97; color:#fff; font-size:26px; padding:0 12px;font-weight: bold;    border-radius: 8px;}