.content{max-width: 1480px; box-sizing: border-box;  margin: 0px auto;width:100%;}
.maodian{height: 0px;transform: translateY(-128px);}

.bg_video { width: 100%; height: 100%; position: fixed; z-index: 998; top: 0px; left: 0px; }
.bg_video video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.video_popup{width: 100vw;height: 100vh;position: fixed;top: 0px;left: 0px;z-index: 1000;display: none;}
.video_popup .video_popup_bg{width: 100%;height: 100%;position: absolute;z-index: 1;background: rgba(0,0,0,0.4);}
.video_popup .video_popup_box{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;}
.video_popup .video_popup_box .companyVideo{width: 800px;height:auto;background: #fff;border-radius: 8px;padding: 20px;}
.video_popup .video_popup_box video{width: 100%;height: 100%;overflow: hidden;display: block;}

/* 头部 */
.pub_top{padding: 40px 0px;position: fixed;top: 0px;left: 0px;z-index: 999;width: 100%;transition: all linear 220ms;_min-width: 1480px;}
.pub_top .content{display: flex;justify-content: space-between;}
.pub_top .logo_box{display:flex;align-items:center;}
.pub_top .logo_box .logo{margin-right:10px;}
.pub_top .logo .logo_b { display: none; }
.pub_top .logo .logo_a{display: block;}
.pub_top .r_box{display: flex;align-items: center;}
.pub_top .nav_box{display: flex;margin-right: 30px;}
.pub_top .nav_box .nav_item{margin: 0px 25px;}
.pub_top .nav_box .nav_item:nth-child(1){width: auto;}
.pub_top .nav_box .nav_item>.title{font-size: 18px;color: #fff;text-align: center;width: 100%;display: block;}
.pub_top .nav_box .nav_item.on>.title,.pub_top .nav_box .nav_item:hover>.title{font-weight: bold;transition:all 220ms linear;}

.pub_top .search_box{position: relative;width: 245px; height: 45px;border-radius: 45px;border: 1px solid #fff;box-sizing: border-box;background: rgba(255,255,255,0.3);margin-right: 20px;}
.pub_top .search_box .search_input{font-size: 13px;color: #fff; width: 100%;height: 100%;background: none;outline: none;border: none;padding-left: 20px;padding-right: 60px;box-sizing: border-box;}
.pub_top .search_box .search_input::placeholder{color: #fff;font-size: 13px;opacity: 0.7;}
.pub_top .search_box .search_btn{width: 43px;height: 43px;position: absolute;top: 0px;right: 5px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.pub_top .search_box .search_btn i{color: #fff;font-size: 20px;}
.pub_top .lang{width: 45px;height: 45px;line-height: 45px;border-radius: 50%;background: #fff;text-align: center;}
.pub_top .lang a{width: 100%;height: 100%;display: block;font-weight: bold;font-size: 16px;color: #0e65b6;}

.pub_top.on{background: #fff;padding: 20px 0px;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.pub_top.on .logo .logo_w{display: none;}
.pub_top.on .logo .logo_b{display: block;}
.pub_top.on .nav_box .nav_item>.title{color:#333;}
.pub_top.on .nav_box .nav_item.on>.title,.pub_top.on .nav_box .nav_item:hover>.title{color: #0e65b6;}
.pub_top.on .search_box .search_input{border-color: #0e65b6;background: #0e65b6;border-radius: 45px;}
.pub_top.on .lang{background: #0e65b6;}
.pub_top.on .lang a{color: #fff;}


.pub_top.pro{background: #fff;padding: 20px 0px;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
.pub_top.pro .logo .logo_w{display: none;}
.pub_top.pro .logo .logo_b{display: block;}
.pub_top.pro .nav_box .nav_item>.title{color:#333;}
.pub_top.pro .search_box .search_input{border-color: #0e65b6;background: #0e65b6;border-radius: 45px;}
.pub_top.pro .lang{background: #0e65b6;}
.pub_top.pro .lang a{color: #fff;}


#in_banner_swiper .swiper-slide{width: 100%;height:auto;background-size: cover;background-position: center;background-repeat: no-repeat;}
#in_banner_swiper .swiper-slide a{width:100%;height:100%;display:block;}
#in_banner_swiper .swiper-pagination { bottom: 60px; }
#in_banner_swiper .swiper-pagination span{width: 10px;height: 10px;border: 1px solid #fff;opacity: 1;background: transparent;position: relative;margin: 0px 10px;box-sizing: border-box;}
#in_banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}
#in_banner_swiper .swiper-pagination span.swiper-pagination-bullet-active::after{content: "";border-radius: 50%; width: 22px;height: 22px;box-sizing: border-box;border: 1px solid #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

/* 首页产品栏目 */

/* 产品icon动画 */
@keyframes proCtgIconAnimation {
	0% {
        transform: rotateZ(0deg) scale(1);
    }
	25%{
		transform: rotateZ(5deg) scale(1.033);
	}
    75% {
        transform: rotateZ(-5deg) scale(1.066);
    }
    100% {
        transform: rotateZ(0deg) scale(1.1); 
    }
}

.proctg_box{display: flex;padding:50px 0px;justify-content: space-between;align-items: center;}
.proctg_box .proctg_item{cursor: pointer; display: flex;justify-content: center;align-items: center;flex: 1;position: relative;overflow: hidden;padding: 30px 0px;transition: all 220ms linear;}
.proctg_box .proctg_item .num{font-size: 60px;opacity: 0.06;color: #fff;font-weight: bold;position: absolute;bottom: 0px;right: 15px;transform: translateY(100%);transition: all 620ms linear;}
.proctg_box .proctg_item .icon{width: 64px;height: 64px;position: relative;margin:0px auto;}
.proctg_box .proctg_item .icon img{width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;transition: all 220ms linear;}
.proctg_box .proctg_item .icon .icon1{opacity: 1;z-index: 1;}
.proctg_box .proctg_item .icon .icon2{opacity: 0;z-index: 0;}
.proctg_box .proctg_item .title{width:80%; font-size: 18px;color: #63677f;margin:0px auto;line-height:1.3em; margin-top: 5px;transition: all 220ms linear;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.proctg_box .proctg_item .box{text-align: center;width:100%;}
.proctg_box .proctg_item:hover{background: #0e65b6;border-radius: 4px;}
.proctg_box .proctg_item:hover .icon{animation: proCtgIconAnimation  500ms ease-in-out 1;}
.proctg_box .proctg_item:hover .icon .icon1{opacity: 0;z-index: 0;}
.proctg_box .proctg_item:hover .icon .icon2{opacity: 1;z-index: 1;}
.proctg_box .proctg_item:hover .num{transform: translateY(20%);}
.proctg_box .proctg_item:hover .title{color:#fff;}

/* 首页产品展示 */
.in_pro{background: url(/static/default/assets/img/in_pro_bg.jpg) center no-repeat;padding: 50px 0px;}
#in_pro_swiper {position: relative;}
#in_pro_swiper .btn_box{width: 63px;height: auto;position:absolute;top: 50%;right: 0px;transform: translateY(-50%);z-index: 2;}
#in_pro_swiper .btn_box>div{transition: all linear 220ms; font-size: 24px;color: #fff; opacity: 1; width: 63px;height: 63px;background: #bec1c6;display: flex;justify-content: center;align-items: center;position: static;margin: 0px;padding: 0px;top:initial;left:initial;}
#in_pro_swiper .btn_box .swiper-button-prev{margin-bottom: 20px;}
#in_pro_swiper .btn_box>div:hover{background: #0e65b6;}
.swiper-button-next:after, .swiper-button-prev:after{display: none;}
.in_pro_item{display: flex;align-items: center;}
.in_pro_item .con_box{width: 450px;}
.in_pro_item .con_box .title{font-size: 40px;color: #333;font-weight: bold;margin-bottom: 20px;line-height: 1em;}
.in_pro_item .con_box .desc{font-size: 14px;color: #333;line-height: 26px;margin-bottom: 70px;}
.in_pro_item .con_box .more{ transition: all linear 500ms;width: 150px;padding: 0px 22px;background: #0e65b6;border-radius: 50px;height: 50px; box-sizing: border-box; display: flex;justify-content: space-between;align-items: center;color: #fff;}
.in_pro_item .con_box .more span{font-size: 16px;line-height: 1em;}
.in_pro_item .con_box .more i{font-size: 14px; transition: all linear 1000ms;}
.in_pro_item .con_box .more:hover{transform: scale(1.05) translateX(10px);}
.in_pro_item .con_box .more:hover i{  animation: fadeOutRight 2s ease-in-out infinite;}
.in_pro_item .img_box{width: 780px;height: 560px;overflow: hidden;}
.in_pro_item .img_box img{width: 100%;height: 100%;object-fit: cover;}



/* 关于公司 */
.in_about{padding-top: 100px;padding-bottom: 160px;background: url(/static/default/assets/img/in_about_bg.jpg) center right no-repeat;background-size: cover;position: relative;}
.in_about_box{position: relative;z-index: 1;}
.in_about_box .title{font-size: 36px;font-weight: bold;color: #fff;line-height: 1em;margin-bottom: 60px; letter-spacing:3px}
.in_about_box .con_box{display: flex;}
.in_about_box .con_box .summary{width: 680px;font-size: 16px;color: #fff;line-height: 30px;margin-right: 80px;margin-bottom: 50px;}
.in_about_box .con_box .video_box{width: 448px;height: 288px;overflow: hidden;position: relative;border-radius: 6px;cursor: pointer;transition: all linear 420ms;}
.in_about_box .con_box .video_box:hover{box-shadow: 0px 0px 20px rgba(0,0,0,0.4);}
.in_about_box .con_box .video_box img{width: 100%;height: 100%;display: block;object-fit: cover;}
.in_about_box .con_box .video_box::after{content: "";width: 59px;height: 59px;background: url(/static/default/assets/img/icon_video.png) center no-repeat;background-size: cover;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.in_about_box .more{ transition: all linear 500ms;width: 150px;padding: 0px 22px;border: solid 2px #ffffff; border-radius: 50px;height: 50px; box-sizing: border-box; display: flex;justify-content: space-between;align-items: center;color: #fff;}
.in_about_box .more span{font-size: 16px;line-height: 1em;}
.in_about_box .more i{font-size: 14px; transition: all linear 1000ms;}
.in_about_box .more:hover{transform: scale(1.05) translateX(10px);}
.in_about_box .more:hover i{ animation: fadeOutRight 2s ease-in-out infinite;}






#wave{width: 100%;height: 200px;opacity: .7;position: absolute;bottom: 0px;left: 0px;z-index: 0;}

/* 应用领域 */
.in_app{padding: 100px 0px;}
.in_app .top_box{display: flex;justify-content: space-between;align-items: center;margin-bottom: 80px;}
.in_app .top_box .title{font-size: 40px;font-weight: bold;color: #333;}
.in_app .top_box .desc{width: 420px; font-size: 14px;line-height: 24px;color: #808080;}

.in_app_box{display: flex;justify-content: space-between;}
.in_app_box .in_app_item{transition: all ease-in-out 420ms; display: flex;justify-content: center;align-items: center; width: 230px;margin-right: 10px;height: 505px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.in_app_box .in_app_item:last-child{margin-right: 0px;}
.in_app_box .in_app_item.on{width: 480px;}
.in_app_box .in_app_item .box{text-align: center;}
.in_app_box .in_app_item .box .title{font-size: 22px;color: #fff;padding-top:15px;}
.in_app_box .in_app_item:hover .icon{animation: proCtgIconAnimation  500ms ease-in-out 1;}

/* 首页新闻 */
.in_news{overflow:hidden;padding-bottom:50px;padding-top:50px;}
.in_news .top_box{margin-bottom: 50px;display: flex;justify-content: space-between;align-items: center;}
.in_news .top_box .title{font-size: 40px;color: #333;font-weight: bold;}
.in_news .top_box .more{ transition: all linear 500ms;width: 150px;padding: 0px 22px;border: solid 2px #999; border-radius: 50px;height: 50px; box-sizing: border-box; display: flex;justify-content: space-between;align-items: center;color: #666;}
.in_news .top_box .more span{font-size: 16px;line-height: 1em;}
.in_news .top_box .more i{font-size: 14px; transition: all linear 1000ms;}
.in_news .top_box .more:hover i{ animation: fadeOutRight 2s ease-in-out infinite;}
.in_news_box{padding:0 10px;overflow:hidden;}
.in_news_item{}

.in_news_item .img_box{height:auto;display: block;overflow: hidden; border:1px solid #999;border-radius:8px;}
.in_news_item .img_box img{width: 100%;height:auto;object-fit: cover;transition: all linear 1220ms; }

.in_news_item:hover .img_box img{transform: scale(1.1);}
.in_news_item:hover .title{color: #0e65b6;}
.in_news_item .time{margin-top: 32px;font-size: 14px;color: #333333;opacity: 0.5;}
.in_news_item .title{font-size: 17px;line-height: 1.6em;height: 3.6em;color: #333333;padding-top:20px;text-align:center;}

.in_news_item .more{ transition: all linear 500ms;width: 80px;border-radius: 50px;height: 50px; box-sizing: border-box; display: flex;justify-content: space-between;align-items: center;color: #333333;}
.in_news_item .more span{font-size: 16px;line-height: 1em;opacity: 0.5;}
.in_news_item .more i{font-size: 14px; transition: all linear 1000ms;color: #656565;}
.in_news_item .more:hover{background: #0e65b6;color: #fff;width: 123px;padding: 0px 22px;}
.in_news_item .more:hover span{opacity: 1;}
.in_news_item .more:hover i{color:#fff;}


.in_news .swiper-pagination{position: static;margin-top:5px;}
.in_news .swiper-pagination span{width: 10px;height: 10px;margin: 0px 3px;background: #0e65b6;border-radius: 10px;opacity: 1;transition: all linear 320ms;}
.in_news .swiper-pagination span.swiper-pagination-bullet-active{width: 25px;}

/* 合作伙伴 */
.in_partner {padding-top: 100px;padding-bottom: 100px;}
.in_partner .top_box{padding-bottom: 60px;display: flex;justify-content: center;}
.in_partner .top_box .title{color: #333;font-weight: bold;	font-size: 40px;}

#in_partner_swiper{height: 220px;}
#in_partner_swiper .swiper-slide{height: calc((100% - 20%) / 2);}


.in_partner_item{width: 100%;height: 100%;display: flex;background-color: #f7f7f7;border-radius: 4px;overflow: hidden;}
.in_partner_item img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all linear 500ms;}
.in_partner_item:hover img{transform: scale(1.05);}

.in_partner .swiper-pagination{position: static;margin-top: 60px;}
.in_partner .swiper-pagination span{width: 10px;height: 10px;margin: 0px 3px;background: #0e65b6;border-radius: 10px;opacity: 1;transition: all linear 320ms;}
.in_partner .swiper-pagination span.swiper-pagination-bullet-active{width: 25px;}

/* 公共内页 */
.pub_foot{background: #323438;padding-top: 100px;padding-bottom: 40px;color: #fff;}
.pub_foot .box1{display: flex;justify-content: space-between;margin-bottom: 70px;}
.pub_foot .box1 .l_box{width: 300px;margin-right: 50px;}
.pub_foot .box1 .top_box{margin-bottom: 30px;overflow:hidden;text-align:center}
.pub_foot .box1 .top_box .logo{}
.pub_foot .search_box{position: relative;width: 330px; height: 51px;border-radius: 51px;box-sizing: border-box;background: #44474d;}
.pub_foot .search_box .search_input{font-size: 13px;color: #fff; width: 100%;height: 100%;background: none;outline: none;border: none;padding-left: 56px;padding-right: 20px;box-sizing: border-box;}
.pub_foot .search_box .search_input::placeholder{color: #fff;font-size: 13px;opacity: 0.7;}
.pub_foot .search_box .search_btn{width: 51px;height: 51px;position: absolute;top: 0px;left: 5px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.pub_foot .search_box .search_btn i{color: #fff;font-size: 20px;}
.pub_foot .other_logo{line-height:1.5;color: #fff;font-size:18px;text-align:center;}


.pub_foot .m_box{hidden;flex: 1;}
.btm_nav{display: flex;}
.btm_nav .btm_nav_item{width: 130px;}
.btm_nav .btm_nav_item>.title{color: #fff;font-size: 16px;margin-bottom: 24px;display: block;}
.btm_nav .btm_nav_item>.title:hover{font-weight: bold;}
.btm_nav .btm_nav_item .sub_nav a{display: block;font-size: 14px;color: #9ea1a8;line-height: 32px;}
.btm_nav .btm_nav_item .sub_nav a:hover{color: #fff;}
.pub_foot .r_box{overflow: hidden; width:300px;}
.btm_nav{color: #fff;}

.ewm_nav{display: flex;}
.ewm_nav .ewm_nav_item{width: 150px; text-align:center}
.ewm_nav .ewm_nav_item img{width:130px;}
.ewm_nav .ewm_nav_item p{color: #fff;font-size: 14px;padding-top:5px;}


.pub_foot .box2{padding: 30px 0px; color: #fff;font-size: 14px; border-top: 1px solid #5a5d63;border-bottom: 1px solid #5a5d63;display: flex;justify-content: space-between;align-items: center;}
.pub_foot .box2 a{color: inherit;}
.pub_foot .box3{padding: 40px 0px 0 0; color: #fff;font-size: 14px;line-height: 26px;text-align: center; border-top: 1px solid #5a5d63;}
.pub_foot .box3 a{color: #fff;}


@keyframes bgEnlarge {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 120%; /* 变大到120% */
    }
}
/* 内页 */
.ny_ban{height: 600px;background-size: cover;background-repeat: no-repeat;background-position: center;}

/* 内页焦点样式居左 */
.ny_ban_box_1{text-align: left;}
.ny_ban_box_1 .title{padding: 250px 0px; font-size: 48px;font-weight: bold;color: #fff;line-height: 1.2em;}
.ny_ban_box_1 .tools{display: flex;justify-content: space-between;}

/* 内页焦点样式居中 */
.ny_ban_box_2{text-align: center;}
.ny_ban_box_2 .title{padding: 250px 0px 0; font-size: 48px;font-weight: bold;color: #fff;line-height: 1.2em;}
.ny_ban_box_2 .tools{display: flex;justify-content: center;font-size:22px;color:#fff;padding-top:20px; letter-spacing:6px;}

.ny_ban_nav{display: flex;align-items: center;}
.ny_ban_nav_item{margin-left: 24px; width: 160px;height: 64px;border: 1px solid #fff;box-sizing: border-box;display: flex;justify-content: center;align-items: center;transition: all linear 220ms;}
.ny_ban_nav_item .tit{font-size: 18px;line-height: 28px;color: #fff;}
.ny_ban_nav_item.on,.ny_ban_nav_item:hover{background: #0e65b6;border-color: #0e65b6;}

/* 内页焦点搜索框 */
.ny_ban_box_1 .search_box{width: 520px;height: 72px;background: #fff;position: relative;}
.ny_ban_box_1 .search_box .search_input{width: 100%;height: 100%;padding-left: 30px;padding-right: 100px;border: none;outline: none;box-sizing: border-box;color: #333;font-size: 16px;}
.ny_ban_box_1 .search_box .search_input::placeholder{color: #000;opacity: 0.5;}
.ny_ban_box_1 .search_box .search_btn{width: 90px;height: 100%;display: flex;justify-content: center;align-items: center;color: #0e65b6;font-size: 24px;position: absolute;top: 0px;right: 0px;cursor: pointer;}
.ny_main{min-height: 400px;}
.ny_main.gray{background-color: #f0f4f8;}

/* 内页主框架 */
.ny_main_list_box{display: flex;justify-content: space-between;flex-shrink: 0;}
.ny_main_left_box{width: 320px;background: #fff;position: relative;padding: 60px 0px;}
.ny_main_left_box::after{content: ""; width: 100vw;height: 100%;background: #fff; position: absolute;top: 0px;left: 0px;transform: translateX(-100%);}

/* 内页主框架导航 */
.ny_main_nav_item{ padding-left: 120px;position: relative;display: block;margin-bottom: 40px;}
.ny_main_nav_item .num{transition: all linear 500ms; font-size: 60px;color: #edf1f4;position: absolute;top: 50%;left: 0px;opacity: 0; transform: translateY(-50%) translateX(-100%);line-height: 1.1em;font-weight: bold;}
.ny_main_nav_item .title{display: flex;align-items: center;height: 60px;line-height: 36px;}
.ny_main_nav_item .title .icon{width: 28px;height: 28px;position: relative;overflow: hidden;margin-right: 5px;flex-shrink:0;}
.ny_main_nav_item .title .icon img{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 0px;transition: all linear 220ms;}
.ny_main_nav_item .title .icon .icon1{opacity: 1;}
.ny_main_nav_item .title .icon .icon2{opacity: 0;}
.ny_main_nav_item .title .tit{font-size: 22px;line-height:1.2em; color: #333;transition: all linear 220ms;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.ny_main_nav_item::after{content: "";transition: all linear 300ms; width: 0px;height: 32px;background: #0e65b6;position: absolute;top: 50%;right: 0px;transform: translateY(-50%);}
.ny_main_nav_item.on .num,.ny_main_nav_item:hover .num{transform: translateY(-50%) translateX(0);opacity: 1;}
.ny_main_nav_item.on::after,.ny_main_nav_item:hover::after{width: 4px;} 
.ny_main_nav_item.on .title .tit,.ny_main_nav_item:hover .title .tit{color: #0e65b6;}
.ny_main_nav_item.on .icon .icon1,.ny_main_nav_item:hover .icon .icon1{opacity: 0;}
.ny_main_nav_item.on .icon .icon2,.ny_main_nav_item:hover .icon .icon2{opacity: 1;}

.ny_main_right_box{padding: 60px 0px;margin-left: 60px;flex: 1;overflow: hidden;}

/* 产品列表 */
.ny_product_list{display: grid;grid-template-columns: 1fr 1fr;gap: 60px;}
.ny_product_item{background: #fff;padding: 10px;}
.ny_product_item .title{padding: 0px 0;font-size:17px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;}
.ny_product_item .img_box{width:100%;height:auto;overflow: hidden;display: block;margin-bottom: 10px;}
.ny_product_item .img_box img{width: 100%;height: 100%;display: block;object-fit: contain;transition: all linear 500ms;}
.ny_product_item .more{margin-left: 50px;}
.ny_product_item .more{ transition: all linear 500ms;width: 80px;border-radius: 50px;height: 50px; box-sizing: border-box; display: flex;justify-content: space-between;align-items: center;color: #333333;}
.ny_product_item .more span{font-size: 16px;line-height: 1em;opacity: 0.5;}
.ny_product_item .more i{font-size: 14px; transition: all linear 1000ms;color: #656565;}
.ny_product_item .more:hover{background: #0e65b6;color: #fff;width: 123px;padding: 0px 22px;}
.ny_product_item .more:hover span{opacity: 1;}
.ny_product_item .more:hover i{color:#fff;}
.ny_product_item:hover .title{color: #0e65b6;}
.ny_product_item:hover .img_box img{transform: scale(1.05);}


.proList{}
.proList ul{display:grid;grid-template-columns: repeat(3,1fr);gap:30px}
.proList li{overflow:hidden;height:auto; position: relative;background:#fff;}
.proList li .pro_pic{width:100%; height:auto; overflow:hidden;}
.proList li .pro_pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.proList li .pro_txt{padding:20px 0 20px 0;text-align:center;overflow:hidden;font-size:17px;}
.proList li a:hover .pro_txt{color:#ec4e15;}
.proList li:hover .pro_pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.proList li:after {width: 0px;height: 2px;overflow: hidden;content: "";position: absolute;z-index: 30;bottom: 0px;left: 0px;background-color:#ec4e15 ;transition: all .3s linear;}
.proList li:hover:after{width: 100%;}



/* 产品详情 */
.ny_pro_current{font-size: 14px;color: #fff; background:url(/static/default/assets/img/snow.png) right center no-repeat #0e65b6;background-size: auto 100%; padding: 30px 0px;  }
.ny_pro_current a{color: inherit;}
.ny_pro_info{padding: 50px 0px;background: url(/static/default/assets/img/pro_show_bg.jpg) center no-repeat;background-size: cover;}
.ny_pro_info .content{display: flex;justify-content: space-between;align-items: center;}
.ny_pro_info_left{width: 660px;overflow: hidden;flex-shrink: 0;margin-right: 60px;}
.ny_pro_info_left .title{font-size: 44px;line-height: 1.1em;color: #333333;font-weight: bold;}
.ny_pro_info_left .line{width: 100%;height: 2px;background-color: #b6c1cc;margin: 22px 0px;}
.ny_pro_info_left .desc{font-size: 14px;line-height: 26px;color: #333;margin-bottom: 50px;}
.ny_pro_info_left .small_swiper_box{display: flex;justify-content: space-between;align-items: center;}
.ny_pro_info_left .small_swiper_box .swiper-button-prev,.ny_pro_info_left .small_swiper_box .swiper-button-next{
    width: 36px;height: 36px;position: static;opacity: 1;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-shrink: 0;overflow: hidden;
    color: #0e65b6;font-size: 14px;border: 2px solid #0e65b6;box-sizing: border-box;
    transition: all linear 220ms;
}
.ny_pro_info_left .small_swiper_box .swiper-button-prev:hover,.ny_pro_info_left .small_swiper_box .swiper-button-next:hover{
    background: #0e65b6;color: #fff;
}
#ny_pro_small_swiper{margin: 0px 20px;overflow: hidden;flex: 1;width: 548px;}
#ny_pro_small_swiper .swiper-slide{width: 170px;height: 136px;background-color: #ffffff;overflow: hidden;box-sizing: border-box;cursor: pointer;}
#ny_pro_small_swiper .swiper-slide img{width: 100%;height: 100%;object-fit: contain;display: block;}
#ny_pro_small_swiper .swiper-slide.on{border: solid 2px #0e65b6;}

.ny_pro_info_right{flex: 1;overflow: hidden;}
#ny_pro_big_swiper .swiper-slide img{width: 100%;height: 100%;object-fit: contain;display: block;}

/* 本机特点 */
.ny_pro_spec{padding: 80px 0px;background-color: #fff;}
.ny_pro_spec .top_box{margin-bottom: 38px;text-align: center;}
.ny_pro_spec .top_box .title{font-size: 32px;color: #333;font-weight: bold;}
.ny_pro_spec_list{display:grid;grid-template-columns: repeat(4,1fr);gap: 40px;}
.ny_pro_spec_list p{min-height: 180px; position: relative;z-index: 1;background: #f4f7fa;border-radius: 4px;padding:25px 28px;box-sizing: border-box;font-size: 16px;color: #333333;line-height: 28px;}
.ny_pro_spec_list p .num{font-size: 68px;color: #dee6ed;font-weight: bold;position: absolute;bottom: 18px;right: 28px;line-height: 1.1em; transition: all linear 400ms;}
.ny_pro_spec_list p:hover .num{color: #0e65b6;opacity: 0.5;}

/* 产品参数 */
.ny_pro_param_title{font-size:35px;color:#333;font-weight:600;text-align:center;margin-bottom: 45px;}
.ny_pro_param_box{background: #ffff;padding: 40px 30px; border-radius:20px;font-size:16px;color:#666;line-height:1.7;}
.pro_param_tab{display: flex;justify-content: center;align-items: center;margin-bottom: 50px;}
.pro_param_tab_item{font-size: 32px;color: #6f7c88;line-height: 1.1em;margin: 0px 20px;font-weight: bold;cursor: pointer;}
.pro_param_tab_item.on{color: #0e65b6;}

.pro_param_cont_item{display: none;}
.pro_param_cont_item.on{display: block;}




/* 相关产品 */
.ny_pro_related{padding: 80px 0px 0;}
.ny_pro_related .top_box{margin-bottom: 40px;text-align:center;}
.ny_pro_related .top_box .title{font-size: 32px;color: #333333;font-weight: bold;}
.ny_product_item.related{background: #fff;}
#ny_pro_related_swiper .swiper-pagination{position: static;margin: 0px;padding: 0px;margin-top: 30px;}
#ny_pro_related_swiper .swiper-pagination span{width: 10px;height: 10px;margin: 0px 3px;background: #0e65b6;border-radius: 10px;opacity: 1;transition: all linear 320ms;}
#ny_pro_related_swiper .swiper-pagination span.swiper-pagination-bullet-active{width: 25px;}
.ny_pro_related .swiper_box{position: relative;}
.ny_pro_related .swiper_box .swiper-button-prev,.ny_pro_related .swiper_box .swiper-button-next{
    width: 63px;
	height: 63px;
	background-color: #bec1c6;
    display: flex;justify-content: center;align-items: center;
    color: #fff;font-size: 20px;
    position: absolute;
    top: 50%;transform: translateY(-50%);transition: all linear 220ms;
}
.ny_pro_related .swiper_box .swiper-button-prev{left: -100px;}
.ny_pro_related .swiper_box .swiper-button-next{right: -100px;}
.ny_pro_related .swiper_box .swiper-button-prev:hover,.ny_pro_related .swiper_box .swiper-button-next:hover{color: #fff;background: #0e65b6;}


/* 公司简介 */
.profile_info_box{padding: 80px 0px 60px;}
.profile_info_top{padding-top: 25px;display: flex;justify-content: space-between;margin-bottom: 0px;}
.profile_info_left{overflow: hidden;flex: 1;}
.profile_info_left .title{font-size:40px;color: #333;font-weight: bold;margin-top: 10px;margin-bottom: 20px;}
.profile_info_left .desc{font-size: 18px;color: #333;opacity: 0.6;margin-bottom: 30px;}
.profile_info_left .summary{font-size: 16px;color: #333333;line-height:1.8;margin-top:20px;}


.profile_idea_box{display: flex;height: 380px;}
.profile_idea_item{width: 330px;height: 100%;margin-right: 20px;padding: 40px;box-sizing: border-box;position: relative;cursor: pointer;transition: all linear 500ms;}
.profile_idea_item:last-child{margin-right: 0px;}
.profile_idea_item .bg{width: 100%;height: 100%; position: absolute;top: 0;left: 0px;z-index: 0;transition: all linear 320ms;}
.profile_idea_item .bg img{width: 100%;height: 100%;display: block;position: absolute;left: 0px;top: 0px;object-fit: cover;transition: all linear 320ms; }
.profile_idea_item .bg .bg1{opacity: 1;}
.profile_idea_item .bg .bg2{opacity: 0;}

.profile_idea_item .bg{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 0px;z-index: 0;}

.profile_idea_item .box{width: 100%;height: 100%;position: relative;z-index:1;}
.profile_idea_item .slogan{width: 100%;position: absolute;bottom: 0px;font-size: 20px;line-height: 36px;color: #333;transition: all linear 320ms;}

.profile_idea_item .top_box{display: flex;align-items: center;}
.profile_idea_item .title{font-size: 26px;color: #0e65b6;line-height: 32px;transition: all linear 320ms;}
.profile_idea_item .icon{width: 75px;height: 75px;position: relative;overflow: hidden;margin-right: 25px;}
.profile_idea_item .icon img{width: 100%;height: 100%;display: block;position: absolute;top: 0px;left: 0px;transition: all linear 320ms;}
.profile_idea_item .icon .icon1{opacity: 1;z-index: 1;}
.profile_idea_item .icon .icon2{opacity: 0;z-index: 0;}

.profile_idea_item.on .bg .bg2{opacity: 1;}
.profile_idea_item.on {width: 780px;}
.profile_idea_item.on .icon .icon1{opacity: 0;z-index: 0;}
.profile_idea_item.on .icon .icon2{opacity: 1;z-index: 1;}
.profile_idea_item.on .bg .bg1{opacity: 0;}
.profile_idea_item.on .title{color: #fff;}
.profile_idea_item.on .slogan{color: #fff;}

/* 企业资质 */
.profile_honor_box{padding: 80px 0px;background: url(/static/default/assets/img/ny_profile_honor_bg.jpg) center no-repeat;background-size: cover;}
.profile_honor_box .top_box{text-align: center;margin-bottom: 40px;}
.profile_honor_box .top_box .title{font-size: 40px;font-weight: bold;color: #fff;line-height: 1.1em;margin-bottom: 12px;}
.profile_honor_box .top_box .desc{font-size: 18px;color: #fff;opacity: 0.6;}
.honor_swiper_box{display: flex;justify-content: space-between;align-items: center;}

.honor_swiper_box .swiper-button-prev,.honor_swiper_box .swiper-button-next{
    position: static;margin: 0px;padding: 0px;width: 62px;height: 62px;
    border: 1px solid #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-shrink: 0;
    color: #fff;font-size: 24px;
    margin: 0px 40px;box-sizing: border-box;transition: all liner 220ms;
}
.honor_swiper_box .swiper-button-prev:hover,.honor_swiper_box .swiper-button-next:hover{
    background: #fff;border-color: #fff;color: #0e65b6;
}

#profile_honor_swiper .swiper-slide{transform: scale(0.8);transition: all linear 400ms;text-align: center;}
#profile_honor_swiper .swiper-slide.swiper-slide-active{transform: scale(1);}
.ny_honor_item .img_box{height: 521px;overflow: hidden;margin: 0px auto;background: #fff;width: 100%;}
.ny_honor_item .img_box img{width: 100%;height: 100%;display: block;object-fit: contain;}
.ny_honor_item .title{font-size: 20px;color: #fff;line-height: 48px;margin-top: 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}



/* 企业面貌 */
.profile_image_box{padding: 80px 0px;}
.profile_image_box .top_box{display: flex;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.profile_image_box .top_box .title .tit{font-size: 40px;color: #333333;font-weight: bold;line-height: 1.1em;margin-bottom: 12px;}
.profile_image_box .top_box .title .desc{font-size: 18px;color: #7b838a;line-height: 22px;}

.profile_image_cont_item{display: none;}
.profile_image_cont_item.on{display: block;}

.profile_image_tab_box{display: flex;align-items: center;}
.profile_image_tab_item{m;cursor: pointer;  width: 120px;height:40px;background-color: #e1e4e6;display: flex;justify-content: center;align-items: center;color: #555;font-size: 15px; border-radius:30px;}
.profile_image_tab_item a{color:#555;}

.profile_image_cont_item .swiper .swiper-pagination{position: static;margin-top: 50px;}
.ny_image_item{display: block;position: relative;}
.ny_image_item .img_box{width: 100%;height: 336px;overflow: hidden;position: relative;}
.ny_image_item .img_box img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all linear 500ms;}
.ny_image_item:hover img{transform: scale(1.05);}
.ny_image_item .img_box::after{content: ""; width: 100%;height: 138px;background:linear-gradient(to top,rgba(14,101,182,0.9),rgba(14,101,182,0));opacity: 0.7;position: absolute;bottom: 0px;left: 0px;z-index: 0;}
.ny_image_item .title{width: 100%;text-align: center;position: absolute;bottom: 35px;left: 0px;font-size: 22px;color: #ffffff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.swiper-pagination-progressbar {background: #c7cfd6;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #0e65b6;}

/* 企业样貌 */
.ny_image_box{padding: 60px 0px;}
.ny_image_list{display: grid;grid-template-columns: repeat(3,1fr);gap: 40px;}

.qyhj ul{display:grid;grid-template-columns: repeat(4,1fr);gap:20px;margin:80px 0 50px;}
.qyhj li{overflow:hidden;height:auto; position: relative;}
.qyhj li .pic{width:100%; height:auto; overflow:hidden;}
.qyhj li .pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.qyhj li:hover .pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}


/* 荣誉证书 */
.ny_honor_box{
    padding: 60px 0px;
}
.ny_honor_list{display: grid;grid-template-columns: repeat(4,1fr);gap: 30px;}
.ny_honor_list .ny_honor_item{text-align: center;}
.ny_honor_list .ny_honor_item .title{color: #333;}
.ny_honor_list .ny_honor_item .img_box img{transition: all linear 500ms;}
.ny_honor_list .ny_honor_item:hover .img_box img{transform:scale(1.05);}

/* 合作伙伴 */
.ny_partner_box{padding: 40px 0px;}
.ny_partner_list{ display: grid;grid-template-columns: repeat(6,1fr);gap: 20px;}
.ny_partner_list .ny_partner_item{height: 100px;border-radius: 6px;background: #f7f7f7;overflow: hidden;display: flex;}
.ny_partner_list .ny_partner_item img{width: 100%;height: 100%;object-fit: cover;display: block;}
.ny_partner_case_box{padding: 66px 0px;}
.ny_partner_case_list{display: grid;grid-template-columns: repeat(3,1fr);gap: 38px;}
.ny_partner_cese_item .img_box{width: 100%;height: 300px;overflow: hidden;display: block;}
.ny_partner_cese_item .img_box img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all linear 1000ms;}
.ny_partner_cese_item .con_box{text-align: center;padding: 30px;background: #fff;}
.ny_partner_cese_item .con_box .title{font-size: 22px;color: #333;margin-bottom: 32px;}
.ny_partner_cese_item .con_box .more{
    margin: 0px auto;
    display: block;
    width: 119px;
	height: 44px;
	border-radius: 22px;
	border: solid 2px #c6c9cc;
    padding: 0px 18px;
    box-sizing: border-box;
    display: flex;justify-content: space-between;align-items: center;
    transition: all linear 320ms;
    position: relative;
    overflow: hidden;
}
.ny_partner_cese_item .con_box .more::after{content: ""; width: 0px;height: 100%;background: #0e65b6;position: absolute;left: 0px;top: 0px;z-index: 0;transition: all linear 320ms;}
.ny_partner_cese_item .con_box .more span{font-size: 14px;color: #9c9ea1;position: relative;z-index: 1;}
.ny_partner_cese_item .con_box .more i{font-size: 14px;color: #9c9ea1;position: relative;z-index: 1;}
.ny_partner_cese_item .con_box .more:hover{_background: #0e65b6;border-color: #0e65b6;}
.ny_partner_cese_item .con_box .more:hover span{color: #fff;}
.ny_partner_cese_item .con_box .more:hover i{color: #fff;}
.ny_partner_cese_item .con_box .more:hover::after{width: 100%;}

.ny_partner_cese_item:hover .img_box img{transform: scale(1.1);}


/* 新闻列表 */
.ny_news_box{display: flex;justify-content: space-between;padding: 60px 0px;}
.ny_news_left_box{width: calc(100% - 480px);overflow: hidden;}
.ny_news_right_box{width: 420px;overflow: hidden;}

.ny_news_list_item{
    padding-bottom: 40px;margin-bottom: 40px;border-bottom: 2px solid #eff1f3;
    display: flex;justify-content: space-between;
}
.ny_news_list_item .img_box{width: 252px;height: 176px;display: block;overflow: hidden;flex-shrink: 0;margin-right: 40px;}
.ny_news_list_item .img_box img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all linear 1020ms;}
.ny_news_list_item:hover .img_box img{transform: scale(1.1);}
.ny_news_list_item .con_box{overflow: hidden;flex: 1;}
.ny_news_list_item .con_box .time{font-size: 14px;color: #949799;}
.ny_news_list_item .con_box .title{font-size: 22px;color: #333333;line-height: 36px;}
.ny_news_list_item .con_box .desc{font-size: 14px;color: #7c7e80;line-height: 24px;margin-bottom: 22px;}

.ny_news_list_item .con_box .more{
    display: block;
    width: 119px;
	height: 44px;
	border-radius: 22px;
	border: solid 2px #c6c9cc;
    padding: 0px 18px;
    box-sizing: border-box;
    display: flex;justify-content: space-between;align-items: center;
    transition: all linear 320ms;
    position: relative;
    overflow: hidden;
}
.ny_news_list_item .con_box .more::after{content: ""; width: 0px;height: 100%;background: #0e65b6;position: absolute;left: 0px;top: 0px;z-index: 0;transition: all linear 320ms;}
.ny_news_list_item .con_box .more span{font-size: 14px;color: #9c9ea1;position: relative;z-index: 1;}
.ny_news_list_item .con_box .more i{font-size: 14px;color: #9c9ea1;z-index: 1;}
.ny_news_list_item .con_box .more:hover{_background: #0e65b6;border-color: #0e65b6;}
.ny_news_list_item .con_box .more:hover span{color: #fff;}
.ny_news_list_item .con_box .more:hover i{color: #fff;}
.ny_news_list_item .con_box .more:hover::after{width: 100%;}

.ny_news_right_box .search_box{background: #fff;height: 71px;position: relative;margin-bottom: 20px;}
.ny_news_right_box .search_box .search_input{font-size: 14px;color: #333; width: 100%;height: 100%;overflow: hidden;border: none;outline: none;padding-left: 20px;padding-right: 100px;}
.ny_news_right_box .search_box .search_input::placeholder{color: #bcc2c7;}
.ny_news_right_box .search_box .search_btn{
    width: 78px;height: 100%;display: flex;justify-content: center;align-items: center;background: #0e65b6; color: #fff;
    position: absolute;top: 0px;right: 0px;font-size: 20px;cursor: pointer;
}
.ny_news_hot_box{padding: 32px; background: url(/static/default/assets/img/ny_news_nav_bg.jpg) center bottom no-repeat #0e65b6;}
.ny_news_hot_box .top_box{position: relative;margin-bottom: 25px;}
.ny_news_hot_box .top_box::after{content: "HOT";line-height: 1.1em; color: #fff;font-size: 48px;font-weight: bold; opacity: 0.1;position: absolute;top: 0px;left: 50%;z-index: 0; transform: translateX(-50%);}
.ny_news_hot_box .top_box .title{padding-top: 27px; font-size: 32px;color: #fff;text-align: center;position: relative;z-index: 1;line-height: 1.1em;}

.ny_news_hot_item{background: #fff;padding: 20px 24px;display:block;margin-bottom: 20px;}
.ny_news_hot_item:last-child{margin-bottom: 0px;}
.ny_news_hot_item .title{font-size: 15px;color: #34373a;line-height: 32px; transition: all linear 320ms;}
.ny_news_hot_item .time{font-size: 14px;color: #333333;line-height: 32px;opacity: 0.5;transition: all linear 320ms;}
.ny_news_hot_item:hover .title{color: #0e65b6;}
.ny_news_hot_item:hover .time{opacity: 0.8;}
/* 联系我们 */
.ny_contact_box{padding: 64px 0px;display: flex;justify-content: space-between;align-items: center;}
.ny_contact_info_box{flex: 1;overflow: hidden;}
.ny_contact_info_item{display: flex;align-items: center;padding: 20px 0px;}
.ny_contact_info_item .icon{width: 50px;height: 50px;display: block; margin-right: 20px;}
.ny_contact_info_item .con_box .title{font-size: 22px;color: #333333;margin-bottom: 10px;}
.ny_contact_info_item .con_box .info{font-size: 18px;color: #555;}
.ny_contact_info_item .con_box .info a{font-size: 18px;color: #555;}
.ny_contact_info_item .wechat{width:80px;margin-left:20px;}

.ny_contact_feedback_box { width: 720px; overflow: hidden; margin-left: 40px; }
.ny_contact_feedback_box .top_box{align-items: center;margin-bottom: 32px; text-align:center;}
.ny_contact_feedback_box .top_box .title{font-size: 32px;color: #333333;line-height: 1.1em;}
.ny_contact_feedback_box .top_box .desc{font-size: 32px;color: #000;line-height:1.7;padding-top:20px;font-weight:600;}


/* 应用领域 */

.appbox{font-size:17px;color:#555;line-height:1.8;padding:60px 0 40px;}

.application ul{display:grid;grid-template-columns: repeat(3,1fr);gap:30px;margin-bottom:50px;}
.application li{overflow:hidden;height:auto; position: relative;}
.application li .pic{width:100%; height:auto; overflow:hidden;}
.application li .pic img{width:100%;height:auto;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;transition-duration:0.3s;}
.application li:hover .pic img{ -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

@media screen and (max-width:1680px) {
    
}

@media screen and (max-width:1440px) {
	
}

@media screen and (max-width:1366px) {


}

@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:1024px) {

}

@media screen and (max-width:900px) {
	
}

@media screen and (max-width:768px) {
	
}

@media screen and (max-width:640px) {

    .content { padding-left: 0.2rem; padding-right: 0.2rem; }
    .in_banner .swiper-slide img {width:100%;}
	#in_banner_swiper .swiper-slide img{width: 100%;height:auto;}
    #in_banner_swiper_xs .swiper-pagination { bottom: 0.3rem; }
    #in_banner_swiper_xs .swiper-pagination span { width: 0.1rem; height: 0.1rem; border: 0.01rem solid #fff; opacity: 1; background: transparent; position: relative; margin: 0px 0.1rem; box-sizing: border-box; }
    #in_banner_swiper_xs .swiper-pagination span.swiper-pagination-bullet-active { background: #fff; }
    #in_banner_swiper_xs .swiper-pagination span.swiper-pagination-bullet-active::after { content: ""; border-radius: 50%; width: 0.22rem; height: 0.22rem; box-sizing: border-box; border: 0.01rem solid #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }

    #in_pro_ctg_swiper .swiper-pagination { position: static; }
    #in_pro_ctg_swiper .swiper-pagination span { width: 0.1rem; height: 0.1rem; background: #abaec3; opacity: 1; border-radius: 0.1rem; }
    #in_pro_ctg_swiper .swiper-pagination span.swiper-pagination-bullet-active { width: 0.25rem; height: 0.1rem; background: #63677f; }


    .proctg_box { padding: 0.2rem 0px; }
    .proctg_box .proctg_item { padding: 0.3rem 0px; }
    .proctg_box .proctg_item .icon { width: 0.8rem; height: 0.8rem; }
    .proctg_box .proctg_item .title { width: 100%; padding: 0px 0.1rem; margin-top: 0.05rem; font-size: 0.28rem; box-sizing: border-box; }

    .in_pro { background-size: cover; padding: 0.8rem 0px; }
    .in_pro_item { flex-direction: column-reverse; flex-wrap: wrap; }
    .in_pro_item .img_box { width: 100%; height: auto; margin-bottom: 0.2rem; }
    .in_pro_item .img_box img { object-fit: initial; }
    .in_pro_item .con_box { width: 100%; }
    #in_pro_swiper .btn_box { display: none; }
    .in_pro_item .con_box .title { font-size: 0.4rem; }
    .in_pro_item .con_box .desc { font-size: 0.22rem; line-height: 0.36rem; margin-bottom: 0.3rem; }
    .in_pro_item .con_box .more { margin: 0px auto; }

    .in_pro_item .con_box .more { width: 1.9rem; height: 0.6rem; border-radius: 0.3rem; padding: 0px 0.2rem; justify-content: center; }
    .in_pro_item .con_box .more span { font-size: 0.2rem; margin-right: 0.15rem; }
    .in_pro_item .con_box .more i { font-size: 0.2rem; }

    .in_about { background:#1946ab; background-size: cover; padding-top: 0.8rem; padding-bottom: 0.6rem; overflow: hidden; }
    .in_about_box .title { font-size: 0.4rem; text-align: center; margin-bottom: 0.3rem; }

    .in_about_box .con_box { flex-wrap: wrap; }

    .in_about_box .con_box .summary { width: 100%; font-size: 0.22rem; line-height: 0.36rem; margin: 0px; margin-bottom: 0.3rem; }
    .in_about_box .con_box .video_box { width: 100%; height: 4.3rem; }
    .in_about_box .more { display: none; }

    .in_app { padding: 0.6rem 0px; }
    .in_app .top_box { align-items: initial; margin-bottom: 0.4rem; }
    .in_app .top_box .title { font-size: 0.4rem; flex-shrink: 0; margin-right: 0.4rem; }
    .in_app .top_box .desc { font-size: 0.22rem; line-height: 0.36rem; }

    .in_app_box { flex-wrap: wrap; }
    .in_app_box .in_app_item { width: 100%; margin-right: 0px; margin-bottom: 0.1rem; height: 1.3rem; }
    .in_app_box .in_app_item.on { width: 100%; }
    .in_app_box .in_app_item .box { display: flex; justify-content: center; align-items: center; }
    .in_app_box .in_app_item .box .icon { width: 0.6rem; height: 0.6rem; margin-right: 0.1rem; }
    .in_app_box .in_app_item .box .title { font-size: 0.32rem; line-height: 1em; }


    .in_news { background: url(/static/default/assets/img/m_in_news_bg.jpg) top center no-repeat; background-size: 100% auto; padding-top: 0.53rem; padding-bottom: 0.6rem; }
    .in_news .top_box { margin-bottom: 0.44rem; }
    .in_news .top_box .title { font-size: 0.4rem; }
    .in_news .top_box .more { height: 0.54rem; width: 1.5rem; border-radius: 0.27rem; font-size: 0.22rem; padding: 0px 0.2rem; border-width: 0.02rem; }
    .in_news .top_box .more i { font-size: 0.22rem; }

.in_news_item .img_box{padding:8px  0 20px 0;}
.in_news_item .img_box img{width: 90%;height:auto; }

    .in_news_box { padding: 0px; background: transparent; }
    .in_news_item .img_box { height: 2.22rem; }
    .in_news_item .time { margin-top: 0.2rem; }
    .in_news_item .title { font-size: 0.2rem; line-height: 0.36rem; margin-bottom: 0.58rem; }

    .in_news_item .more { width: 1.5rem; height: 0.54rem; border-radius: 0.27rem; padding: 0px 0.2rem; background: #0e65b6; color: #fff; }
    .in_news_item .more span { opacity: 1; font-size: 0.22rem; }
    .in_news_item .more i { color: #fff; font-size: 0.22rem; }

    .in_partner { padding-top: 0.2rem; padding-bottom: 0.6rem; }
    .in_partner .top_box { padding-bottom: 0.4rem; }
    .in_partner .top_box .title { font-size: 0.4rem; line-height: 1.2em; }

    #in_partner_swiper { height: 2.2rem; }
    .in_partner .swiper-pagination { margin-top: 0rem; }
    .in_partner .swiper-pagination span { width: 0.12rem; height: 0.12rem; }
    .in_partner .swiper-pagination span.swiper-pagination-bullet-active { width: 0.25rem; }
    .in_partner_item img { object-fit: contain; }

    .pub_foot { padding-top: 0.36rem; padding-bottom: 0px; }
    .pub_foot .box1 { margin-bottom: 0.32rem; }
    .pub_foot .box1 .top_box { justify-content: center; margin-bottom: 0.3rem; }
    .pub_foot .search_box { display: none; }
    .pub_foot .m_box { display: none; }
    .pub_foot .r_box { display: none; }
    .pub_foot .box1 .l_box { width: 100%; margin-right: 0px; }
    .pub_foot .box1 .top_box .logo { margin-right: 0px; }
    .pub_foot .other_logo { justify-content: center; align-items: center; }
    .pub_foot .other_logo img { margin: 0px 0.1rem; width: 0.8rem; }
    .pub_foot .box2 { flex-wrap: wrap; justify-content: center; text-align: center; padding: 0.3rem 0px; font-size: 0.2rem; }
    .pub_foot .box2 > div { margin: 0px 0.2rem; }

    .pub_foot .box3 { padding: 0.3rem 0px; font-size: 0.2rem; }


    .ny_ban { height: auto; padding: 1.2rem 0px; }
    .ny_ban_box_2 .title { padding: 0px; font-size: 0.5rem; margin-bottom: 0rem; }
    .ny_ban_box_1 .title { padding: 0px; margin-bottom: 1.2rem; font-size: 0.5rem; text-align: center; }
    .ny_ban_box_1 .tools { display: block; padding-top:10px;}
	
	
    .ny_ban_nav { justify-content: center; align-items: initial; }
    .ny_ban_nav_item { margin: 0px 0.1rem; margin-bottom: 0.15rem; height: 0.64rem; width: 1.6rem; }
    .ny_ban_nav_item .tit { font-size: 0.2rem; line-height: 1.5em; }

    .mouse { margin: 0px auto; margin-bottom: 0.4rem; }
    .mouse { width: 0.3rem; }
    .mouse span { width: 0.3rem; height: 0.42rem; }
    .mouse span:before { width: 0.3rem; height: 0.42rem; }
    .mouse span:after { width: 0.04rem; height: 0.08rem; }

    .profile_info_box { padding: 0.6rem 0px; padding-bottom: 0.3rem; }
    .profile_info_top { flex-wrap: wrap; margin-bottom: 0.4rem; }
    .profile_info_left { width: 100%; flex: initial; }
    .profile_info_right { width: 100%; margin-left: 0px; }

    .profile_info_left .title { font-size: 0.42rem; margin-top: 0.1rem; margin-bottom: 0.2rem; }
    .profile_info_left .desc { font-size: 0.2rem; margin-bottom: 0.3rem; line-height: 0.36rem; }
    .profile_info_left > img { width: 60%; }
    .profile_info_left .summary { font-size: 0.2rem; line-height: 0.36rem; margin-top: 0.2rem; margin-bottom: 0.3rem; }

    .profile_idea_box { height: auto; flex-wrap: wrap; }
    .profile_idea_item { width: 100%; margin-right: 0px; margin-bottom: 0.2rem; padding: 0.4rem; }
    .profile_idea_item.on { width: 100%; }
    .profile_idea_item .top_box { margin-bottom: 0.2rem; }
    .profile_idea_item .slogan { position: static; font-size: 0.24rem; line-height: 0.36rem; }
    .profile_idea_item .icon { width: 0.75rem; height: 0.75rem; margin-right: 0.2rem; }
    .profile_idea_item .title { font-size: 0.3rem; }

    .profile_honor_box { padding: 0.6rem 0px; }
    .profile_honor_box .top_box { margin-bottom: 0.4rem; }
    .profile_honor_box .top_box .title { font-size: 0.4rem; margin-bottom: 0.12rem; }
    .profile_honor_box .top_box .desc { font-size: 0.2rem; }
    .honor_swiper_box { position: relative; }
    .honor_swiper_box .swiper-button-prev, .honor_swiper_box .swiper-button-next { width: 0.64rem; height: 0.64rem; margin: 0px auto; opacity: 0; }
    .ny_honor_item .img_box { height: auto; }
    #profile_honor_swiper .swiper-slide { _transform: scale(1); }
    .honor_swiper_box .swiper-button-prev { left: 0.2rem; top: 50%; transform: translateY(-50%); position: absolute; }
    .honor_swiper_box .swiper-button-next { right: 0.2rem; top: 50%; transform: translateY(-50%); position: absolute; }
    .ny_honor_item .title { font-size: 0.2rem; line-height: 0.36rem; margin-top: 0.08rem; }

    .profile_image_box { padding: 0.6rem 0px; }
    .profile_image_box .top_box { margin-bottom: 0.4rem; }
    .profile_image_box .top_box .title .tit { font-size: 0.4rem; line-height: 1.2em; margin-bottom: 0.12rem; }
    .profile_image_box .top_box .title .desc { font-size: 0.2rem; line-height: 0.3rem; }

    .profile_image_tab_box { justify-content: left; }
    .profile_image_tab_item { width: 1.6rem; height: 0.64rem; font-size: 0.2rem; margin-left: 0.2rem; }
    .ny_image_item .img_box { height: 2.5rem; }
    .ny_image_item .title { font-size: 0.22rem; bottom: 0.2rem; }
    .profile_image_cont_item .swiper .swiper-pagination { margin-top: 0.3rem; }


    .ny_main_list_box { display: block; padding-top: 0.2rem; width: 100%; }
    .ny_main_left_box { width: 100%; padding: 0.2rem 0px; }
    .ny_main_left_box::after { display: none; }
    .ny_main_right_box { display: block; }


    .ny_main_nav_box { display: grid; grid-template-columns: repeat(2,1fr); }
    .ny_main_nav_item { padding-left: 0px; padding: 0px 0.2rem; margin-bottom: 0px; }
    .ny_main_nav_item .num { display: none; }
    .ny_main_nav_item .title { height: 0.6rem; }
    .ny_main_nav_item::after { display: none; }
    .ny_main_nav_item .title .tit { font-size: 0.24rem; }
    .ny_main_right_box { padding: 0.3rem 0px; margin-left: 0px; width: 6rem; }

    .ny_product_item { display: block; }

    .ny_product_list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0.2rem; }
    .ny_product_item { padding: 0.4rem 0px; }
    .ny_product_item .title { width: calc(100% - 0.4rem); margin: 0px auto; padding: 0px; box-sizing: border-box; font-size: 0.28rem; margin-bottom: 0.1rem; }
    .ny_product_item .img_box { height: 2.8rem; }
    .ny_product_item .more { margin-left: 0.2rem; height: 0.5rem; line-height: 0.5rem; }
    .ny_product_item .more i { font-size: 0.18rem; }
    .ny_product_item .more span { font-size: 0.2rem; }


    .ny_news_box { padding: 0.4rem 0px; display: block; }
    .ny_news_left_box { width: 100%; }
    .ny_news_right_box { width: 100%; }
    .ny_news_list_item { margin-bottom: 0.3rem; padding-bottom: 0.3rem; border-width: 0.02rem; }
    .ny_news_list_item .img_box { width: 40%; height: 2rem; margin-right: 0.25rem; }

    .ny_news_list_item .con_box .time { font-size: 0.18rem; }
    .ny_news_list_item .con_box .title { font-size: 0.22rem; line-height: 0.36rem; }
    .ny_news_list_item .con_box .desc { font-size: 0.18rem; line-height: 0.26rem; margin-bottom: 0.22rem; }

    .ny_news_list_item .con_box .more { width: 1.4rem; line-height: 0.44rem; height: 0.44rem; border-width: 0.02rem; border-radius: 0.22rem; padding: 0px 0.18rem; }
    .ny_news_list_item .con_box .more i { font-size: 0.18rem; }
    .ny_news_list_item .con_box .more span { font-size: 0.18rem; }

    .ny_news_right_box .search_box { height: 0.72rem; margin-bottom: 0.2rem; }
    .ny_news_right_box .search_box .search_input { font-size: 0.2rem; padding-left: 0.2rem; padding-right: 1rem; }
    .ny_news_right_box .search_box .search_btn { width: 0.78rem; font-size: 0.22rem; }

    .ny_news_hot_box { padding: 0.3rem; }
    .ny_news_hot_box .top_box { margin-bottom: 0.25rem; }
    .ny_news_hot_box .top_box .title { padding-top: 0.27rem; font-size: 0.32rem; }
    .ny_news_hot_box .top_box::after { font-size: 0.48rem; }
    .ny_news_hot_item { padding: 0.2rem 0.24rem; margin-bottom: 0.2rem; }
    .ny_news_hot_item .title { font-size: 0.22rem; line-height: 0.32rem; }
    .ny_news_hot_item .time { font-size: 0.2rem; line-height: 0.32rem; }

    .news_show_box { padding: 0.4rem 0px; }
    .news_show_box .news_title { font-size: 0.4rem; line-height: 1.5em; }
    .news_show_box .news_info { font-size: 0.2rem; line-height: 1.5em; margin-bottom: 0.3rem; }


    .ny_contact_box { padding: 0.3rem 0px; display: block; padding-bottom: 0.6rem; }
    .ny_contact_info_box { margin-bottom: 0.4rem; }
    .ny_contact_info_item { padding: 0.1rem 0px; }
    .ny_contact_info_item .icon { width: 0.6rem; height: 0.6rem; margin-right: 0.2rem; }
    .ny_contact_info_item .con_box .title { font-size: 0.26rem; margin-bottom: 0.1rem; line-height: 1.2em; }
    .ny_contact_info_item .con_box .info { font-size: 0.2rem; line-height: 1.3em; }
    .ny_contact_info_item .con_box .info a { font-size: 0.2rem; line-height: 1.3em; }

    .ny_contact_feedback_box {display:none;}

    .ny_contact_feedback_box .top_box { display: block; margin-bottom: 0.25rem; }
    .ny_contact_feedback_box .top_box .title { font-size: 0.4rem; }
    .ny_contact_feedback_box .top_box .desc { font-size: 0.2rem; }
    .feedback_box .form_line { margin-bottom: 0.2rem; }
    .feedback_box .form_line.multi { gap: 0.2rem; }
    .feedback_box .form_item .form_txt { height: 0.64rem; line-height: 0.64rem; font-size: 0.2rem; padding: 0.25rem; }
    .feedback_box .form_item .form_area { height: 2rem; font-size: 0.2rem; padding: 0.2rem 0.25rem; }
    .feedback_box .form_btn { height: 0.64rem; line-height: 0.64rem; font-size: 0.2rem; }


    .ny_partner_box { padding: 0.4rem 0px; }

    .ny_partner_list { grid-template-columns: repeat(3,1fr); gap: 0.2rem; }
    .ny_partner_list .ny_partner_item { height: 1rem; }
    .ny_partner_list .ny_partner_item img { object-fit: contain; }

    .ny_partner_case_box { padding: 0.4rem 0px; }
    .ny_partner_case_list { display: block; }
    .ny_partner_cese_item { margin-bottom: 0.2rem; }
    .ny_partner_cese_item .img_box { height: 4.2rem; }
    .ny_partner_cese_item .con_box { width: 100%; box-sizing: border-box; padding: 0.3rem; }
    .ny_partner_cese_item .con_box .title { font-size: 0.28rem; margin-bottom: 0.25rem; }
    .ny_partner_cese_item .con_box .more { width: 1.6rem; height: 0.44rem; border-width: 0.02rem; padding: 0px 0.18rem; }

    .ny_pro_current { margin-top: 0px !important; padding: 0.3rem 0px; }
    .ny_pro_info { padding: 0.5rem 0px; }
    .ny_pro_info .content { flex-direction: column-reverse; }
    .ny_pro_info_left { width: 100%; margin-right: 0px; }
    .ny_pro_info_right { width: 100%; margin-bottom: 0.3rem; }
    .ny_pro_info_left .title { font-size: 0.44rem; }
    .ny_pro_info_left .line { margin: 0.22rem 0px; height: 0.02rem; }
    .ny_pro_info_left .desc { font-size: 0.2rem; line-height: 0.36rem; margin-bottom: 0.3rem; }

    .ny_pro_info_left .small_swiper_box .swiper-button-prev, .ny_pro_info_left .small_swiper_box .swiper-button-next { width: 0.4rem; height: 0.4rem; }
    .small_swiper_box { height: 1.2rem; }
    #ny_pro_small_swiper { margin: 0px 0.2rem; width: auto; }
    #ny_pro_small_swiper .swiper-slide { height: 1.2rem; }

    .ny_pro_spec { padding: 0.4rem 0px; }
    .ny_pro_spec .top_box .title { font-size: 0.4rem; line-height: 1.2em; }
    .ny_pro_spec .top_box { margin-bottom: 0.4rem; }

    .ny_pro_spec_list { display: block; }
    .ny_pro_spec_list p { min-height: 1.8rem; padding: 0.25rem 0.28rem; font-size: 0.22rem; line-height: 0.36rem; border-radius: 0.06rem; margin-bottom: 0.2rem; }
    .ny_pro_spec_list p .num { font-size: 0.6rem; bottom: 0.18rem; right: 0.28rem; }
    .ny_pro_param_box { padding: 0.4rem 0px; }
    .pro_param_tab { margin-bottom: 0.5rem; }
    .pro_param_tab_item { font-size: 0.32rem; margin: 0px 0.2rem; }

    .ny_pro_related { padding: 0.4rem 0px; }
    .ny_pro_related .top_box { margin-bottom: 0.4rem; }
    .ny_pro_related .top_box .title { font-size: 0.4rem; line-height: 1.2em; }
    #ny_pro_related_swiper .swiper-pagination { margin-top: 0.3rem; }

    .ny_job_box { padding: 0.4rem 0px; }
    .ny_job_box .search_box { width: 100%; height: 0.8rem; margin-bottom: 0.4rem; }
    .ny_job_box .search_box .search_input { font-size: 0.22rem; padding-left: 0.25rem; padding-right: 1.2rem; }
    .ny_job_box .search_box .search_btn { width: 0.96rem; height: 0.8rem; font-size: 0.22rem; }
    .ny_job_item { padding: 0.3rem; margin-bottom: 0.2rem; }
    .ny_job_item.on .top_box .btn_close { width: 0.6rem; height: 0.6rem; font-size: 0.32rem; }
    .ny_job_item .top_box { flex-wrap: wrap; }
    .ny_job_item .top_box .title { font-size: 0.26rem; line-height: 0.36rem; width: 100%; margin-bottom: 0.1rem; }
    .ny_job_item .top_box .info { font-size: 0.18rem; line-height: 0.26rem; }
    .ny_job_item.on .con_box .summary { font-size: 0.18rem; line-height: 0.26rem; margin-bottom: 0.3rem; }
    .ny_job_item.on .con_box .more { width: 1.6rem; height: 0.54rem; line-height: 0.54rem; border-radius: 0.54rem; padding: 0px 0.2rem; }
    .ny_job_item.on .con_box .more i { font-size: 0.2rem; }
    .ny_job_item.on .con_box .more span { font-size: 0.2rem; }

    .ny_jobjoin_box { padding: 0.4rem 0.25rem; }
    .jbs_tb_1 th { width: 1.6rem; }
    .jbs_txtarea { width: 100%; }

    .video_popup .video_popup_box .companyVideo { width: 5.6rem; padding: 0.2rem; box-sizing: border-box; }

    .ny_pro_related .swiper_box .swiper-button-prev, .ny_pro_related .swiper_box .swiper-button-next{display:none;}
    .detail_box video{max-height:6.4rem;}
	
	
.proList ul{display:grid;grid-template-columns: repeat(2,1fr);gap:15px}
.proList li .pro_txt{padding:20px 0 20px 0;font-size:14px;}

.ny_pro_param_title{font-size:20px;font-weight:500;text-align:center;margin-bottom:20px;padding-top:15px;}
.ny_pro_param_box img{width:100%;}

.appbox{font-size:15px;color:#555;line-height:1.8;padding:60px 0 40px;}
.application ul{display:grid;grid-template-columns: repeat(2,1fr);gap:20px;margin-bottom:50px;}

.qyhj ul{display:grid;grid-template-columns: repeat(2,1fr);gap:20px;margin:50px 0 30px;}
}

.vh-21{overflow:hidden;height:auto;margin-top:-21px;}

 /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/

 .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:0rem;margin:50px 0;}
 
 .page-link{position:relative;display:block;padding:10px 10px;margin-left:-1px;line-height:1;color:#333;}
 .page-link:hover{z-index:2;color:#333;text-decoration:none;}
 .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 0 rgba(0,123,255,.25)}
 .page-item:first-child .page-link{margin-left:0;border-top-left-radius:8px;border-bottom-left-radius:8px}
 .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}
 .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
 .pagination-lg .page-link{padding:.1rem .1rem;font-size:20px;line-height:1}
 .pagination-lg .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}
 .pagination-lg .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .pagination-sm .page-link{padding:.1rem .1rem;font-size:20px;line-height:1}
 .pagination-sm .page-item:first-child .page-link{border-top-left-radius:8px;border-bottom-left-radius:8px}
 .pagination-sm .page-item:last-child .page-link{border-top-right-radius:8px;border-bottom-right-radius:8px}
 .clean-block.clean-catalog .pagination{-ms-flex-pack:center;justify-content:center}
 
 /*-----------------------------------------------------------------------------------page end----------------------------------------------------------------*/
 
 /* ====== go top start ====== */
.gotop {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 70px;
	position: fixed;
	right: 20px;
	z-index: 10;
	width:45px;
	height:45px;
	display:none;
}
.gotop:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.gotop a {
	display: block;
	height: 40px;
	overflow: hidden;
	width: 45px;
	font-size:24px;
	color:#FFF;
	text-align:center;
	line-height:40px;
}
.gotop a:hover{color:#FFF}
/* ====== go top end ====== */