@charset "utf-8";

/* CSS Document */
/************************* 

         网站公共 

*************************/

/****** 公共 ******/
@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) {
	.body-wrap{
		padding-top: 60px;
	}
	
	.popup-cover .popup-title{
		height: 50px;
		
	}
	
	.popup-cover .popup-title .job-name{
		text-align: center;
		font-size: 15px;
		line-height: 50px;
	}
	
	.popup-cover .popuo-neirong{
		padding:3% 5%
	}
	.popup-cover .popuo-neirong .job-item .bt{
		font-size: 14px;
	}
	.popup-cover .popuo-neirong .job-item .bc{
		font-size: 12px;
	}
	.popup-cover .popuo-neirong .contact{
		font-size: 14px;
		padding-top: 0;
	}
}

/****** 头部 *******/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
.header .header-gongneng {
	position: relative;
	width: auto;
	padding-right: 50px;
}
.header .header-search {
	height: 80px;
	width: calc(100% - 90px);
}
.header .top-menu-button {
	display: block;
}
.header .header-gongneng .header-nav {
	width: 100vw;
	max-width: 780px;
	float: none;
	position: absolute;
	right: 0;
	top: 80px;
	background: #fff;
	height: calc(100vh - 80px);
	padding-left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 0;
}
.header .header-gongneng .header-nav .nav-item {
	height: auto;
	float: none;
	position: relative;
	/*pointer-events: none;*/
}

.header .header-gongneng .header-nav .nav-item.has-child .nav-content{
		pointer-events: none;
	}	

.header .header-gongneng .header-nav .nav-item .link {
	display: block;
	line-height: 2;
	border-bottom: 1px #ccc solid;
	padding: 10px 25px;
	position: relative;
	z-index: 0;/*pointer-events:auto;*/
}
.header .header-gongneng .header-nav .nav-item .link:after {
	display: none;
}
.header .header-gongneng .header-nav .nav-item .menu-more {
	position: absolute;
	right: 0;
	top: 0;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 30px;
	font-weight: bold;
	z-index: 1;
	pointer-events: auto;
}
.header .header-gongneng .header-nav .nav-item .menu-more:before {
	content: "+"
}
.header .header-gongneng .header-nav .nav-item.sub-open .menu-more:before {
	content: "-"
}
.header .header-gongneng .header-nav .nav-item .sub-nav {
	position: static;
	background: none;
	padding-left: 50px;
	pointer-events:auto;
}

.header .header-gongneng .header-nav .nav-item .sub-nav .subnav-container{
margin:0!important;
}

.header .header-gongneng .header-nav .nav-item.sub-open .sub-nav {
	display: block;
}
.header .header-gongneng .header-nav .nav-item .sub-nav:before {
	display: none;
}
.header .header-nav .sub-nav .sub-item {
	float: none;
	margin-left: 0;
	width: 100%;
	position: relative;
	/*pointer-events: none;*/
}
	.header .header-nav .sub-nav .sub-item .menu-sub-more{
		position: absolute;
	right: 0;
	top: 0;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	font-size: 30px;
	font-weight: bold;
	z-index: 1;
	pointer-events: auto;
	}
	
	.header .header-nav .sub-nav .sub-item .menu-sub-more:before{
		content:"+";
	}
	.header .header-nav .sub-nav .sub-item.child-open .menu-sub-more:before{
		content:"-";
	}
	
	.header .header-nav .sub-nav .sub-item .sub-title{
		position: relative;
		z-index: 0;
	}
	
	.header .header-nav .sub-nav .sub-item .sub-title .sub-link{
		line-height: 2;
		padding: 10px 0;
	}
	
	.header .header-nav .sub-nav .sub-item .sub-title .sub-link i{
		width: 0;
		opacity: 0;
		overflow: hidden;
	}
	
	.header .header-nav .sub-nav .sub-item .sub-list{
		opacity: 1;
		padding: 0 0 0 50px;
		display: none;
	}
	.header .header-nav .sub-nav .sub-item .sub-list .list-item .sub-link{
		padding: 10px 0;
	}
	
	.header .header-nav .sub-nav .sub-item.child-open .sub-list{
		display: block;
	}
	
.header.small-header .header-gongneng .header-nav {
	top: 60px;
	height: calc(100vh - 60px);
}
.header.menu-open .header-gongneng .header-nav {
	max-height: inherit
}
}

@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) {
	
	
	
	.header .header-logo{
		width: 120px;
			padding: 0 10px;
	}
	
	.header .header-logo .img{
		height: 60px;
		line-height: 60px;
	}
	
	.header .header-logo .img img{
		max-width: 100%;
		max-height: 100%;
	}
	.header .header-gongneng{
		width: calc(100% - 120px);
	}
	
	.header .header-lang{
		padding-right: 0;
		height: 60px;
	}
	.header .header-search{
		width: calc(100% - 90px);
		height: 60px;
	}
	.header .header-gongneng .header-nav{
		top: 60px;
	}
	.header .top-menu-button{
		height: 60px;
		line-height: 60px;
	}
}

/********* 页脚 *********/
@media screen and (max-width:1600px) {
}
@media screen and (max-width:1024px) {
	.footer{
		padding-top: 0;
	}
	.footer-top{
		display: none;
	}
	.footer .copyright{
		padding: 1% 5%;
	}
}

@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) {
}

/*********** 首页banner *************/
@media screen and (max-width:1600px) {
}

@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) {
}

/************************* 

         首页主体 

*************************/
/********** banner ***********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.home-banner{
		height: 0;
	max-height: 900px;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
	}
	.home-banner .swiper-banner{
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.home-banner .slide-content{
		padding: 3% 0 4% 0;
	}
	.home-banner .content-box h3{
		font-size: 40px;
		margin-bottom: 20px;
	}
	.home-banner .content-box .line{
		width: 60px;
		height: 5px;
		margin-bottom: 20px;
	}
	.home-banner .content-box p{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.home-banner .content-box .more{
		width: 200px;
	line-height: 40px;
			font-size: 18px;
	}
	.home-banner .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.home-banner .content-box h3{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.home-banner .content-box .line{
		width: 50px;
	height: 3px;
	margin-bottom: 10px;
	}
	.home-banner .content-box p{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.home-banner .content-box .more{
		width: 150px;
	line-height: 36px;
			font-size: 16px;
	}
	.home-banner .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.home-banner{
		padding-bottom: 85%;
	}
	.home-banner .content-box h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.home-banner .content-box .line{
		width: 40px;
	height: 2px;
	margin-bottom: 5px;
	}
	.home-banner .content-box p{
		font-size: 16px;
		margin-bottom: 15px;
		padding: 0 10%;
	}
	.home-banner .content-box .more{
		width: 120px;
	line-height: 30px;
			font-size: 14px;
	}
	.home-banner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.home-banner .swiper-button-prev, 
	.home-banner .swiper-button-next{
		width: 17px;
		height: 34px;
		margin-top: -17px;
		background-size: 17px auto;
	}
}

/********* 首页产品 **********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.index-product .product-list .list-item .content{
		width: 100%;
		padding: 0 5%;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.index-item{
		padding: 50px 0 0 0;
	}
	.index-item .mt .title-chs{
		font-size: 30px;
	}
	.index-item .mt .title-eng{
		font-size: 34px;
	}
	.index-item .mt{
		padding-bottom: 30px;
	}
	
	.index-product .mt{
		padding-bottom: 0;
	}
	
	
	.index-product .list-pc{
		display: none;
	}
	.index-product .list-mobi{
		display: block;
		padding-bottom: 10%;
	}
	.index-product .product-list.list-mobi .list-item:nth-child(2n){
		background: none;
	}
	.index-product .product-list.list-mobi .list-item{
		height: auto;
	}
	.index-product .product-list.list-mobi .list-item .content{
		flex-direction: column;
	}
	.index-product .product-list.list-mobi .list-item .img-box{
		padding: 0;
		width: 100%;
	}
	.index-product .product-list.list-mobi .list-item .img-box .img{
		height: auto;
		line-height: normal;
		background: none;
		padding: 10%;
	}
	.index-product .product-list.list-mobi .list-item .text-box{
		width: 100%;
		text-align: left;
		padding: 0;
	}
	
	.index-product .product-list .list-item .text-box .title{
		font-size: 26px;
	}
	
	.index-product .product-list.list-mobi .swiper-pagination-bullets{
		bottom: 20px;
	}
	
	.index-product .product-list.list-mobi .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.index-product .product-list.list-mobi .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #ff6c0d
	}
	
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.index-item .mt .title-chs{
		font-size: 20px;
	}
	.index-item .mt .title-eng{
		font-size: 24px;
		margin-top: -14px
	}
	.index-product .product-list .list-item .text-box .title{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.index-product .product-list .list-item .text-box .info{
		font-size: 13px;
		margin-bottom: 10px;
	}
	
	.index-product .product-list .list-item .text-box .spec{
		margin-bottom: 0;
	}
	
	.index-product .product-list .list-item .text-box .spec .bt{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.index-product .product-list .list-item .text-box .spec .spec-item{
		width: 24%;
	}
	.index-product .product-list .list-item .text-box .spec .spec-item .wenzi{
		font-size: 13px;
	}
	.index-product .product-list.list-mobi .swiper-pagination-bullets {
	bottom: 10px;
}
	.index-product .product-list.list-mobi .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
    .index-product .product-list.list-mobi .list-item .text-box {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .index-product .product-list.list-mobi .list-item .text-box .more {
        width: 100%;
    }
}
/********* 首页案例 **********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.index-case-box.case-mobi .case-list{
		padding: 0 5%;
	}
	
	.index-case-box.case-mobi .case-list .list-item{
		width: 100%;
	}
	
	.index-case-box .case-list .list-item .case-mask img{
		max-width: 50%;
		max-height: 50%;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.index-case-box.case-pc{
		display: none;
	}
	.index-case-box.case-mobi{
		display: block;
	}
	
	.index-case-box.case-mobi .swiper-case-mobi{
		padding-bottom: 10%;
	}
	
	.index-case-box.case-mobi .case-list .list-item .case-title{
		padding: 5px;
		font-size: 15px;
		line-height: 1.5;
		height: auto
	}
	
	.index-case-box.case-mobi .swiper-case-mobi .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
	.index-case-box.case-mobi .swiper-case-mobi .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #ff6c0d
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.index-case-box.case-mobi .case-list .list-item .case-title{
		font-size: 12px;
	}
	
	.index-case-box.case-mobi .swiper-case-mobi .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
}
/************ 首页新闻中心 ************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.index-news{
		padding-left: 5%;
		padding-right: 5%;
	}
	.index-news .news-pic,.index-news .news{
		width: 48%;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.index-news{
		padding-bottom: 50px;
	}
	.index-news .news-pic, .index-news .news{
		float: none;
		width: 100%;
		max-width: inherit;
	}
	.index-news .news-pic{
		margin-bottom: 20px;
	}
	.index-news .list-item .date .day{
		font-size: 50px;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.index-news .tab-menu{
		margin-bottom: 20px;
	}
	.index-news .menu-list .menu-item .text{
		font-size: 15px;
		width: 130px;
	}
	.index-news .tab-menu .more-link{
		font-size: 12px;
	}
	.index-news .list-item .date{
		width: 60px;
		text-align: left;
	}
	.index-news .list-item .date .day{
		font-size: 40px;
	}
	.index-news .list-item .date .year{
		font-size: 12px;
	}
	.index-news .list-item .info{
		width: calc(100% - 60px);
		padding-left: 15px;
	}
	.index-news .list-item .info .title{
		font-size: 15px;
		line-height: 1.5;
		width:100%;
	}
	.index-news .list-item .info .msg{
		font-size: 12px;
		line-height: 1.5;
		max-height: 36px;
	}
}

/************************* 

         内页主体 

*************************/

/********* 内页banner **********/
@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) {
	.inner-banner{
		height: 0;
		padding-bottom: 56%;
	}
}

@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) {
	.inner-main .inner-item{
		padding: 50px 0 40px 0;
	}
	
	.inner-main .inner-item .mt{
		margin-bottom: 30px;
	}
	
	.inner-main .inner-item .mt .title-chs{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.inner-main .inner-item .mt .title-chs:after{
		top: 36px;
	}
	.inner-main .inner-item .mt .title-eng{
		font-size: 12px;
	}
}

/*********** 内页关于我们 **********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.about-us .history .mc .fzlc-list{
		background: none;
		padding: 0 5% 5% 5%;
		height: auto;
		position: relative;
	}
	
	.about-us .history .mc .fzlc-list:before{
		content: "";
		position: absolute;
		left: 70px;
		top: 0;
		width: 0;
		height: 100%;
		border-left: 1px #aaa solid;
	}
	
	.about-us .history .mc .fzlc-list .list-item{
		position: static;
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}
	
	.about-us .history .mc .fzlc-list .list-item:nth-child(2n){
		flex-direction: column-reverse
	}
	
	.about-us .history .mc .fzlc-list .list-item.item1,
	.about-us .history .mc .fzlc-list .list-item.item2,
	.about-us .history .mc .fzlc-list .list-item.item3,
	.about-us .history .mc .fzlc-list .list-item.item4,
	.about-us .history .mc .fzlc-list .list-item.item5,
	.about-us .history .mc .fzlc-list .list-item.item6{
		width: 100%;
		text-align: left;
	}
	
	.about-us .history .mc .fzlc-list .list-item.item1 .circle,
	.about-us .history .mc .fzlc-list .list-item.item2 .circle,
	.about-us .history .mc .fzlc-list .list-item.item3 .circle,
	.about-us .history .mc .fzlc-list .list-item.item4 .circle,
	.about-us .history .mc .fzlc-list .list-item.item5 .circle,
	.about-us .history .mc .fzlc-list .list-item.item6 .circle{
		margin:0 0 0 10px;
	}
	.about-us .history .mc .fzlc-list .list-item .year{
		margin: 0;
		line-height: 1.5;
		padding-left: 50px;
	}
	.about-us .history .mc .fzlc-list .list-item .msg{
		padding-left: 50px;
	}
	.about-us .partner .partner-list{
		padding: 0 5%;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.about-us .history .mc .fzlc-list:before{
		left: 57px;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	
	.about-us .intro .mc{
		padding: 0 5%;
		font-size: 15px;
		line-height: 1.8;
	}
	.about-us .wenhua .mc h4{
		font-size: 16px;
	}
	
	.about-us .wenhua .mc p{
		font-size: 12px;
		margin: 15px 0;
		line-height: 1.6;
	}
	.about-us .history .mc .fzlc-list .list-item.item1 .circle, .about-us .history .mc .fzlc-list .list-item.item2 .circle, .about-us .history .mc .fzlc-list .list-item.item3 .circle, .about-us .history .mc .fzlc-list .list-item.item4 .circle, .about-us .history .mc .fzlc-list .list-item.item5 .circle, .about-us .history .mc .fzlc-list .list-item.item6 .circle{
		margin-left: 0;
	}
	.about-us .history .mc .fzlc-list .list-item .circle{
		width: 10px;
		height: 10px;
	}
	.about-us .history .mc .fzlc-list .list-item .msg,
	.about-us .history .mc .fzlc-list .list-item .year{
		padding-left: 25px;
	}
	.about-us .history .mc .fzlc-list .list-item .year{
		font-size: 13px;
	}
	.about-us .history .mc .fzlc-list .list-item .msg{
		font-size: 12px;
	}
	.about-us .history .mc .fzlc-list:before {
	left: 6%;
}
	.about-us .partner .partner-list .list-item{
		width: 160px;
	height: 70px;
		line-height: 66px;
		margin-bottom: 15px;
	}
	.about-us .partner .partner-list .list-item img{
		max-width: 80%;
		max-height: 80%;
	}
}
/************** 关于我们-公司荣誉 ***************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.about-us .honor .mc{
		padding: 0 5%;
	}
	.about-us .honor-list-pc{
		display: none;
	}
	.about-us .honor-list-mobi{
		display: block;
	}
	
	.about-us .honor-list .list-item{
		margin-bottom: 70px;
	}
	.about-us .honor-list-mobi .swiper-honor-mobi .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
	.about-us .honor-list-mobi .swiper-honor-mobi .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #ff6c0d
	}
	.about-us .zhengshu .mc{
		padding: 0 5%;
	}
	.about-us .zzzs-list-pc{
		display: none;
	}
	.about-us .zzzs-list-mobi{
		display: block;
	}
	.about-us .zzzs-list-mobi .swiper-zzzs-mobi .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
	.about-us .zzzs-list-mobi .swiper-zzzs-mobi .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #ff6c0d
	}
}

@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) {
	.about-us .honor-list-mobi .swiper-honor-mobi .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
	.about-us .zzzs-list-mobi .swiper-zzzs-mobi .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
}
/********* 关于我们-人才招聘 *********/
@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) {
	.about-us .jobs .mc{
		padding:3% 5%;
	}
	.about-us .jobs .job-list .list-item .items.item5{
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.about-us .jobs .job-list .list-item .items{
		width: 50%;
		font-size: 13px;
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.about-us .jobs .job-list .list-item.list-title .items{
		font-size: 14px;
	}
	
.about-us .jobs .job-list .list-item .items.item2{
		display: none;
	}
	.about-us .jobs .job-list .list-item .items.item3{
		display: none;
	}
	.about-us .jobs .job-list .list-item .items.item4{
		display: none;
	}
}

/*********** 关于我们-文化活动 *************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.about-us .huodong .wenhua-scroll .swiper-slide .wenzi{
		padding-top: 3%;
		padding-right: 3%;
		padding-left: 3%;
	}
	.about-us .huodong .wenhua-scroll .pagination-box{
		padding-left: 3%
	}
	.about-us .huodong .wenhua-list{
		padding: 0 3%;
	}
	.about-us .huodong .wenhua-list .list-item{
		width: 30%;
	}
}

@media screen and (max-width:1023px) {
	.about-us .huodong .wenhua-scroll .swiper-slide .wenzi{
		font-size: 21px;
	}
	.about-us .huodong .wenhua-scroll .pagination-box .swiper-pagination{
		font-size: 20px;
	}
	.about-us .huodong .wenhua-scroll .pagination-box .swiper-pagination .swiper-pagination-current{
		font-size: 30px;
	}
	.about-us .huodong .wenhua-list .list-item .wenzi{
		padding-top: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width:850px) {
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.about-us .huodong .wenhua-scroll .swiper-slide .wenzi,
	.about-us .huodong .wenhua-scroll .swiper-slide .pic{
		width: 100%;
	}
	
	.about-us .huodong .wenhua-scroll .swiper-slide .wenzi{
		padding-bottom: 3%
	}
	
	.about-us .huodong .wenhua-scroll .swiper-slide .pic{
		padding-left: 3%;
		padding-right: 3%;
	}
	.about-us .huodong .wenhua-list .list-item{
		width: 48%;
	}
	.about-us .huodong .wenhua-scroll .pagination-box{
		transform: none;
		position: static;
		text-align: center;
		background: #f4f4f4
	}
	.about-us .huodong .wenhua-scroll .pagination-box .swiper-pagination{
		line-height: 3;
	}

}

@media only screen and (max-width: 479px) {
	.about-us .huodong .wenhua-scroll {
	margin-bottom: 50px;
}
	
	.about-us .huodong .wenhua-scroll .swiper-slide .wenzi{
		font-size: 15px;
	}
	.about-us .huodong .wenhua-scroll .pagination-box .swiper-pagination{
		font-size: 12px;
	}
	.about-us .huodong .wenhua-scroll .pagination-box .swiper-pagination .swiper-pagination-current{
		font-size: 18px;
	}
	
	.about-us .huodong .wenhua-scroll .pagination-box .swiper-button-prev-wenhua, .about-us .huodong .wenhua-scroll .pagination-box .swiper-button-next-wenhua{
			width: 7px;
	height: 12px;
	background-size: 7px 12px;
	}
	
	.about-us .huodong .wenhua-list .list-item{
		width: 100%;
	}
	
	.about-us .huodong .wenhua-list .list-item .wenzi{
		padding-top: 10px;
		font-size: 15px;
	}
}

/*********** 联系我们 **********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.contact-us .map .map-contact{
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.contact-us .map .map-contact .contact-item{
		width: 50%;
		margin-bottom: 20px;
	}
	
	.contact-us .map .map-contact .contact-item .wenzi{
		width: calc(100% - 30px);
	}
	.contact-us .liuyan .contact-bd{
		padding: 0 10%;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {

}

@media only screen and (max-width: 479px) {
	.contact-us .map .map-contact{
		padding: 3%;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.contact-us .map .map-contact .contact-item{
		width: 100%;
		
	}
	
	.contact-us .map .map-contact .contact-item .wenzi{
		font-size: 15px;
	}
	.contact-us .liuyan .contact-bd{
		padding: 0 5%;
	}
	.contact-us .liuyan .contact-bd .bd-item .text{
		width: 100%;
		float: none;
		margin-bottom: 15px;
		font-size: 13px;
		height: 44px;
		line-height: 44px;
	}
	
	.contact-us .liuyan .contact-bd .bd-item .text:focus{
		line-height: 42px;
	}
	
	.contact-us .liuyan .contact-bd .bd-item .textarea{
		font-size: 13px;
		margin-bottom: 45px;
	}
	.contact-us .liuyan .contact-bd .bd-button .button{
		width: 100%;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}
}

/********* 工程案例 **********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.inner-cases{
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.inner-cases .sx-area .sx-select{
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.inner-cases{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.inner-cases .list-area .list-item .wenzi .title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.inner-cases .list-area .list-item .wenzi .neirong{
		font-size: 14px;
	}

}

@media only screen and (max-width: 479px) {
	.inner-cases .sx-area .sx-select{
		margin-right: 0;
		float: none;
		font-size: 0;
	}
	
	.inner-cases .sx-area .sx-select .bt{
		font-size: 15px;
		line-height: 40px;
		width: auto;
		width: 80px;
		float:none;
		display: inline-block;
		vertical-align: top;
	}
	
	.inner-cases .sx-area .sx-select .bc{
		width: calc(100% - 80px);
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.inner-cases .sx-area .sx-select .bc .select_box{
		width: 100%;
	}
	.inner-cases .sx-area .sx-select .bc .select_box span{
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	.inner-cases .sx-area .sx-select .bc .select_box span i{
		line-height: 40px;
	}
	.inner-cases .sx-area .sx-select .bc .son_ul{
		top: 40px;
	}
	
	.inner-cases .sx-area .sx-search{
		width: 100%;
		height: 40px;
	}
	
	.inner-cases .sx-area .sx-search .text{
		line-height: 38px;
		height: 38px;
		padding: 0 15px;
		font-size: 13px;
		width: calc(100% - 38px);
	}
	
	.inner-cases .sx-area .sx-search .button{
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	
	.inner-cases .sx-area .sx-search .button img{
		max-width: 16px;
		max-height: 16px;
	}
	
	.inner-cases .list-area .list-item{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.inner-cases .list-area .list-item .wenzi{
		height: auto;
		min-height: inherit;
	}
	
	
	
	
	.inner-cases .list-area .list-item .wenzi .title{
		font-size: 16px;
	}
		.inner-cases .list-area .list-item .wenzi .neirong{
		font-size: 13px;
	}
	.inner-cases .sx-area .sx-select .bc .son_ul li{
		line-height: 40px;
		font-size: 13px;
	}
	
	.popup-case .popup-case-container .swiper-popupcase{
		padding-bottom: 15%;
	}
	
	.popup-case .popup-case-container .swiper-popupcase .slide-content .case-title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.popup-case .popup-case-container .swiper-popupcase .slide-content .case-info{
		font-size: 14px;
	}
	
	.popup-case .popup-case-container .swiper-button-prev,
	.popup-case .popup-case-container .swiper-button-next{
		top: 30%;
		background-size: 14px auto;
		background-color: #fff;
	}
	
.popup-case .popup-case-container .closeit {
	bottom: -40px;
	width: 30px;
	height: 30px;
	margin-left: -15px;
}
}

/************ 新闻中心 ************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.inner-news .news-list{
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.inner-news .news-list .list-item{
		padding: 10px;
	margin-bottom: 20px;
	}
	.inner-news .news-list .list-item .text{
		padding-left: 20px;
	}
	.inner-news .news-list .list-item .text .info{
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.inner-news{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.inner-news .news-list .list-item .text .title{
		font-size: 14px;
	}
	
	.inner-news .news-list .list-item .text .info{
		display: none;
	}
	.inner-news .news-list .list-item .text .date{
		font-size: 12px;
		margin: 0;
	}
	.inner-news .news-list .list-item .more-link{
		right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	line-height: 16px;
		font-size: 12px;
	}
}

/************** 新闻详情 **************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.inner-news-box{
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.inner-news-box .news-container .bt .title-area{
		width: 100%;
	}
	.inner-news-box .news-container .bt .naviagtion{
		display: none;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	
	
}
@media only screen and (max-width: 479px) {
	.inner-news-box .news-container .bt{
		margin-bottom: 20px;
	}
	
	.inner-news-box .news-container .bt .title-area{
		text-align: center;
	}
	
	.inner-news-box .news-container .bt .title-area .news-title{
		font-size: 18px;
	}
	.inner-news-box .news-container .bt .title-area .news-info{
		font-size: 12px;
	}
	
	.inner-news-box .news-container .bc{
		font-size: 12px;
		margin-bottom: 30px;
	}
	
	.inner-news-box .news-container .bc p{
		margin-bottom: 10px;
	}
	
	.inner-news-box .news-container .bc strong{
		font-size: 13px;
	}
	
	.inner-news-box .news-container .bd{
		padding-top: 15px;
	}
	.inner-news-box .news-container .bd .link{
		font-size: 13px;
	}
}
/********* 产品中心 ***********/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
	.inner-pros{
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.inner-pros .pro-fl{
		margin-bottom: 50px;
	}
	
	.inner-pros .pro-fl .fl-main .fl-main-button{
		display: block;
	}
	.inner-pros .pro-fl .fl-main .fl-main-list{
		display: none;
	}
	.inner-pros .pro-fl .fl-main .fl-main-list.mobi{
		display: block;
		white-space: normal;
		border: none;
	}
	.inner-pros .pro-fl .fl-sub .sub-item{
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 30px;
	}
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.inner-pros .pro-list .list-item{
		width: 48%;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.inner-pros{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.inner-pros .pro-fl{
		margin-bottom: 10px;
	}
	
	.inner-pros .pro-fl .fl-main{
		margin-bottom: 25px;
	}
	
	.inner-pros .pro-fl .fl-main .fl-main-button{
		font-size: 15px;
	}
	.inner-pros .pro-fl .fl-main .fl-main-list .link{
		font-size: 15px;
		margin-right: 20px;
	}
	
	.inner-pros .pro-fl .fl-sub{
		text-align: justify;
	}
	
	.inner-pros .pro-fl .fl-sub:after{
		content: "";
		display: inline-block;
		width: 100%;
		height: 0;
		visibility: hidden;
	}
	
	.inner-pros .pro-fl .fl-sub .sub-item{
		font-size: 13px;
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
		line-height: 40px;
	}
	.inner-pros .pro-list .list-item{
		height: auto;
		width: 100%;
	}
	.inner-pros .pro-list .list-item .img{
		height: 320px;
	}
	.inner-pros .pro-list .list-item .text{
		font-size: 16px;
		height: 60px;
	}
}

/************ 产品中心-详情 ************/
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.inner-pros-box .pro-container .bt{
		display: none;
	}
	.inner-pros-box .pro-container .bc .pp-top .img{
		padding: 0 5% 0 0;
		width: 50%;
	}
	.inner-pros-box .pro-container .bc .pp-top .text{
		width: 50%;
		padding-right: 0;
	}
	.inner-pros-box .pro-container .bc .pp-main .inner-item .pro-anzhuang .csxlsm{
		text-align: left;
	    margin-left:150px;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
	.inner-pros-box .pro-container .bc .pp-top{
		flex-direction: column
	}
	
	.inner-pros-box .pro-container .bc .pp-top .img{
		width: 100%;
		padding: 0 0 5% 0;
	}
	.inner-pros-box .pro-container .bc .pp-top .text{
		 width: 100%;
	}
	.inner-pros-box .pro-container .bc .pp-main .inner-item .pro-spec{
		text-align: left;
	}
	
	.inner-pros-box .pro-container .bc .pp-main .inner-item .pro-spec .spec-item{
		width: 33%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.inner-pros-box .pro-container .bc .pp-main .inner-item .pro-anzhuang .csxlsm{
		text-align: left;
	    margin-left:150px;
	}
}

@media only screen and (max-width: 479px) {
	.inner-pros-box .pro-container .bc .pp-top{
		padding: 0;
	}
	.inner-pros-box .pro-container .bc .pp-top .img img{
		max-width: 80%;
	}
	
	.inner-pros-box .pro-container .bc .pp-top .text .title{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.inner-pros-box .pro-container .bc .pp-top .text .neirong{
		font-size: 14px;
	}
	.inner-pros-box .pro-container .bc .pp-main .inner-item {
	padding: 10% 0;
}
	.inner-pros-box .pro-container .bc .pp-main .inner-item .pro-spec .spec-item .icon{
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.inner-pros-box .pro-container .bc .pp-main .inner-item .pro-spec .spec-item .wenzi{
		font-size: 13px;
	}
	.inner-pros-box .pro-container .bc .pp-main .inner-item .pro-anzhuang{
		font-size: 15px;
	}
	.inner-pros-box .pro-container .bc .pp-main .inner-item .pro-anzhuang .csxlsm{
		text-align: left;
	}
}