/*
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) {
/*.banner .text{ bottom: 10%; }*/
.banner .text .con span{ font-size: 50px; padding-bottom:10px; }
.banner .text .con p{ font-size: 30px; }
}

/*
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) {
html{ font-size: 60px; }
.w1200{ width: 96%; }
.top,.top1{ 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;}
.logo_img{ width: auto; }
.logo_name p{ font-size: 18px; font-family: "Microsoft YaHei"; font-weight: bold; }
.logo_name span{ font-size: 10px; letter-spacing:0px;  margin-top:-2px; display: block; }
.sp_logo a{ display: flex; align-items: center;  }
.banner .swiper-button-next, .banner .swiper-button-prev{ display: none; }
.banner .text .con span{ font-size: 26px; font-family: "Microsoft YaHei";  padding-bottom: 5px; }
.banner .text .con p{ font-size: 18px; font-family: "Microsoft YaHei"; }
.banner .text .con em{ font-size: 14px; padding:5px 10px; }
.box{ padding:30px 0; }
.wei{ margin-right: 20px; }
.foot_l{ margin-right: 2%; }
.more,.about_jj{ margin:20px auto; }
.hua{  display: none; }
.lingyu_list li{ width: 18.4%; margin-left: 2%; }
.n_name h2{ font-size: 24px; }
.n_name{ padding:20px; }
.n_name p{ font-size: 18px; }
.n_name i{ font-size: 30px; }

.lingyu_list li a .con i{ width: 50px; height: 50px; line-height: 50px; font-size: 24px; }
.lingyu_list li a{ font-size: 14px;  padding:40px 0; }
.lingyu_list li a .con p{ margin-top:20px; }

.banner .swiper-pagination-bullet{ width: 8px; height: 8px; border:#660000 1px solid; }
.index_dh span{font-family: "Microsoft YaHei";  font-size: 22px;}

.banner .text{transform: translate(-50%, -50%);}
}

/*
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) {
.index_dh h2{ font-size: 22px; }
.index_dh p{ font-size: 12px; }
.index_dh span{ font-size: 30px; }
.foot_top{ display: none; }
.copyright p,.copyright a{ float: none;  text-align: center; display: block; margin:auto; line-height: 1.8;}
.foot{ padding:15px 0; }
.n_name h2{ font-size: 20px; }
.n_name p{ font-size: 14px; }
.n_name i{ font-size: 20px; }
.n_name{ padding:15px; }
.n_dh a{ font-size: 14px; }
.pic_list1 li a{ padding:10px; }
.tong_list1 li .pic{ width: 20%; }

}

/* 768px 竖屏 ipad mini */
@media only screen and (max-width: 768px) {


}



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

/*.banner .pic span{ padding-top: 80%; }*/
/*.banner .text{ display: none; }*/
.banner .text .con p{ font-size: 14px; }
.banner .text{  width: 90%;transform: translateX(0); margin-left: -45% ;transform: translateY(-50%);}
.banner .text .con span{ font-size: 22px; }
.banner .text .con em{ font-size: 10px; }
.banner .text .con p{ margin:10px auto; }
.lingyu_list li{ width: 49%; margin:0 auto 10px auto; }
.lingyu_list li:nth-child(2n) { float: right; }
.lingyu_list li a .con p{ margin-top:10px; }
.lingyu_list li a{ padding:20px 0; }
.more a{ width: 115px; }
.nbanner .pic span{ padding-top: 30%; }
.n_name{ display: none; }

.pic_list1 li{ width: 49%; margin:0 auto 10px auto; }
.pic_list1 li:nth-child(2n) { float: right; }
.tong_list1 li .pic{ width: 40%; }
.tong_list1 li .text h3{ }
.n_dh {
	float: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	text-align: justify;
	box-sizing: border-box;
}
.wzdh{ height: 40px; }
.n_dh a { height: 38px; line-height: 38px; margin:0 10px; }

.n_dh::-webkit-scrollbar {
	/*隐藏滚动条*/
	display: none;
}
.index_dh h2{ font-size: 20px; }
.index_dh p{ font-size: 10px; }
.index_dh span{ font-size: 26px; }
.lingyu_list{ margin:15px auto; }
.tong_list1 li .text p{ margin:5px auto; }
.middle{ padding:20px 0; }
.lxwm iframe{ width: 100%; margin:10px auto; float: none; height: 200px; }
.lxwm_r h3{ font-size: 20px; }
.index_dh span{ font-size: 20px; }
.tong_con_title{ font-size: 18px; }

}

/* 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) {

}