body {font-family:'SourceHanSansCN-Regular', sans-serif;}

/* Style the tab */
div.tab {
    overflow: hidden;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
	margin-bottom: 40px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
   /* padding: 19px 1px; */
   width: 140px;
   height: 34px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color:;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: ;
}

div.tab button.active .ct{
  display: block;
}

div.tab button.active .ct2{
  display: none;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding:unset;
    border: unset;
    border-top: none;
}



/* 产品 */
.cp{
	width: 100%;
	height: auto;
	background: url(../../images/wing/cpbg.png)no-repeat center center;
	background-size: cover;
	padding-top: 156px;
	padding-bottom: 100px;
}

.cpk{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.cptitle{
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 50px;
}


.cptitlek1{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}

.cptitlek2{
	font-size: 16px;
	padding-top: 15px;
	margin-left: 15px;
	color: #ffffff;
}

.ct{
	display: none;
}

.ctimg{
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 4px;
}

.cpswiperk{
	position: relative;
}

.cpswiperk .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../../images/wing/NEXI.png);
	background-size: cover;
	width: 110px;
	height: 14px;
    right: -138px;
    left: auto;
}


.cpswiperk  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../../images/wing/PREW.png);
	background-size: cover;
	width: 110px;
	height: 14px;
    left: -138px;
    right: auto;
}

.cpsmain{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 75px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 45px;
}

.cpsimg{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 65px;
}

.cpsimg img{
	width: auto;
	height:120px;
}

.cpstitle{
	font-size: 16px;
	color: #333333;
}

.cpsdesc{
	    font-size: 14px;
		line-height: 28px;
		color: #989898;
		margin-top: 15px;
}

@media (max-width:1500px) {
	.cpswiperk .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    background: url(../../images/wing/NEXI.png);
		background-size: cover;
		width: 110px;
		height: 14px;
	    right: 0px;
	    left: auto;
	}
	
	
	.cpswiperk  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background: url(../../images/wing/PREW.png);
		background-size: cover;
		width: 110px;
		height: 14px;
	    left: 0px;
	    right: auto;
	}
}


@media (max-width:1250px) {
	.cpk {
	    width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	    height: auto;
	    margin: 0 auto;
	}
}

@media (max-width:767px) {
	.cpsmain{
		width: 100%;
		background-color: #FFFFFF;
		padding-top: 20px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 20px;
	}
	
	.cpswiperk .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    background: url(../../images/wing/NEXI.png);
		background-size: cover;
		width: 110px;
		height: 14px;
	    right: 0px;
	    left: auto;
		display: none;
	}
	
	
	.cpswiperk  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		background: url(../../images/wing/PREW.png);
		background-size: cover;
		width: 110px;
		height: 14px;
	    left: 0px;
	    right: auto;
		display: none;
	}
	
	.cp {
	    width: 100%;
	    height: auto;
	    background: url(../../images/wing/cpbg.png)no-repeat center center;
	    background-size: cover;
	    padding-top: 30px;
	    padding-bottom:30px;
	}
	
	.cptitle {
	    width: 100%;
	    height: auto;
	    display: flex;
	    margin-bottom:5px;
	}
	div.tab {
	    overflow: hidden;
	    margin-bottom: 25px;
	}
	.cptitlek1 {
	    font-size: 25px;
	    color: #ffffff;
	    font-weight: bold;
	}
	.cptitlek2 {
	    font-size: 16px;
	    padding-top: 10px;
	    margin-left: 15px;
	    color: #ffffff;
	}
	.cpsimg {
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    margin-bottom: 20px;
	}
	.cpsimg img {
	    width: 100%;
	    height: auto;
	}
	
	
	div.tab button {
	    background-color: inherit;
	    float: left;
	    border: none;
	    outline: none;
	    cursor: pointer;
	    /* padding: 19px 1px; */
	    width: auto;
	    height: auto;
	    transition: 0.3s;
	    font-size: 14px;
	    display: flex;
	    align-items: unset;
	    justify-content: unset;
	    margin-top: 10px;
	    margin-right: 15px;
	}
	
	.ctimg {
	    width: 16px;
	    height: 16px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin-right: 10px;
	    margin-bottom: 4px;
	    margin-top: 8px;
	}
	
}