
@import "page.css";
#product{ width:100%; padding:60px 0}
#product .about{ border: 1px solid #e8edf2; padding:40px;display:flex;justify-content:space-between;align-items:start;}
#product .about .img{ width:30%}
#product .about .img img{ width:100%}
#product .about .info{ width:65%}
#product .about .info h1{ font-size:28px; font-weight:normal}
#product .about .info .intro{ color:#686f88; line-height:24px; margin-top:20px}
#product .about .info .edition{margin-top:20px;display:flex;justify-content:flex-start;align-items:start; color:#686f88}
#product .about .info .edition .list{display:flex;justify-content:flex-start;align-items:center;margin-left:15px;}
#product .about .info .edition .list span{ margin-right:8px; border:1px solid #e8edf2; padding:1px 20px; cursor:pointer}
#product .about .info .edition .list span:hover{ border: 1px solid #206ae4}
#product .about .info .edition .list span.active{border: 1px solid #206ae4; color:#206ae4; background:url(../image/check_jiao.png) no-repeat right bottom; background-size:16px auto}
#product .about .info .tese{margin-top:20px; line-height:24px;display:flex;justify-content:flex-start;align-items:start; color:#686f88}
#product .about .info .tese .list{ margin-left:15px;}
#product .about .info .buy{ border-top:1px solid #e8edf2; margin-top:20px; padding-top:20px;display:flex;justify-content:flex-start;align-items:center;}
#product .about .info .buy .button a{ background:#206ae4; display:block; padding:8px 30px; color:#fff}
#product .about .info .buy .tel{ margin-left:40px;display:flex;align-items:center;}
#product .about .info .buy .tel i{ color:#206ae4}
#product .about .info .buy .tel span{ margin-left:5px}
#product .about .info .buy .tel span.num a{ font-weight:bold; color:#206ae4; font-size:16px}
#product .about .info .buy .wchat{ margin-left:40px}
#product .about .info .buy .wchat i{ color:#2faa18; font-size:16px}

#product .adv{ background:#f7f9fa; padding:20px;display:flex;justify-content:space-between;align-items:start; border:1px solid #e8edf2; border-top:none}
#product .adv .item{ width:25%; text-align:center}
#product .adv .item i{ margin-right:5px; font-size:16px}

#product .pro_info{margin-top:20px;display:flex;justify-content:space-between;align-items:start}
#product .pro_info .left{border:1px solid #e8edf2;width:calc(100% - 320px)}
#product .pro_info .left .t{border-bottom:1px solid #e8edf2;display:flex;justify-content:flex-start;align-items:center}
#product .pro_info .left .t span{font-size:16px;padding:15px 40px;position:relative}
#product .pro_info .left .t span::before{content:'';display:block;width:1px;height:16px;background-color:#e8edf2;position:absolute;left:-1px;bottom:20px}
#product .pro_info .left .t span.active{font-weight:700;color:#206ae4;border-right:1px solid #e8edf2}
#product .pro_info .left .t span.active::after{content:'';display:block;width:calc(100% + 1px);height:4px;background-color:#206ae4;position:absolute;top:-1px;left:-1px}
#product .pro_info .left .content{padding:40px;font-size:16px;line-height:200%}
#product .pro_info .left .content img{max-width:80%}
#product .pro_info .left .tedian{padding:30px 0 80px;text-align:center}
#product .pro_info .left .tedian img{max-width:80%}
#product .pro_info .right{width:300px}
#product .pro_info .right .pro_img{padding:20px;border:1px solid #e8edf2}
#product .pro_info .right .pro_img .list{ position:relative;}
#product .pro_info .right .pro_img .list .swiper-slide{position:relative;}
#product .pro_info .right .pro_img .list .swiper-slide img{width:100%}
#product .pro_info .right .pro_img .list .swiper-slide p{position:absolute;left:0;top:0;background:rgba(0,0,0,.5);color:#fff;padding:2px 10px;width:100%;}
#product .pro_info .right .pro_img .button{margin-top:10px}
#product .pro_info .right .pro_img .button a{background:#206ae4;display:block;padding:8px 30px;color:#fff;text-align:center}
#product .pro_info .right .dz{padding:20px;background:url(../image/pro_right_bg.png) right top no-repeat #e8edf2;margin-top:20px}
#product .pro_info .right .dz .tisp{padding-top:140px}
#product .pro_info .right .dz .tisp i{color:#206ae4}
#product .pro_info .right .dz .form_box .item{margin-top:15px}
#product .pro_info .right .dz .form_box .item .text{background:#fff;border:0;line-height:40px;text-indent:10px;width:100%}
#product .pro_info .right .dz .form_box .button{margin-top:15px}
#product .pro_info .right .dz .form_box .button .btn{background:#206ae4;display:block;line-height:40px;color:#fff;width:100%;border:0}
#product .pro_info .right .dz .tel{margin-top:10px}
#product .pro_info .right .dz .tel i a{color:#206ae4}

@media (max-width:960px){
	
}
@media (max-width:800px){
	body,html{font-size:.21rem;line-height:.34rem;}

	#product{padding:.5rem 0}
	#product .about{ border:0; padding:0;display: block;}
	#product .about .img{ width:100%}
	#product .about .img img{ width:100%}
	#product .about .info{ width:100%; margin-top:.3rem}
	#product .about .info h1{ font-size:.26rem;}
	#product .about .info .intro{ font-size:.21rem;line-height:.34rem; margin-top:.2rem}
	#product .about .info .edition{margin-top:.2rem;}
	#product .about .info .edition .t{ width:1.2rem}
	#product .about .info .edition .list{ width:calc(100% - 1.3rem);margin-left:.1rem;flex-wrap:wrap;gap:.1rem .2rem}
	#product .about .info .edition .list span{ margin-right:0; padding:.04rem 0; width:calc((100% - .4rem) / 3); text-align:center}
	#product .about .info .tese{margin-top:.2rem; line-height:.34rem;}
	#product .about .info .tese .t{ width:1.2rem}
	#product .about .info .tese .list{width:calc(100% - 1.3rem);margin-left:.1rem;}
	#product .about .info .buy{ margin-top:.3rem; padding-top:.3rem; display:block}
	#product .about .info .buy .button a{ background:#206ae4; padding:.2rem 0; display:block; text-align: center}
	#product .about .info .buy .tel{ text-align:center; display:block; margin-top:.2rem}
	#product .about .info .buy .tel span{ margin-left:.05rem}
	#product .about .info .buy .tel span.num{font-size:.24rem}
	#product .about .info .buy .wchat{ display:none}
	#product .adv{padding:.25rem;flex-wrap:wrap; border-top:1px solid #e8edf2; margin-top:.2rem;gap:.2rem 0}
	#product .adv .item{ width:50%}
	#product .adv .item i{ margin-right:.05rem; font-size:.24rem}

	#product .pro_info{margin-top:.2rem;display: block;}
	#product .pro_info .left{border:0;width:100%}
	#product .pro_info .left .t{border-bottom:1px solid #e8edf2;}
	#product .pro_info .left .t span{font-size:.26rem;padding:.2rem 0;}
	#product .pro_info .left .t span::before{ display:none}
	#product .pro_info .left .t span.active{font-weight:700;color:#206ae4;border-right:0}
	#product .pro_info .left .t span.active::after{display:none}
	#product .pro_info .left .t span+span{ display:none}
	#product .pro_info .left .content{padding:.3rem 0;font-size:.24rem;line-height:180%}
	#product .pro_info .left .content img{max-width:100%}
	#product .pro_info .left .tedian{padding:.3rem 0 .8rem;}
	#product .pro_info .left .tedian img{max-width:100%}
	#product .pro_info .right{width:100%}
	#product .pro_info .right .pro_img{padding:0}
	#product .pro_info .right .pro_img .list .swiper-slide p{padding:.1rem .2rem;}
	#product .pro_info .right .pro_img .button{margin-top:.1rem}
	#product .pro_info .right .pro_img .button a{padding:.2rem 0;}
	#product .pro_info .right .dz{ display:none}
}