/*
1919px [1920×1080]
*/
@media only screen and (max-width: 1919px) {

}
/*
1800px 过渡尺寸
*/
@media only screen and (max-width: 1800px){
html{ font-size: 90px; }
}
/*
1680px [1680×1050]
*/
@media only screen and (max-width: 1680px) {
html{ font-size: 80px; }

}

/*
1500px 过渡尺寸
*/
@media only screen and (max-width: 1500px) {

}
/*
1600px [1600×900]
*/
@media only screen and (max-width: 1600px) {


}

/*
1440px [1400×900]
*/
@media only screen and (max-width: 1440px) {


}

/*
1400px 过渡尺寸
*/
@media only screen and (max-width: 1400px) {
html{ font-size: 70px; }
}


/*
1366px [1366×768]
*/
@media only screen and (max-width: 1366px) {

}

/*
1280px [1280×1024] [1280×800]
*/
@media only screen and (max-width: 1280px) {



}
/*
1200px 过渡尺寸
*/
@media only screen and (max-width: 1200px) {
	body{ font-size: 14px; }
html{ font-size: 60px; }
.w1200{ width: 96%; }
.top{ display: none; }
.dian{ height: 50px; }
.sp_header{ display: block; }
span.spanpagelist{ display:none}
span.spanpagejump{ display:none}
.page_fy a {padding: 5px 10px; border: #eee 1px solid;}
.n_dh {

	white-space: nowrap;
	/*设置横向滚动*/
	overflow-x: scroll;
	/*禁止纵向滚动*/
	overflow-y: hidden;
	/*设置边距改变效果为内缩*/
	box-sizing: border-box;
}

.n_dh::-webkit-scrollbar {display: none;}
.banner .swiper-button-next, .banner .swiper-button-prev{ display: none; }

.shuzi ul li .con .num{ font-size: 26px; }
.pic_list li .con{ position: relative; left: auto; top: auto; z-index: 3; opacity: 1; background: none }
.pic_list li .con .text{ color: #333; }
.pic_list li .con .text h3{ margin:20px auto 10px auto; }
.pic_list li .con .text em{ background: #8A3936; color: #fff; }
.pic_list2 li .con .text{ padding:20px 30px; }
}

/*
1100px 过渡
*/
@media only screen and (max-width: 1100px) {


}

/*
1024px [1024×768] ipad1 ipad2 ipad mini 手机端开始
*/
@media only screen and (max-width: 1024px) {

}

/*
1000px 过渡
*/
@media only screen and (max-width: 1000px) {


}

/* 900px 过渡 */
@media only screen and (max-width: 900px) {


}

/* 800px 竖屏 安卓平板 */
@media only screen and (max-width: 800px) {

.about p{ width: 90%; }
.pj_box{ width: 100%; }
.index_dh2{ width: 100%; }
.shuzi ul{ width: 650px; max-width: 96%; }
}

/* 768px 竖屏 ipad mini */
@media only screen and (max-width: 767px) {
.tong_connr img{ width: auto!important; height: auto!important; display: block; }
.banner .text p{ display: none }

.banner .text em{ margin-top: 30px; }
.shuzi ul li .con{ width: 150px; height: 150px; }

.shuzi ul { grid-template-columns: repeat(1, minmax(0px, 1fr)); gap:20px;}
.shuzi ul li .con .text{ font-size: 12px; }
.pic_list,.shili_list,.pic_list1{ display: block; }
.pic_list li,.shili_list li,.pic_list1 li{ margin-bottom:20px; }
.pic_list2 li em{ width: 100%; }
.box1{ background-image: none!important; }
.wp_wave_mask_ani{ height: 10px; }
.foot_logo{ display: block; }
.liuyan_con{ width: 100%; }
.liuyan_left p,.liuyan_left p:nth-child(2n){ float: none; width: 100%; }
.nbanner .text{ font-size: 18px; }
.n_dh{ margin:20px auto; }
.n_dh a{ font-size: 18px; margin:0 10px; }
.content{ margin:20px auto; }
.nbanner .pic span{ padding-top: 34%; }
.pic_list2 li .con .text h3{ font-size: 18px; }
.pic_list2 li .con .text{ padding:15px 15px 30px 15px; }
.pic_list2 li .con .text .text_con{ margin: 10px auto; line-height: 1.6; }
.pic_list2 li .price,.pic_list2 li .tz p{ margin: 10px auto; }
.pic_list2 li a{ display: block; }
.pic_list2 li .pic{ width: 100%; }
.pic_list2 li .con{ width: 100%; display: block; }
.pic_list2 li a.iconfont{ right: 10px; bottom: 10px; }
.wap{ display: block; }
.web{ display: none }
.pic_list2 li:nth-child(2n) a.iconfont {
    right: 10px;
    left: auto;
}
.foot_nr dl,.foot_nr dl.dl3{ float: none; width: 100%; margin-bottom:20px; }
.shuzi ul li .con{ width: 150px; height: 150px; }
}



/* 700px 过渡 */
@media only screen and (max-width: 700px) {





}

/* 640px 过渡 */
@media only screen and (max-width:640px){


}
/* 绝对手机模式 */
@media only screen and (max-width: 600px) {

}

/* 苹果s */
@media only screen and (max-width: 414px) {

}

/* 苹果普通、X */
@media only screen and (max-width: 375px) {

}

/* 安卓小屏 */
@media only screen and (max-width: 360px) {


}

/* 苹果5 */
@media only screen and (max-width: 320px) {
body{ font-size: 12px; }

}

/*手机横屏*/
@media (max-width:850px) and (max-height:414px) {


}

@media (max-width:600px) and (max-height:320px) {

}