@charset "utf-8";
/* 常见响应式断点 */
/* 中大屏幕 */
@media (min-width: 1450px) and (max-width:1800px) {
	
	/* 产品下拉 */
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box>.nav-dropdown-product-order{
		width: 25%;
	}
	
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box>.nav-dropdown-product-order .order-item a{
		width: 95%;
	}
	.container-wrap{
		*zoom: 1;
		max-width: 1300px;
	}
	/* main */
	.home-main-Wrap{
		margin-top: 0px !important;
	}
	/* banner */
	#home-banner{
		position: relative !important;
		top: 0px !important;
		height: 100vh!important;
	}
	
	#home-banner .swiper-slide{
		height: 100% !important;
	}
	
	
	
	#home-banner .swiper-slide{
		position: relative;
	}
	#home-banner .swiper-slide .text-box .text-item{
		padding: 0px 20% 0px 5%;
		color: #fff;
	}
	
	#home-banner .swiper-slide .text-box .text-item h2 {
		margin-top: 12px;
		margin-bottom: 12px;
		font-size: 45px;
	}
	#home-banner .swiper-slide .text-box .text-item h3 {
		margin-top: 12px;
		margin-bottom: 12px;
		font-size: 28px;
		font-weight: 400;
	}
	
	#home-banner .swiper-slide .imgBack-box-pc{
		background-size: cover !important;
	}
	
	/* 切换箭头 */
	#home-banner .swiper-button-prev {
		position: absolute;
		left: 20px;
		width: 48px;
		height: 48px;
		color: #646464;
		border-radius: 50%;
		border: none;
		--swiper-navigation-size: 15px;
		background: #ffffff;
	}
	
	#home-banner .swiper-button-next {
		right: 20px;
		width: 48px;
		height: 48px;
		color: #646464;
		border-radius: 50%;
		border: none;
		--swiper-navigation-size: 15px;
		background: #ffffff;
	}
	
	/* 导航字体大小 */
	#nav-wrap .nav-ul .nav-item .nav-item-one{
		font-size: 16px !important;
	}
	#language-search .language-box .language-choose .text{
		font-size: 16px !important;
	}

	
	/* 首页产品搜索 */
	.search-product-wrap{
		margin-top: 50px;
	}
	
	.search-product-wrap .productNav-wrap li a{
		font-size: 1.6rem;
	}
	
	
	/* 首页产品展示 */
	.home-product-wrap{
		margin-top: 0px;
	}
	.home-product-wrap .home-product-box .product-list-box .list{
		height: 140px;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .img-box{
		width: 140px;
		height: 140px;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .text-box{
		width: calc(100% - 140px);
		padding: 1rem 1.5rem;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .text-box h2{
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .text-box p{
		font-size: 15px;
		line-height: 25px;
	}
	/* home > 应用领域 */
	.home-application-wrap .home-application-box .application-items-box{
		margin: 0px -20px;
	}
	.home-application-wrap .home-application-box .application-items-box .item{
		padding: 0px 20px;
		margin-bottom: 40px;
		box-sizing: border-box;
	}
	.more-application{
		display: flex;
		margin-top: 10px;
	}
	
	/* home > 永卓简介  */
	.home-yozho-summary-wrap .home-yozho-summary-box .yozho-highlights-box{
		height: 260px;
	}
	
	/* home 永卓产业布局 */
	.yozho-branch-box .yozho-map-box{
		background-size: cover;
	}
	#map-location-box{
		transform: translateY(5px);
	}
	
	/* 新闻与活动 */
	
	.home-news-box .home-news-item .news-content .itemBig .img-box{
		height: 260px;
	}
	
	.home-news-box .home-news-item .news-content .itemBig .title{
		-webkit-line-clamp: 3;
	}
	
	/* 侧边栏 */
	.tool-bar-wrap .tool-bar-item{
		width: 58px;
		height: 58px;
		display: block;
		background:#ffffff;
		position: relative;
		color: #fff;
		border: 1px solid #f5f5f5;
		color: #757575;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	.tool-bar-wrap .tool-bar-item .title{
		font-size: 12px;
	}

	
	#banner-min .img-box{
		background-position: bottom !important;
	}
	/* about > 合作伙伴 */
	.about-partner-wrap .about-partner-box .item{
		width: 234px;
		height: 110px;
	}
	
	/* about 加入我们 */
	.about-talents-profile-box .text-box h2{
		font-size: 30px;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.about-talents-profile-box .text-box p{
		font-size: 15px;
		height: 14.5em;
	}
	
	/* about  查看招聘职位 */
	.about-join-yozho-box .join-yozho-links a{
		margin: 20px 1.5%;
	}
	
	/* about 工厂巡礼 */
	.factorytour-box .item .img-box{
		width: 100%;
		height: 17vw;
	}
	
	/* 通用4，比3 模板 */
	.innerPage-universal-itemBox .item .img-box{
		width: 100%;
		height: 17vw;
	}
	
}








































/* 中小屏幕 */
@media (min-width: 1250px) and (max-width:1449px) {
	
	
	/* 产品下拉 */
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box{
		display: flex;
	}
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box .nav-dropdown-title{
		width: 15%;
		margin-left: 0px;
	}
	
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box .nav-dropdown-item{
		width: 70%;
	}
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box .nav-dropdown-item .nav-dropdown-item-ul .nav-dropdown-list .text{
		font-size: 15px;
	}
	
	
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box>.nav-dropdown-product-order{
		width: 15%;
		background: none;
		margin-left: 0%;
	}
	
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box>.nav-dropdown-product-order .order-item a {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		border: 1px solid #e3e3e3;
		box-sizing: border-box;
		margin: 0%;
		padding: 8px 10px 8px 8px;
		margin-bottom: 10px;
		line-height: 1.2em;
		color: #333;
		position: relative;
		transition: all 0.3s;
		font-size: 13px;
	}
	
	#nav-wrap .nav-ul .nav-item .nav-dropdown-wrap.nav-dropdown-product-wrap .nav-dropdown-box>.nav-dropdown-product-order .order-item a .icon{
		padding: 10px;
		padding-bottom: 0px;
	}
	
	
	
	
	
	
	
	/* main */
	.home-main-Wrap{
		margin-top: 0px !important;
	}
	.container-wrap{
		max-width: 1180px;
	}
	
	/* banner */
	#home-banner{
		position: relative;
		top: 0px;
	}
	
	#home-banner{
		height: 550px !important;
	}
	#home-banner .swiper-slide{
		height: 550px !important;
	}
	#home-banner .swiper-slide .imgBack-box-pc{
		background-size:cover !important;
	}
	#home-banner .swiper-slide .text-box{
		width: 85%;
	}
	#home-banner .swiper-slide .text-box .text-item{
		padding: 0rem 3rem;
		color: #fff;
	}
	
	#home-banner .swiper-slide .text-box .text-item h2 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		font-size: 45px;
	}
	#home-banner .swiper-slide .text-box .text-item h3 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		font-size: 24px;
		font-weight: 400;
	}
	
	#home-banner .swiper-slide .text-box .text-item .more{
		font-size: 16px;
	}
	#home-banner .swiper-slide .text-box .text-item h2{
		font-size: 38px;
	}
	/* 切换箭头 */
	#home-banner .swiper-button-prev {
		position: absolute;
		left: 20px;
		width: 38px;
		height: 38px;
		color: #646464;
		border-radius: 50%;
		border: none;
		--swiper-navigation-size: 12px;
		background: #ffffff;
	}
	
	#home-banner .swiper-button-next {
		right: 20px;
		width: 38px;
		height: 38px;
		color: #646464;
		border-radius: 50%;
		border: none;
		--swiper-navigation-size: 12px;
		background: #ffffff;
	}
	
	/* home主体内容 */
	.home-main-Wrap{
		margin-top: 550px;
	}
	/* 导航字体大小 */
	#nav-wrap .nav-ul .nav-item .nav-item-one{
		font-size: 16px !important;
	}
	#language-search .language-box .language-choose .text{
		font-size: 16px !important;
	}
	

	/* 首页产品搜索 */
	.search-product-wrap{
		margin-top: 50px;
		height: 210px;
	}
	
	.search-product-wrap .productNav-wrap li a{
		font-size: 1.4rem;
	}
	#banner-min{
		margin-top: 0rem;
	}
	/* 首页产品展示 */
	
	.home-product-wrap{
		margin-top: 0rem;
		overflow: hidden;
	}
	
	.home-product-wrap .home-product-box .title{
		font-size: 30px;
	}
	.home-product-wrap .home-product-box .product-list-box{
		margin: 0px -5px;
	}
	.home-product-wrap .home-product-box .product-list-box .list{
		height: 140px;
		padding: 0px 5px;
		margin-bottom: 12px;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .img-box{
		width: 140px;
		height: 140px;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .img-box img{
		width: 100%;
		height: 100%;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .text-box{
		width: calc(100% - 140px);
		padding: 1rem 1.5rem;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .text-box h2{
		font-size: 1.33vw;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.home-product-wrap .home-product-box .product-list-box .list a .text-box p{
		font-size: 1vw;
		line-height: 22px;
	}
	
	/* home > 应用领域 */
	.home-application-wrap{
		padding-bottom: 40px;
	}
	.home-application-wrap .home-application-box .application-title h2{
		font-size: 36px;
	}
	.home-application-wrap .home-application-box .application-items-box{
		margin: 0px -13px;
	}
	.home-application-wrap .home-application-box .application-items-box .item{
		padding: 0px 13px;
		margin-bottom: 28px;
		box-sizing: border-box;
		height: 230px;
	}
	.home-application-wrap .home-application-box .application-items-box .item .img-box{
		height: 230px;
	}
	
	.more-application{
		display: flex;
		margin-top: 0px;
	}
	/* home>永卓简介 */
	.home-about-wrap .home-about-box .text-box h2{
		font-size: 30px;
	}
	.home-about-wrap .home-about-box .text-box h3{
		font-size: 24px;
	}
	.home-about-wrap .home-about-box .text-box p{
		font-size: 16px;
	}
	
	.home-yozho-summary-wrap .home-yozho-summary-box .yozho-highlights-box{
		height: 260px;
	}
	.home-yozho-summary-wrap .home-yozho-summary-box .yozho-highlights-box .item .text{
		font-size: 1.8rem;
	}
	.home-about-wrap .home-about-box .img-box img{
		right: -8px;
	}
	
	/* home 永卓产业布局 */
	.yozho-branch-box.container-wrap{
		max-width: 100%;
	}
	.yozho-branch-box .yozho-map-box{
		background-size: cover;
		top: 0px;
	}
	#map-location-box{
		transform: translateY(10px);
	}
	
	/* 新闻与活动 */
	.home-news-box .home-news-item .news-content .itemBig .title{
		padding: 0px 20px;
	}
	.home-news-box .home-news-item .news-content .itemBig .time{
		padding: 10px 20px;
	}
	.home-news-box .home-news-item .news-content .itemBig .description{
		padding: 0px 20px;
	}
	
	.home-news-box .home-news-item .news-content .itemBig .img-box{
		height: 240px;
	}
	
	.home-news-box .home-news-item .news-content .itemBig .title{
		-webkit-line-clamp: 3;
	}
	
	/* 侧边栏 */
	.tool-bar-wrap .tool-bar-item{
		width: 50px;
		height: 50px;
		display: block;
		background:#ffffff;
		position: relative;
		color: #fff;
		border: 1px solid #f5f5f5;
		color: #757575;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	.tool-bar-wrap .tool-bar-item .icon-wrap{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.tool-bar-wrap .tool-bar-item .icon-wrap .icon{
		font-size: 26px;
	}
	.tool-bar-wrap .tool-bar-item .title{
		font-size: 12px;
		display: none;
	}
	.tool-bar-wrap .tool-bar-item .wechat-hide{
		right: 49px;
	}
	.tool-bar-wrap .tool-bar-item .tool-tel-box{
		right: 49px;
	}
	
	
	
	
	#banner-min .img-box{
		background-position: bottom !important;
	}
	/* about > 公司简介 */
	.innerpage-about-Wrap .about-box .text-box h2{
		font-size: 30px;
	}
	.innerpage-about-Wrap .about-box .text-box h3{
		font-size: 24px;
	}
	.innerpage-about-Wrap .about-box .text-box h4{
		font-size: 21px;
	}
	.innerpage-about-Wrap .about-box .text-box .description{
		padding: 10px 0px;
	}
	.innerpage-about-Wrap .about-box .img-box .imgB{
		width: 90px;
		left: 30px;
		bottom: -20px;
	}
	
	/* about > 企业文化  */
	.about-culture-Wrap{
		height: 720px;
	}
	.about-culture-Wrap .title-box{
		padding: 15px 0px;
	}
	.about-culture-Wrap .title-box h2{
		font-size: 30px;
	}
	.about-culture-Wrap .culture-item-box .item{
		height: 500px;
	}
	.about-culture-Wrap .culture-item-box .item .text-box{
		padding-top: 40%;
	}
	/* about >  荣誉资质 */
	.about-honor-Wrap{
		height: auto;
	}
	.about-honor-Wrap .title-box h2{
		font-size: 30px;
	}
	.about-honor-Wrap .about-honor-item{
		max-width:100%;
		height: 400px;
	}
	.about-honor-Wrap .about-honor-item .img-box{
		height: 300px;
	}
	.about-honor-Wrap .about-honor-item .description-box{
		height: 90px;
		overflow: hidden;
	}
	.about-honor-Wrap .about-honor-item .description-box h2{
		font-size: 15px;
		padding: 5px 10px;
		line-height: 20px;
	}
	.about-honor-Wrap .about-honor-box .about-honor-more{
		top: 84%;
	}
	.about-honor-Wrap .about-honor-box .swiper-button-prev,.about-honor-Wrap .about-honor-box .swiper-button-next{
		top: 84%;
	}
	
	/* about > 发展历程 */
	.about-developmen-Wrap{
		height: auto;
		background-position: top;
	}
	.about-developmen-Wrap .title-box{
		padding: 15px 0px;
		padding-top: 20px;
	}
	.about-developmen-Wrap .title-box h2{
		font-size: 30px;
	}
	
	.about-developmen-box{
		margin-top: 5px;
	}
	.about-developmen-Wrap .about-developmen-nav-wrap{
		margin-top: 50px;
	}
	
	/* about > 合作伙伴 */

	.about-partner-wrap .title-box{
		padding: 20px 0px;
	}
	.about-partner-wrap{
		min-height: 100px;
	}
	
	.about-partner-wrap .about-partner-box .item{
		width: 210px;
		height: 100px;
	}
	/* about > 产业布局 */
	.yozho-branch-box .yozho-map-box .title-box h2{
		font-size: 30px;
	}
	/* about > 总经理致辞 */
	.about-speaking-Wrap .about-speaking-box .speaking-text .text-box p{
		font-size: 17px;
	}
	
	/* about > 荣誉 */
	.innerpageAbout-honor-box .margin{
		margin: 0px -15px;
	}
	.innerpageAbout-honor-box .item{	
		margin:15px 0px;
		padding: 0px 15px;
	}
	.innerpageAbout-honor-box .item .img-box img{
		max-width: 75%;
	}
	
	/* about > 优势 */
	.about-advantage-box .about-advantage-item .text-box h2{
		padding: 10px 10%;
		font-size: 30px;
	}
	.about-advantage-box .about-advantage-item .text-box p{
		padding: 10px 10%;
		line-height: 1.7em;
		font-size: 15px;
	}
	/* about >  研发团队*/
	#certify  .swiper-slide {
		width: 520px;
		height: 395px;
		background: #fff;
		box-shadow: 0 8px 30px #ddd;
	}
	#certify  .swiper-slide a{
		width: 100%;
		height: 100%;
		display: block;
	}
	#certify  .swiper-slide img{
		width: 100%;
		height: 300px;
		display:block;
	}
	#about-development-box .text-box li{
		font-size: 22px;
	}
	/* about 加入我们 */
	.about-talents-profile-box .text-box h2{
		font-size: 30px;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.about-talents-profile-box .text-box p{
		font-size: 14px;
	}
	/* about  查看招聘职位 */
	.about-join-yozho-box .join-yozho-links a{
		margin: 20px 1.5%;
	}
	.about-join-yozho-box .join-yozho-links a img{
		width: 242px;
		height: 130px;
	}
	
	/* about 工厂巡礼 */
	.factorytour-box .item .img-box{
		width: 100%;
		height: 18vw;
	}
	/* 通用4，比3 模板 */
	.innerPage-universal-itemBox .item .img-box{
		width: 100%;
		height: 17vw;
	}
	
	/* 永卓服务 > 解决方案 */
	.solution-box .solution-item .title-box h2{
		font-size: 20px;
	}
	
	.news-itemBox .news-item a{
		display: block;
		background: #fff;
		box-shadow: 0px 5px 5px rgba(204, 204, 204, .3);
		padding: 20px;
		box-sizing: border-box;
	}
	.news-itemBox .news-item .title{
		font-size: 18px;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
		margin: 15px 0px;
		transition: all .3s;
	}
	
	
	#banner-min{
		margin-top: 0px;
		height: 360px;
	}
	
	/* 相关内容 */
	.relevant-content-wrap{
		padding: 30px 0px;
	}
	
	/* 人才招聘 new 新版  2023-8月*/
	.yozho-welfare-imgBox::before{
		bottom: 17px;
	}
	
}
