/*
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: 96%; }
/**/
}

/*
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) {
.top,.nav{ display: none; }
.index_l {
    width: 100%; margin:auto
}
.index_r{ margin:auto; float:none; width:100%}
.left dl.shy a{ margin:8px auto}
}

/* 768px 竖屏 ipad mini */
@media only screen and (max-width: 768px) {
.left{ display:none;}
.tong_list3,.detail,.dan_con{ padding-left:0px;}
}


@media only screen and (max-width: 750px) {
.indexzs_box input[type="text"]{ width:160px;}
}

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





}

/* 640px 过渡 */
@media only screen and (max-width:640px){
.indexzs_box em{ display:block; width:auto; margin-bottom:5px; width:84px;}
.indexzs_box img.img1,.indexzs_box img.img2{ display:none}
.footer ul{ display:none}
.footer{ height:auto; padding-bottom:20px; padding-top:20px;}
.footer p{ line-height:1.8}
.cx_clear{ display:block; padding-bottom:10px;}
.news_l { margin:auto;
    width: 100%; float:none;
}
.news_r{ margin-top:15px;}
}
/* 绝对手机模式 */
@media only screen and (max-width: 600px) {
.news_hdp{ float:none; width:auto; padding:0px; margin:15px 10px; padding:10px;}
.route{ display: none; }
.right{ padding: 0; }

}

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

}