.swiper-container1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

:root{
	--swiper-theme-color: #f6c02e!important;
}

.swiper-pagination-bullet{
	width: 12px!important;
	height: 12px!important;
}

.bannerbox {
	overflow: hidden;
}

/* 产品中心 */

.bg-grey {
	width: 100%;
	height: auto;
	padding: 60px 0;
	background: url(../img/cpbj.jpg)no-repeat center top;
	background-attachment: fixed;
}

.content {
    width: 100%;
	max-width:1600px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 0 60px;
}

h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
}

h2.title:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #0c9;
	bottom: 0;
	content: '';
}

p.subtitle {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.tab-block {
	width: 100%;
	background-color: #FFF;
}


.tab-block .tab-buttons {
	width: 100%;
	background-color: #333;
	margin-bottom: 20px;
}

.tab-block .tab-buttons .tab-button {
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	cursor: pointer
}

.tab-block .tab-buttons .tab-button h1{
	line-height: 48px;
}

.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #333;
	line-height: 48px;
}

.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #f6c02e;
}

.tab-block .tabs {
	width: 100%;
}

.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	display: none
}

.tab-block .tabs .tab-item.active {
	display: block
}

.information-tab .information-left {
	width: 500px;
	height: 340px;
	overflow: hidden;
	position: relative;
	float: left;
}

.information-tab .information-left img {
	width: 100%;
	height: auto
}

.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 14px
}

.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width: 400px;
	float: left;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	width: 640px;
	height: 340px;
	float: right;
}

.information-tab .information-right .article-list {
	padding-top: 20px
}

.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}

.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px
}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 450px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number, .information-tab .information-right .article-list:nth-of-type(2) .article-number, .information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #333
}

.information-tab .information-right .article-list.current .article-link {
	background-color: #fafafc;
	padding: 20px
}

.information-tab .information-right .article-list.current .article-number {
	background-color: #0c9!important
}

.information-tab .information-right .article-list.current .article-title {
	color: #0c9
}

.information-tab .information-right .article-list.current .article-content {
	display: block
}

.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}

.cpzx-bt{
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.cpzx-bt p{
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
}

.cpzx-bt{
	font-size: 24px;
    line-height: 48px;
    padding-bottom: 14px;
    position: relative;
}

.cpzx-bt::before{
	position: absolute;
    content: "";
    display: block;
    background-color: #f6c02e;
    bottom: 0;
    left: calc(50% - 32px);
    width: 64px;
    height: 6px;
}

.cp-img{
overflow: hidden;

}

.cp-img img{
	transition: all 1s;
}

.cp-box{
	float: left;
	width: calc((100% - 150px) / 5);
	margin: 15px;
	box-shadow: 0px 0px 0.91px 0.09px rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	overflow: hidden;
	transition: all .5s;
	position: relative;
	top: 0;
}

.cp-box:hover img{
	transform: scale(1.2);
}

.cp-box:hover {
	top: -10px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.cpzx-img{
	padding: 0 30px 30px 30px;
}


.cp-mz h1{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 34px;
}

.cp-mz{
	background-color: rgba(51, 51, 51, .8);
	position: absolute;
	bottom: -34px;
	left: 0;
	height: 34px;
	width: 100%;
	transition: all 1s;
}

.cp-box:hover .cp-mz{
	bottom: 0;
}

.cp-box a{
	display: block;
}

.cp-ck{
	text-align: center;
	padding: 30px 0;
}

.cp-ck a{
	display: block;
	width: 148px;
	line-height: 48px;
	font-size: 16px;
	background-color:#f6c02e;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 24px;
	margin: 0 auto;
	margin-top: 30px;
	transition: all 1s;
}

.cp-ck a:hover{
	background-color:#333 ;
}

.about-box{
	padding: 60px 0;
	background: url(../img/abou-1.jpg)no-repeat center top;
}

.about-bt p{
	color: #333;
	font-size: 36px;
	font-weight: 600;
}

.about-bt h1{
	font-size: 24px;
	line-height: 48px;
	padding-bottom: 14px;
	position: relative;
}

.about-bt h1::before{
	position: absolute;
	content: "";
	display: block;
	background-color:#f6c02e ;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 6px;
}

.about-bt h2{
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.about-wz{
	z-index: 2;
	padding: 30px 50px;
	border-radius: 20px;
	background-color:#f5f5f5;
	position: relative;
	margin-top: 90px;
	right: -104px;
}

.about-img{
width: 50%;	
float: left;
overflow: hidden;
}

.about-img img{
	transition: all 10s;
}

.about-1:hover img{
	transform: scale(1.2);
}


.about-wz h1{
	font-size: 24px;
	font-weight: 600;
	line-height: 72px;
}

.about-wz p{
	font-size: 15px;
	line-height: 40px;
	text-align: justify;
}

.about-zz{
	width:50%;
	float: left;
}

.gs-1{
	text-align: center;
	float: left;
	width: 25%;
	position: relative;
}

.gs-1 span:nth-child(1){
	font-size: 48px;
	font-weight: 600;
	color:#f6c02e ;
}

.gs-1 span:nth-child(2){
	font-size: 20px;
	top: 0;
	right: 0;
	position: absolute;
}

.gs-1 h1{
	font-size: 18px;
}

.gs-ry{
	margin-top: 93px;
}

.zl-1{
	font-weight: 600;
	right: 24%!important;
}

.map-box {
	width: 70%;
	float: left;
}

.lxwm-box{
	background-color: #333;
	padding: 80px 0;
}

.lxwm-wz{
	width:calc(30% - 80px);
	float: left;
	margin-left: 80px;
	color: #fff;
	margin-top: 30px;
}


.lxwm-wz p{
	color: #fff;
}

.lx-1 li img{
	float: left;
	width: 5%;
	margin-top: 3px;
}

.lx-1 li{
margin-top: 30px;	
}

.lx-1 li p{
	float: left;
	width: calc(90% - 10px);
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}

.lx-1{
	margin-top: 100px;
}

.footer-1 ul li{
	width: calc(100% / 6);
	float: left;
}

.footer-1 ul li a{
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 42px;
	color: #666;
}

.footer-1 ul li a:nth-child(1){
	font-weight: 600;
	font-size: 16px;
	color: #333;
}

.ewm-box{
	width: 180px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}

.footerbox{
	background-color: #fcfcf9;
	padding: 60px 0;
}

.ewm-box p{
font-size: 16px;
text-align: center;	
line-height: 48px;
}

.bq-1{
	width: 250px;
	margin: 0 auto;
}

.bq p{
	text-align: center;
	font-size: 15px;
	line-height: 42px;
	color: #666;
}

.bq{
	padding: 20px 0;
	background-color: #333;
}


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

.about-wz{
	margin-top:48px ;
}

.about-wz p{
	line-height: 32px;
}

.gs-ry{
	margin-top: 32px;
}

.lxwm-wz{
	margin-top: 0;
}

.lx-1{
	margin-top: 88px;
}

.gs-1 span:nth-child(1){
	font-size: 40px;
}

.gs-1 h1{
	font-size: 16px;
}

}

@media only screen and (max-width: 640px){
	.bg-grey{
		padding: 30px 0;
	}

	.cpzx-bt p{
		font-size: 20px;
		line-height: 32px;
	}

	.cpzx-bt h1{
		font-size:18px ;
		line-height: 32px;
	}

	.cpzx-bt::before{
		height: 2px;
	}

	.content{
		padding: 0 10px;
	}

	.tab-block .tab-buttons .tab-button{
		line-height:44px;
		font-size: 12px;

	}

	.tab-block .tab-buttons{
		height: 44px;
		overflow: hidden;
	}

	.tab-block .tab-buttons .tab-button.cur h1{
		line-height: 44px;
		font-size: 12px;
	}

	.cpzx-img{
		padding: 0 10px 10px 10px;
	}

	.cp-box{
		width: calc((100% - 20px) / 2);
		margin: 5px;

	}

	.tab-block .tab-buttons{
		margin-bottom: 10px;
	}


	.cp-ck a{
		margin-top: 0px;
		line-height: 44px;
		font-size: 14px;
	}

	.about-bt p{
		font-size: 20px;
	}
	

	.about-bt h1{
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 6px;
	}

	.about-box{
		padding: 30px 0;
	}

	.about-bt h2{
		font-size: 14px;
		margin-top: 12px;
	}

	.about-bt h1::before{
		height: 2px;
	}

	.about-img{
		width: 100%;
	}

	.about-wz{
		right: 0;
		padding: 10px;
		margin-top: 18px;
	}

	.about-zz{
		width: 100%;
	}

	.about-wz h1{
		font-size: 18px;
		line-height: 48px;
	}

	.gs-1 span:nth-child(1){
		font-size: 20px;
	}

	.gs-ry{
		margin: 20px 0;
	}

	.map-box{
		width: 100%;
	}

	.lxwm-wz{
		width: 100%;
		margin-left: 0;
	}

	.lx-1{
		margin-top: 0px; 
	}

	.lxwm-box{
		padding: 30px 0;
		position: relative;
	}

	.map-box{
		position: absolute;
		top: 80px;
		left: 0;
		opacity: .3;
	}

	.map-box img{
		height: 100%;
	}

	.footer-1 ul li:nth-child(1){
		width: 100%;
	}

	.footer-1 ul li{
		width: 50%;
	}
	.footer-1 ul li:nth-child(2){
		display: none;
	}

	.footer-1 ul li:nth-child(3){
		display: none;
	}

	.footer-1 ul li:nth-child(4){
		display: none;
	}

	.footer-1 ul li:nth-child(5){
		display: none;
	}

	.footer-1 ul li:nth-child(6){
		display: none;
	}

	.footerbox{
		padding: 30px 0;
	}




















}
