img{
	image-rendering: -moz-crisp-edges;
	            image-rendering: -o-crisp-edges;
	            image-rendering: -webkit-optimize-contrast;
	            image-rendering: crisp-edges;
	            -ms-interpolation-mode: nearest-neighbor;
}
.bgbox{
    position: relative;
}
*{
	font-family: "微软雅黑";
}
p{
	font-size: 14px;
}
.product{
	display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
		margin-bottom: 12px;
}
.product>div{
	width: 32%;
	    padding: 0px;
	    box-sizing: border-box;
	    border: 1px solid;
	    text-align: center;
	    margin-bottom: 18px;
}
.product>div img{
	width:100%;
}
.product>div>p{
	    background-color: #F5602A;
	    color: white;
	    text-align: center;
	    border-radius: 20px;
	    display: inline-block;
	    padding: 2px 20px;
	    position: relative;
	    top:-20px;
}

.conbox{
   width: 1200px;
       top: -190px; 
}
.l_txt0{
	width: 70%;
}
img{
	display: block;
}
.l_txt0 p{
	line-height: 27px;
	margin: 0;
	
}
.first{
	width: 120px;
	margin: 0 auto;
	display: block;
}
.box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 80px;
}
.box>img{
	    width: 40%;
	    height: fit-content;
}
.jy{
	width: 230px;
	margin: 50px auto;
	
}
.tj{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jy2{
	width: 357px;
}
.tj img{
	width: 32%;
	margin-bottom: 14px;
}
h2{
    position: relative;
    border: none;
    margin: 37px 0;
    padding: 0;
}
.box p:nth-child(1){
	font-size: 18px;
	color: #F77A49;
	font-weight: 600;
}
.box p:nth-child(2){
	font-size: 16px;
	margin-bottom: 30px;
}
.box p:nth-child(3){
	color: #F77A49;
	font-size: 14px;
}
.box p:nth-child(4){
	margin-bottom: 80px;
}
.box p:nth-child(5){
	margin-bottom: 20px;
}
.box p:nth-child(6){
	color: #F77A49;
}

.g{
    width: 100%;
    margin: 20px 0px;
}
.vbox{
    display: flex;
    justify-content: space-around;
    margin: 85px 0px;
}
.vbox img{
    width: 20%;
}
.vbox2 img{
    width: 35%;
}
.j{
    padding-bottom: 100px;
}
.p2>div{
	border: none;
}
.p2>div>p{
	color: #F5602A;
	background: none;
	top:0;
}
.jy3{
	width: 60%;
	margin: 30px auto;
}
.jj{
    padding-bottom: 150px;
}
body{
    background-color: #FDF8F8;
}
article{
	display: flex;
	    justify-content: space-between;
	    margin: 80px 0;
	    align-items: center;
}
article p:nth-child(1){
	    font-size: 18px;
	    color: #F5602A;
}
article p:nth-child(2){
	    font-size: 16px;
	    color: #F5602A;
	    margin-bottom: 20px;
}
.gzh{
	color: #F5602A;
}
.pst{
	    margin: 80px 0 40px 0;
}
article img{
	width: 45%;
}
@media screen and (min-width: 768px) and (max-width: 1400px){
	.conbox, header, .target>div, footer {
		width: 80%;
	}
	.l_txt0{
		width: 80%;
	}
}
@media screen and (max-width: 768px){
	.al p{
		text-align: center;
	}
	article p:nth-child(1){
		font-size: 0.18rem;
	}
	article p:nth-child(2){
		font-size: 0.16rem;
	}
	.pst{
		    margin: 0.4rem 0 0.2rem 0;
	}
	article img{
		width: 100%;
		margin-top: 0.5rem;
	}
	article{
		margin: 0.5rem 0;
		display: block;
	}
	.p2{
		width: 100% !important;
	}
	.product>div>p{
		font-size: 0.12rem;
		    padding: 0.03rem 0.15rem;
	}
	.product>div{
		width: 48%;
		    padding: 0.1rem;
	}
	.tj img{
		width: 47.5%;
		margin-bottom: 0.14rem;
	}
	.jy{
		    width: 55%;
		    margin: 0.3rem auto;
	}
	.jy2{
		width: 82%;
	}
	.box p:nth-child(1){
		font-size: 0.18rem;
		margin-top: 0.2rem;
	}
	.box p:nth-child(2){
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
	.box p:nth-child(3){
		font-size: 0.14rem;
	}
	.box p:nth-child(4){
		margin-bottom: 0.3rem;
	}
	.box>img{
		width: 50%;
		margin: 0 auto;
	}
	.l_txt0{
		width: 90%;
	}
	.first{
		width: 30%;
	}
	.box{
		display: block;
		padding-top: 0.4rem;
	}
    .conbox{
        width: 100%;
        position: inherit;
        padding-top: 12px;
    }
   .j{
        padding-bottom: 33px !important;
    }
    .vbox{
        margin: 35px 0px;
    flex-wrap: wrap;
       
    }
    .vbox img{
        width: 34%;
        margin-bottom: 10px;
    }
    .jj{
        padding-bottom: 50px !important;
    }
    .vbox2 img{
        width: 70%;
        margin-bottom:31px;
    }
}