@charset "utf-8";
/* CSS Document */
.go_baoming {
	position:absolute;
	right:10%;
	top:70px; 
	background:#bd273a url(../images/baoming.png) 30px center no-repeat;
	background-size:33px 24px; 
	padding-left:80px;
	line-height:55px;
	width:200px;
	height:55px;
	z-index:6;
}
.go_baoming a{ display:block; font-size:18px; color:#FFFFFF;}

.fixtop {
	top:70px;
	position:fixed;
}
.honor_honor{
	padding:1.2rem 0;
}
.honor_tit {
	line-height:0.6rem;
	font-size:0.42rem;
	font-weight:bold;
	text-align:center;
}
.about_desc {
	line-height:0.36rem;
	font-size:0.2rem;
	text-align:center;
	margin-top:0.3rem;
}
.pxt{
	display:flex;
}
.pxt_item {
	color:#9c9c9c;
	border:#9c9c9c solid 2px;
	border-radius:0.24rem;
	display:block;
	width:16%;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
	font-size:0.24rem;
	line-height:0.56rem;
	cursor:pointer;
}
.pxt .active {
	color:#f74042;
	border:#f74042 solid 2px;
}
.knx_why h2,.knx_px_text h2 {
	font-size:0.24rem;
	
}
.knx_why h2{
   margin:0.60rem;
   text-align:center;
}
.knx_why_c,.knx_px{
	display:flex;
	flex-flow:row wrap;
}
.knx_why_item {
	text-align:center;
	width:50%;
}
.knx_why_item .pic img {
	width:56px;
	display:block;
	margin:0 auto;
	margin-bottom:0.1rem;
}
.knx_why_item .text {
	width:60%;
	font-size:0.18rem;
	line-height:0.3rem;
	margin:0 auto;
}
.knx_px_pic {
	width:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.knx_px_text {
	width:50%;
	font-size:0.18rem;
	line-height:0.3rem;
}
.knx_px_text p {
	margin-top:0.4rem;
}
.mtop8{margin-top:0.8rem !important;}
.mtop5{margin-top:0.5rem !important;}
.mtop3{margin-top:0.3rem !important;}
.about_three{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.about_three figure {
	width:25%;
	margin:0 1%;
	text-align:center;
	font-size:0.16rem;
}
.about_three figure .numc{
	font-size:0.56rem;
}
.about_three figure .numc span{
	font-size:0.24rem;
	margin-left:0.1rem;
}
.yw_tit {
	margin-bottom:0.2rem; 
	font-size: 0.24rem;
	line-height:0.3rem;
}
.pxt_content {
	padding-top:0.4rem;
}
.pxt_wu {
	display:none;
}
.pxt_content .active {
	display:block;
}
.pxt_w,.changjing_c,.lm_yiwu{
    display:flex;
	flex-flow:row wrap;
	justify-content:space-between;}
.pxt_w {
	box-shadow:0 0 8px 0 rgba(0, 0, 0, .6);
	position:relative;
	margin-top:0.5rem;
	padding:0.6rem 0;
	border-radius:0.24rem;
}
.pxt_w::before {
content:'';
display:block;
position:absolute;
top:-28px;
margin-left:-14px;
left:8%;
width:0;
height:0;
border-right:28px solid transparent;
border-left:28px solid transparent;
border-bottom:28px solid #fff;
filter: drop-shadow(1px -3px 2px rgba(0, 0, 0, .3));
}
.pxt_wu:nth-child(2) .pxt_w::before {
left:28%;
}
.pxt_wu:nth-child(3) .pxt_w::before {
left:48%;
}
.pxt_wu:nth-child(4) .pxt_w::before {
left:68%;
}
.pxt_wu:nth-child(5) .pxt_w::before {
left:88%;
}
.pxt_texts {
	font-size:0.22rem;
	line-height:0.45rem;
	width:32%;
	margin:0 9%;
}

.changjing_c figure {
    width: 32%;
    margin-top: 0.5rem;
    box-shadow: 0 0px 20px -2px rgba(0, 0, 0, .1);
}
.px_tit {
	text-align:center;
	line-height:0.3rem; 
	padding:0.25rem 0.1rem;
	font-size:0.18rem;
}
.lm_yiwu figure {
    width: 46%;
    background: url(../images/icon/yw1.png) left top no-repeat;
}
.knx figure {
    background: url(../images/icon/knx1.png) left top no-repeat;
}
.knx figure:nth-child(2) {
background:url(../images/icon/knx2.png) left top no-repeat;
}
.knx figure:nth-child(3) {
background:url(../images/icon/knx3.png) left top no-repeat;
}
.knx figure:nth-child(4) {
background:url(../images/icon/knx4.png) left top no-repeat;
}
.knx figure:nth-child(5) {
background:url(../images/icon/knx5.png) left top no-repeat;
}
.lm_yiwu figure .text {
	padding:0 0 0 45px;
	font-size:0.16rem;
	line-height:0.32rem;
}
.tuandui .swiper-container{ margin:0 50px;}
.tuandui .swiper-slide {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(.9);
    margin-top: 50px;
    margin-bottom: 50px;
	border-radius:8px;
    box-shadow:0 2px 6px rgba(0, 0, 0, .3);
    box-shadow:0 4px 20px 0 rgba(0, 0, 0, .3)
}
.tuandui  .swiper-slide-active, .tuandui  .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1002;
    top:0px;
}
.tuandui .swiper-slide img{ 
   width:100%; border-radius:8px;
}
.layer-mask {
    width: 100%;
    padding: 10px 0;
    transition: all .5s;
    background: rgba(255, 255, 255, .5);
    border-radius: 0 0 8px 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}
.ds_text{ width:100%; text-align:center; font-size:18px; }
.ds_text .ds_tit{ font-size:28px; line-height:50px;}
.ds_texta{ display:none;}
.tuandui .swiper-slide-active .layer-mask {
	padding:20px 0;
}
.tuandui .swiper-slide-active .layer-mask .ds_texta{
	display:block; 
	width:50%; 
	padding-left:2%; 
	line-height:26px;
	border-left:#000000  dashed 1px;   
	font-size:12px;
}
.tuandui .swiper-slide-active .layer-mask .ds_text{
	 width:45%; display:flex; flex-direction:column;
	justify-content:center;  font-size:14px;
}
.tuandui .swiper-slide-active .layer-mask .ds_text .ds_tit{ font-size:20px; line-height:40px;}
.tuandui .button {
    width: 100%;
    top: 50%; 
	margin-top: -15x;
	height:30px; 
    position:absolute;
    z-index: 12;
}
.tuandui .swiper-button-prev, .tuandui .swiper-button-next{background:none; width:46px; height:30px;  margin-top: -15x;}









.knx-search{ width:500px; margin:0 auto; margin-top:50px;}
.knx-search-f{ display:flex;}
.knx-search-f .txt{border:#c6c6c6 solid 1px; line-height:36px; width:calc(100% - 50px); padding:3px 8px; font-size:14px; border-radius:4px  0 0 4px;}
.knx-search-f button{background:#bd273a;
	color:#FFFFFF; 
	display:block;
	width:50px; 
	padding:3px 8px;
	line-height:36px;
	font-size:14px;    
	border-radius:0 4px 4px 0;
	border:#bd273a solid 1px; 
	cursor:pointer;}
.knx-search-f button:hover{
	background:#fb6264;
}


@media screen and (max-width:1300px) {
.go_baoming {
	right:5%;
	top:60px; 
}
}

@media screen and (max-width: 1105px){
.tuandui .swiper-slide-active, .tuandui .swiper-slide-duplicate-active {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    z-index: 1002;
    top: 0px;
}
.tuandui .swiper-slide {
    box-shadow:0 0 0 rgba(0, 0, 0, .3);
    box-shadow:0 0 0 0 rgba(0, 0, 0, .3)
}
.tuandui .swiper-container {
    margin: 0 10px;
}
}
@media screen and (max-width:780px) {
.strength {
    padding-top: 0.8rem;
}
.pxt_item {
    border-radius: 0.2rem;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 0.20rem;
    line-height: 0.5rem;
}
.pxt_w::before {
    top: -14px;
    margin-left: -7px;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #fff;
}
.honor_honor{
 padding:0.8rem 0;
}
.knx_why_item,.knx_px_pic,.knx_px_text{ width:100%;}
.knx_why_item:nth-child(n+2), .knx_px_text, .pxt_texts:nth-child(n+2) {
    margin-top: 0.3rem;
}
.pxt_texts {
    width: 88%;
    margin: 0 6%;
}
.changjing_c figure{
    width: 48%;
}
}
@media screen and (max-width:680px) {
.lm_yiwu figure{
    width: 100%;
}
.tuandui .swiper-slide {
    margin-top: 0px;
}
.knx-search{ width:85%;}
.button {
    width: 90%;
    top: -50px;
    z-index: 12;
    position: relative;
}
}
@media screen and (max-width:480px) {
.changjing_c figure{
    width: 100%;
}
.honor_tit{ font-size:30px;}
}
