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

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

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


}

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

}


/*
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) {
.w1200{ width: 90%; }
.about{ width: 100%; }
.top,.top1{ display: none; }
.dian{ height: 50px; }
.sp_header{ display: block; }
.banner .swiper-slide{ height: 380px; }
.index_dh span{ font-size: 26px; }

}

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


}

/*
1024px [1024×768] ipad1 ipad2 ipad mini 手机端开始
*/
@media only screen and (max-width: 1024px) {
.doc6 .name,.doc6 .des{ font-size: 12px; }
.doc2 .main_title h2{ font-size: 16px; }
.doc2 .items_list li{ font-size: 14px; line-height: 30px; }
.search_lawyer input[type="text"]{ width: 40%; }
.search_lawyer textarea{width: 40%; }
.search_lawyer input[type="submit"]{width: 40%;}
.nbanner{ height: 270px; }

}

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


}

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


}

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

}

/* 768px 竖屏 ipad mini */
@media only screen and (max-width: 768px) {
.banner .swiper-slide{ height: 328px; }
.middle,.about{ margin: 20px auto; }
.doc6 li{ width: 33.3%; }
.doc6 .name{ font-size: 16px; }
.doc6 .des{ font-size: 14px; }
.doc6 li{ height: 180px; }
.doc6 .pic{  width:80px; height: 80px; }
.search_lawyer input[type="text"]{ width: 70%; }
.search_lawyer textarea{width: 70%; }
.search_lawyer input[type="submit"]{width: 70%;}
.yewu{ padding: 25px 0px; }
.index3{ padding-bottom:20px; }
.doc2{ margin-top: 30px; }
.doc2 .main_pic{ width: 58%; }
.doc2 .main_title,.doc2 .items_list{ width: 40%; }
.index_dh p{ width: 80%; }
.footer .dl2,.footer .dl3,.footer .dl4,.footer .dl5{ display: none; }
.footer .dl1{ width: 50%; }
.footer .dl6{ width: 50%; }
.footer{ padding-top: 20px; margin-top: 20px; }
.doc13 li .pic p{ padding: 5px 0px; }
.footer .dl1 p{ margin-bottom: 20px; }
.doc2 .main_title h2{ width: 70%; }
.doc13 li{ width: 50%; }
.footer .dl1{ float: none; width: 80%; margin: auto; }
.footer .dl6{ display: none; }
.nbanner{ height: 200px; }
.nav_box{ height: 50px; display: none; }
.nav_box a{ height: 50px; line-height: 50px; font-size: 14px; }
.content{ margin: 20px auto; width: 90%; }
}

/* 700px 过渡 */
@media only screen and (max-width: 700px) {
.banner .swiper-slide{ height:150px; }
.index_dh span{ font-size: 22px; }

.about{ font-size: 14px; line-height: 180%; }
.doc6 li{ width: 50%;  }
.doc6 .pic{  width:80px; height: 80px; }
.doc6 .des{ margin-top: 5px; }
.doc6 .cardcon{ padding-top: 5px; }

.doc6{ margin-top: 20px; }

}

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


}
/* 绝对手机模式 */
@media only screen and (max-width: 600px) {
.doc2 .main_pic .text{ font-size: 15px; height: 45px; line-height: 45px; }
}

/* 苹果s */
@media only screen and (max-width: 414px) {
	.link{ display: none; }
.nbanner{ height: 110px; }
.search_lawyer input[type="text"]{ width: 100%; margin-top: 5px; }
.search_lawyer textarea{width: 100%;margin-top: 5px; }
.search_lawyer input[type="submit"]{width: 100%;margin-top: 5px;}
.doc2 .main_pic{ width: 100%; float: none; }
.doc2 .main_title, .doc2 .items_list{ float: none; width: 100%; }
.doc2 .main_title{ margin-top:20px; }
.doc6 .name{ font-size: 14px; }
.doc6 .des{ font-size: 12px; }
.doc2 .main_title p{ margin-top: 5px; }
.banner .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{ display: none; }
.banner .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{display: none;}
}

/* 苹果普通、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; }
.nbanner{ height: 100px; }

}

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


}

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

}