﻿@charset "utf-8";

/* CSS Document */
/****** 头部 ******/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
.top-header .header-top {
	padding: 0 30px;
}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
.top-header {
	padding-top: 0;
}
.top-header .header-top {
	padding: 0 15px;
	height: 84px;
}
	.top-header .header-logo {
		max-width: 50%;
	}
.top-header .header-gongneng .top-contact .wenzi {
	display: none;
}
.top-qr {
	display: none;
}
.top-header .top-menu-button {
	display: block;
}
.top-header .header-nav {
	position: absolute;
	right: 0;
	top: 84px;
	width: 60vw;
	display: none;
}
	
	.top-header .header-nav .nav-content{
		padding: 30px;
	}
	
	.top-header .header-nav .menu-list{
		display: block;
		height: calc(100vh - 84px);
	}
	
	.top-header .header-nav .menu-list .menu-item{
		display: block;
		text-align: left;
		position: relative;
		border-bottom: 1px #ccc solid;
		pointer-events: none;
	}
	
	.top-header .header-nav .menu-list .menu-item .link{
		pointer-events: auto;
	}
	
	.top-header .header-nav .menu-list .menu-item .menu-click{
		display: flex;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: #333;
		pointer-events: auto;
	}
	
	.top-header .header-nav .menu-list .menu-item .sub-content{
		position: static;
		padding-top: 0;
		text-align: left;
		pointer-events: auto;
	}
	
	.top-header .header-nav .menu-list .menu-item:hover .sub-content{
		display: none;
	}
	
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.top-header .header-gongneng .top-contact .tel .num{
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.top-header .header-top{
		padding: 0 10px;
		height: 70px;
	}
	.top-header .header-logo{
		max-width: 220px;
	}
	.top-header .top-menu-button{
		margin-left: 0;
	}
	.top-header .header-nav{
		top: 70px;
			width: 100%;
	}
}

/********** 底部 ************/
@media screen and (max-width:1600px) {
}
@media screen and (max-width:1200px) {
	.bottom-footer .footer-container .footer-top .footer-contact {
		width: 65%;
	}
	.bottom-footer .footer-container .footer-top {
		padding: 35px 20px;
	}
		.bottom-footer .footer-container .footer-top .footer-qr {
			width: calc(100% - 65% );
		}
}
@media screen and (max-width:1024px) {
	.bottom-footer .footer-container .footer-top,
	.bottom-footer .footer-container .footer-bottom{
		padding-left: 30px;
		padding-right: 30px;
	}
	.bottom-footer .footer-container .footer-top .footer-menu{
		width: 56%;
	}
		.bottom-footer .footer-container .footer-top .footer-contact {
			width: 75%
		}
		.bottom-footer .footer-container .footer-top .footer-qr {
			width: calc(100% - 75%);
		}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.bottom-footer .footer-container .footer-top{
		display: none;
	}
	.bottom-footer .footer-container .footer-bottom{
		padding-left: 15px;
		padding-right: 15px;
	}
	.bottom-footer .footer-container .footer-bottom .bottom-container{
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.bottom-footer .footer-container .footer-bottom .footer-copyright{
		width: 100%;
		max-width: inherit;
		text-align: center
	}
}


@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.bottom-footer .footer-container .footer-bottom .bottom-container{
		font-size: 12px;
	}
}

/********** 右侧悬浮 **********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.fright{
		right: 10px;
		width: 40px;
	}
	.fright .fright-item .link,
	.fright .btt{
		height: 40px;
	}
	
	.fright .fright-item .link img{
		max-width: 20px;
		height: auto;
		max-height: 20px;
	}
	
	.fright .fright-item .item-content{
		right: 40px;
	}
	
	.fright .btt{
		font-size: 24px;
	}
}

@media only screen and (max-width: 479px) {
	
}

/************ 翻页 *************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
}

/************ 首页 **************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.index-pro .swiper-slide .img-box .img img{
		width: auto;
		max-width: 90%;
		height: auto;
		max-height: 90%;
	}
}

@media screen and (max-width:1023px) {

}

@media screen and (max-width:850px) {
	.index-banner{
		max-height: 440px;
	}
	
	.index-link .content{
		flex-wrap: wrap;
	}
	
	.index-link .link-item{
		width: 50%;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.index-banner {
	max-height: 360px;
}
	.index-pro{
		padding-top: 35px;
		padding-bottom: 25px;
	}
	
	.index-pro .swiper-slide{
		width: 80vw;
	}
	
	.index-pro .swiper-slide .slide-content{
		padding: 0 15px 15px 15px;
		height: 160px;
	}
	
	.index-pro .swiper-slide .img-box{
		width: 240px;
		height: 169px;
	}
	
	.index-pro .swiper-slide .text-box{
		width: calc(100% - 240px);
		padding-left: 15px;
	}
	
	.index-pro .swiper-slide .text-box .title-box{
		margin-bottom: 10px;
	}
	
	.index-pro .swiper-slide .text-box .title-box .title-eng{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.index-pro .swiper-slide .text-box .title-box .title-chs{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.index-pro .swiper-slide .text-box .title-box:after{
		width: 100%;
		max-width: 110px;
	}
	
	.index-pro .swiper-slide .text-box .info-box{
		font-size: 14px;
		line-height: 2;
		margin-bottom: 10px;
	}
	
	.index-pro .swiper-slide .text-box .more-box img{
		width: 30px;
		height: 30px;
	}
	
}

@media only screen and (max-width: 479px) {
	.index-banner {
	max-height: 280px;
}
	
	.index-pro .swiper-pro{
		padding-bottom: 40px;
	}
	
	.index-pro .swiper-slide{
		width: 350px;
		padding-top: 15px;
	}
	
	.index-pro .swiper-slide .slide-content{
		height: 150px;
	}
	
	.index-pro .swiper-slide .img-box{
		width: 190px;
		height: 150px;
	}
	
	.index-pro .swiper-slide .text-box{
		width: calc(100% - 190px);
	}
	
	.index-pro .swiper-slide .text-box .title-box{
		margin-bottom: 5px;
	}
	
	.index-pro .swiper-slide .text-box .title-box .title-chs {
	font-size: 20px;
	margin-bottom: 5px;
}
	
	.index-pro .swiper-slide .text-box .info-box{
		margin-bottom: 5px;
		line-height: 1.5;
		font-size: 13px;
	}
	
	.index-pro .swiper-slide .text-box .more-box img{
		width: 20px;
		height: 20px;
	}
	
	.index-link .link-item{
		height: 140px;
	}
	.index-link .link-item .icon{
		width: 34px;
		height: 34px;
		margin: 0 auto 10px auto
	}
	.index-link .link-item .icon img{
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
	.index-link .link-item .wenzi .title-chs{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.index-link .link-item .wenzi .title-eng{
		font-size: 12px;
	}
}

/************** 内页公共部分 **************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.inner-container .lm-container .lm-gongneng{
		display: none;
	}
}

@media screen and (max-width:1023px) {
	.inner-container .sidebar{
		width: 230px;
	}
	.inner-container .sidebar .lm-menu .menu-list{
		padding: 0 30px;
	}
	.inner-container .sidebar .lm-menu .list-item .m-title:before{
		left: -30px;
	}
	.inner-container .lm-container .lm-box{
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width:850px) {
	.inner-banner{
		height: 400px;
	}
	
	.inner-container{
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.inner-container{
		padding-top: 30px;
	}
	
	.inner-container .content-box{
		display: block;
	}
	.inner-container .sidebar{
		display: block;
		width: 100%;
		border-right: none;
		position: relative;
		z-index: 1;
	}
	.inner-container .sidebar .lm-title .sidebutton{
		display: flex;
	}
	
	.inner-container .sidebar .lm-menu{
		position: relative;
	}
	
	.inner-container .sidebar .lm-menu .menu-list{
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #f9f9f9
	}
	.inner-container .lm-container{
		display: block;
		position: relative;
		z-index: 0;
	}
}

@media only screen and (max-width: 479px) {
	.inner-banner{
		height: 300px;
	}
	.inner-container .sidebar .lm-title{
		height: 81px;
	}
	
	.inner-container .lm-container .lm-box{
		padding: 30px 10px;
	}
	
	.inner-container .lm-container .lm-box .box-title{
		font-weight: 400;
		font-size: 20px;
	}
}

/************** 产品中心 *****************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.product-list .list-item{
		width: 48%;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.product-list .list-item{
		margin-bottom: 20px;
	}
	
	.product-list .list-item .text-box{
		padding-top: 10px;
		font-size: 14px;
	}
}

/************** 产品中心-详情 **************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.product-detail .pp-top .pp-title{
		padding: 15px;
		margin-bottom: 20px;
	}
	
	.product-detail .pp-top .pp-memo{
		padding: 0
	}
	
	.product-detail .pp-tuijian .tc .link{
		flex-wrap: wrap;
	}
	.product-detail .pp-tuijian .tc .link .img-box{
		width: 100%;
	}
	
	.product-detail .pp-tuijian .tc .link .text-box{
		width: 100%;
	padding-left: 0;
			padding-top: 20px;
	}
	
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.product-detail .pp-top{
		flex-wrap: wrap;
	}
	.product-detail .pp-top .pp-img{
		width: 100%;
		max-width: inherit;
	}
	.product-detail .pp-top .pp-info{
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.product-detail .pp-top{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.product-detail .pp-top .pp-title{
		padding: 10px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.5;
	}
	.product-detail .pp-top .pp-memo .memo-item{
		font-size: 14px;
		margin-top: 10px;
	}
	.product-detail .pp-top .pp-memo .memo-item:first-child{
		margin-top: 0;
	}
	.product-detail .pp-detail{
		font-size: 14px;
		padding-bottom: 15px;
		font-weight: 400;
	}
	.product-detail .pp-tuijian .tt{
		margin-bottom: 15px;
	}
}

/*************** 关于我们-公司简介 ********************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.comp-jianjie{
		padding-right: 0;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.comp-jianjie{
		font-size: 14px;
	}
	.comp-jianjie h3{
		font-size: 18px;
	}
}

/************** 关于我们-发展历程 ******************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.comp-licheng .licheng-title{
		margin:0;
	}
	.comp-licheng .licheng-content:before{
		left: 0;
		margin-left: 40px;
	}
	
	.comp-licheng .licheng-content .licheng-list{
		padding-left: 30px;
	}
	
	.comp-licheng .licheng-content .licheng-item{
		justify-content: flex-start
	}
	
	.comp-licheng .licheng-content .licheng-item:nth-child(2n){
		flex-direction: row;
	}
	.comp-licheng .licheng-content .licheng-item:nth-child(2n) .arrow{
		transform: none
	}
	.comp-licheng .licheng-content .licheng-item:nth-child(2n) .text-box{
		flex-direction: row;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.comp-licheng .licheng-title{
		width: 72px;
	height: 72px;
		font-size: 14px;
	}
	.comp-licheng .licheng-content:before{
		margin-left: 33px;
	}
	.comp-licheng .licheng-content .licheng-list{
		padding-right: 0;
		padding-left: 25px;
	}
	.comp-licheng .licheng-content .licheng-item .dot{
		width: 20px;
		height: 20px;
		border-width: 3px;
	}
	
	.comp-licheng .licheng-content .licheng-item .arrow{
		width: 20px;
	}
	
	
	.comp-licheng .licheng-content .licheng-item .text-box{
		width:calc(100% - 40px);
	}
	
	.comp-licheng .licheng-content .licheng-item .text-box .year{
		font-size: 30px;
		width: 70px;
		height: 60px;
	}
	
	.comp-licheng .licheng-content .licheng-item .text-box .info{
		width: calc(100% - 70px);
		padding: 0 10px;
		font-size: 14px;
		line-height: 1.5;
	}
	
}

/************* 关于我们-工厂展示 **************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.comp-show .tuwen-area .slide-content .text-box{
		left: 0;
	margin-left: 10px;
			width: calc(100% - 20px);
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.comp-show .thumb-area .slide-content .img{
		padding-bottom: 45%;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.comp-show .tuwen-area .slide-content .text-box{
		height: 50px;
		font-size: 14px;
	}
	
	.comp-show .thumb-area{
		padding-left: 50px;
		padding-right: 50px;
	}
	.comp-show .swiper-button-next:after, .comp-show .swiper-button-prev:after{
		font-size: 20px;
	}
	
}

/***************** 关于我们-公司资质 ******************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {

}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.comp-zizhi .zizhi-list .list-item{
		flex-wrap: wrap;
		justify-content: center;
	}
	.comp-zizhi .zizhi-list .list-item .title-box{
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}

}
/***************** 关于我们-公司风采 ******************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.comp-fengcai .fengcai-list .list-item{
		width: 49%;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.comp-fengcai .fengcai-list .list-item{
		width: 100%;
		max-width: inherit
	}

}

/************** 联系我们 *************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {

}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	#allmap-width-search{
		margin-bottom: 10px;
	}
	
	.inner-contact .contact-box .list-item{
		font-size:14px; 
		line-height: 2;
	}

}

/************** 人力资源-招聘信息 *****************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {

}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {

}

/************** 人力资源-员工风采 *****************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.yuangong-fengcai .fengcai-list .list-item{
		width: 49%;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.yuangong-fengcai .fengcai-list .list-item{
		margin-bottom: 20px;
	}
	.yuangong-fengcai .fengcai-list .list-item .img-box{
		margin-bottom: 10px;
	}
	.yuangong-fengcai .fengcai-list .list-item .text-box{
		font-size: 14px;
	}
}

/**************** 新闻资讯 *************************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {
	.inner-news-list .list-item .text-box .title-box{
		padding-top: 10px;
	}
}

@media screen and (max-width:850px) {
	.inner-news-list .list-item .text-box{
		padding-left: 10px;
	}
	.inner-news-list .list-item .text-box .title-box{
		padding-top: 0;
	}
}

@media screen and (max-width:1020px) {
	.inner-news-list .list-item {
		flex-wrap: wrap;
	}
		.inner-news-list .list-item .img-box {
			width: 100%;
		}
		.inner-news-list .list-item .text-box {
			width: 100%;
			padding-left: 0;
			padding-top: 20px;
			position: relative;
			padding-bottom: 60px;
		}

			.inner-news-list .list-item .text-box .title-box .wenzi {
				width: 100%;
				padding-right: 0;
			}

			.inner-news-list .list-item .text-box .title-box .more {
				position: absolute;
				left: 0;
				bottom: 0;
			}
}

@media screen and (max-width:639px) {
	.inner-news-list .list-item{
		flex-wrap: wrap;
	}
	.inner-news-list .list-item .img-box{
		width: 100%;
	}
	
	.inner-news-list .list-item .text-box{
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		position: relative;
		padding-bottom: 60px;
	}
	
	.inner-news-list .list-item .text-box .title-box .wenzi{
		width: 100%;
		padding-right: 0;
	}
	
	.inner-news-list .list-item .text-box .title-box .more{
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 479px) {
	.inner-news-list .list-item{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.inner-news-list .list-item .text-box{
		padding-top: 10px;
	}
	
	.inner-news-list .list-item .text-box .title-box{
		padding-bottom: 10px;
	}
	
	.inner-news-list .list-item .text-box .title-box .wenzi .biaoti{
		margin-bottom: 10px;
	}
	
	.inner-news-list .list-item .text-box .title-box .wenzi .biaoti .link{
		font-size: 16px;
		line-height: 1.5;
	}
	.inner-news-list .list-item .text-box .info-box{
		font-size: 14px;
		line-height: 1.6;
	}
}

/*************** 新闻资讯-详情 ****************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {

}

@media screen and (max-width:850px) {
	
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	
}

@media only screen and (max-width: 479px) {
	.inner-news-container .title-area .title{
		font-size: 18px;
	line-height: 1.5;
			margin-bottom: 10px;
	}
	.inner-news-container .title-area .info{
		font-size: 14px;
	}
	.inner-news-container .title-area{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.inner-news-container .content-area{
		font-size: 14px;
		line-height: 1.6;
	}
	
	.news-prenext .gongneng-item{
		font-size: 14px;
	height: 50px;
	}
	
	.news-prenext .gongneng-item .fa{
		font-size: 24px;
	line-height: 16px;
	margin-right: 5px;
	}
}


/***************************  20210420 **************************/

/******** 首页 ********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {

}

@media screen and (max-width:850px) {
	
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {

.index-pro .swiper-slide .img-box{
  width:169px;
}

.index-pro .swiper-slide .text-box{
width:calc(100% - 169px)
}
	
}

@media only screen and (max-width: 479px) {
.index-pro .swiper-slide .img-box{
  width:150px;
}

.index-pro .swiper-slide .text-box{
width:calc(100% - 150px)
}

}