.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: 820px;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(../images/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(../images/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 { width: 680px; font-size: 32px; font-weight: bold; color: #fff; line-height: 1.3em; margin-bottom: 40px; }
.in_about_box .con_box{display: flex;}
.in_about_box .con_box .summary{width: 680px;font-size: 16px;color: #fff;line-height: 36px;margin-right: 80px;margin-bottom: 100px;}
.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(../images/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: 20px;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: 24px;color: #fff;font-weight: bold;}
.in_app_box .in_app_item:hover .icon{animation: proCtgIconAnimation  500ms ease-in-out 1;}

/* 首页新闻 */
.in_news{background: url(../images/in_news_bg.jpg) top center no-repeat;background-size: 100% 294px;padding-top: 100px;}
.in_news .top_box{margin-bottom: 77px;display: flex;justify-content: space-between;align-items: center;}
.in_news .top_box .title{font-size: 40px;color: #fff;font-weight: bold;}
.in_news .top_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_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{background: #f7f7f7;padding: 80px;}
.in_news_item .img_box{width: 100%;height: 300px;display: block;overflow: hidden;}
.in_news_item .img_box img{width: 100%;height: 100%;display: block;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{margin-bottom: 90px; font-size: 22px;line-height: 1.6em;height: 3.6em;color: #333333;}

.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_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: 460px;margin-right: 50px;}
.pub_foot .box1 .top_box{display: flex;justify-content: space-between;margin-bottom: 76px;}
.pub_foot .box1 .top_box .logo{margin-right: 48px;}
.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{display: flex;}
.pub_foot .other_logo img{margin-right: 28px;height: auto;display: block;}
.pub_foot .m_box{overflow: hidden;flex: 1;}
.btm_nav{display: flex;gap:10px;}
.btm_nav .btm_nav_item{width: 110px;}
.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: 20px;margin-bottom:10px;}
.btm_nav .btm_nav_item .sub_nav a:hover{color: #fff;}
.pub_foot .r_box{overflow: hidden; width: 98px;text-align: center;}
.pub_foot .r_box img{width: 100%;display: block;margin-bottom: 10px;}
.pub_foot .r_box p{font-size: 14px;color: #9ea1a8;}
.btm_nav{color: #fff;}

.pub_foot .box2{flex-wrap:wrap; padding: 30px 0px; color: #fff;font-size: 14px; border-top: 1px solid #5a5d63;border-bottom: 1px solid #5a5d63;display: flex; align-items: center;}
.pub_foot .box2>div{margin-right:20px;}
.pub_foot .box2 a { color: inherit; }
.pub_foot .box3{padding: 40px 0px; color: #fff;font-size: 14px;line-height: 26px;text-align: center;}
.pub_foot .box3 a{color: #fff;}


@keyframes bgEnlarge {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 120%; /* 变大到120% */
    }
}
/* 内页 */
.ny_ban{height: 720px;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; font-size: 48px;font-weight: bold;color: #fff;line-height: 1.2em;}
.ny_ban_box_2 .tools{display: flex;justify-content: center;}

.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;text-align:center; }
.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: 95px;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: 10px;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: 40px 0px;min-width:0px;}
.ny_product_item .title{padding: 0px 50px;font-size: 24px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;}
.ny_product_item .img_box{width:100%;height: 320px;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);}

/* 产品详情 */
.ny_pro_current{font-size: 14px;color: #fff; background:url(../images/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(../images/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_box{background: #f4f7fa;padding: 80px 0px;}
.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;background: #fff;}
.ny_pro_related .top_box{margin-bottom: 50px;text-align:center;}
.ny_pro_related .top_box .title{font-size: 32px;color: #333333;font-weight: bold;}
.ny_product_item.related{background: #f4f7fa;}
#ny_pro_related_swiper .swiper-pagination{position: static;margin: 0px;padding: 0px;margin-top: 50px;}
#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;}
.profile_info_top{padding-top: 25px;display: flex;justify-content: space-between;margin-bottom: 80px;}
.profile_info_left{overflow: hidden;flex: 1;}
.profile_info_left .title{font-size: 36px;line-height: 1.1em;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: 36px;margin-top: 20px;}
.profile_info_right{width: 610px;overflow: hidden;margin-left: 60px;}
.profile_info_video{position: relative;}
.profile_info_video img{width: 100%;display: block;}
.profile_info_video::after{content: "";width: 59px;height: 59px;background: url(../images/icon_video.png) center no-repeat;background-size: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.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: 32px;color: #333;transition: all linear 320ms;}
.profile_idea_item.on .slogan { -webkit-line-clamp:initial;}
.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(../images/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{text-align:center; margin-left: 24px;cursor: pointer;  width: 180px;height: 64px;background-color: #c7ced4;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 18px;}

.profile_image_tab_item.on{background: #0e65b6;}

.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;}

/* 荣誉证书 */
.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(../images/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: #999999;}
.ny_contact_info_item .con_box .info a{font-size: 18px;color: #999999;}
.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{display: flex;justify-content: space-between;align-items: center;margin-bottom: 32px;}
.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: 14px;color: #333333;opacity: 0.7;}
.feedback_box .form_line{margin-bottom: 20px;;}
.feedback_box .form_line.multi{display: grid;grid-template-columns: 1fr 1fr;gap: 20px;}
.feedback_box .form_item .form_txt{width: 100%; background: #fff;height: 61px;line-height: 61px;padding: 26px;font-size: 14px;color: #333;box-sizing: border-box;outline: none;border: none;}
.feedback_box .form_item .form_txt::placeholder{color: #333;opacity: 0.5;}

.feedback_box .form_item .form_area{background: #fff;padding:20px 26px;outline: none;border: none;width: 100%;height: 228px;font-family: inherit;font-size: 14px;color: #333;box-sizing: border-box;}
.feedback_box .form_item .form_area::placeholder{color: #333;opacity: 0.5;}
.feedback_box .form_btn{border: none;outline: none; width: 100%;height: 61px;background: #0e65b6;line-height: 61px;text-align: center;font-size: 20px;color: #fff;cursor: pointer;}

/* 人才招聘 */
.ny_job_box{padding: 60px 0px;}
.ny_job_box .search_box{width: 710px;height: 80px;background: #fff;margin: 0px auto;margin-bottom: 48px;position: relative;}
.ny_job_box .search_box .search_input{color: #333;font-size: 18px; width: 100%;height: 100%;outline: none;border: none;box-sizing: border-box;padding-left:40px;padding-right: 120px;}
.ny_job_box .search_box .search_input::placeholder{color: #999;opacity: 0.6;}
.ny_job_box .search_box .search_btn{
    width: 96px;height: 80px;display: flex;justify-content: center;align-items:  center;background: #0e65b6;font-size: 20px;color: #fff;
    position: absolute;top: 0px;right: 0px;cursor: pointer;
}
.ny_job_item{background: #fff;padding: 40px;margin-bottom: 20px;}
.ny_job_item .top_box{display: flex;justify-content: space-between;align-items: center;padding-right: 80px;position: relative;}
.ny_job_item .top_box .title{font-size: 26px;line-height: 36px;color: #333333;}
.ny_job_item .top_box .info{font-size: 14px;line-height: 26px;color: #808080;}
.ny_job_item .top_box .info span{margin-right: 20px;}
.ny_job_item .top_box .info span:last-child{margin-right: 0px;}
.ny_job_item .top_box .btn_close{display: none;}
.ny_job_item .top_box .btn_open{z-index: 2; cursor: pointer; position: absolute;top: 50%;right: 0px;transform: translateY(-50%); width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;color: #0e65b6;font-size: 20px;}

.ny_job_item .con_box{display: none;}

.ny_job_item.on .con_box{display: block;}
.ny_job_item.on .top_box{flex-wrap: wrap;}
.ny_job_item.on .top_box .title{margin-bottom: 10px;}
.ny_job_item.on .top_box .info{width: 100%;margin-bottom: 15px;}
.ny_job_item.on .con_box .summary {font-size: 14px;line-height: 26px;color: #808080;margin-bottom: 40px;}
.ny_job_item.on .con_box .more{transition: all linear 220ms; font-size: 14px;color: #fff; width: 119px;height: 44px;line-height: 44px; background-color: #0e65b6;border-radius: 22px;display: flex;justify-content: space-between;align-items: center; padding: 0px 20px;box-sizing: border-box;}
.ny_job_item.on .con_box .more:hover{padding: 0px 18px;}
.ny_job_item.on .top_box .btn_open{display: none;}
.ny_job_item.on .top_box .btn_close{width: 60px;height: 60px; display: flex;justify-content: center;align-items: center;font-size: 32px;  background: #0e65b6;color: #fff;position:absolute;top: 0px;right: 0px;cursor: pointer;}

.ny_jobjoin_box{background: #fff;padding: 40px;}


/*jobjoin*/
.jbs_tb_1 th{ text-align:right; font-weight:bold; padding-right:10px; font-size:14px; font-weight:bold;}
.jbs_tb_1 td{ text-align:left; }
.jbs_txt{ width:240px; height:30px; border:1px solid #CCCCCC; font-size:12px; line-height:30px; padding:0 5px; border-radius:3px;}
.jbs_txt:focus{ border:1px solid #4c9d2b ;}
.jbs_txtarea{ width:400px; height:100px; border:1px solid #CCCCCC; font-size:12px; padding:5px;}
.jbs_txtarea:focus{ border:1px solid #4c9d2b ;}
.jbs_age{ width:80px;}
.jbs_tel{ width:150px;}
.jbs_hong{ color:#f00;}
.jbs_submit{margin-top: 20px;; height:46px; text-align:center; padding:0 35px; line-height:46px; color:#FFF; font-size:16px; font-weight:bold; border:0px; cursor:pointer; background:#0e65b6; border-radius:3px;}
.jbs_submit:hover{ background:#0e65b6; color:#FFF;}
#rbl_sex td{padding-right: 10px;}
#rbl_hunyin td{padding-right: 10px;}
/*  */

@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) {
    html{
        max-width:640px;
        overflow-x:hidden;
    }
    .content { padding-left: 0.2rem; padding-right: 0.2rem; }
    .in_banner .swiper-slide img { display: block; }
    #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: url(../images/m_in_about_bg.jpg) center no-repeat; 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(../images/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_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: 1.2rem; }
    .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; }
    .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 { width: 100%; margin-left: 0px; }

    .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;}
}