﻿/*
* name: Pad && MiddleScreen StyleSheet
* version: v1.1.0
* update: 尺寸细分代替横竖屏
* date: 2015-08-10
*/

/* <1024 */

/*首页中间区域*/
.banner{ height:0; padding-bottom:23.8%;}
.banner img{width:100%; left:0; margin-left:0;}

/*通用底部*/
.foot_top .f_menu{width: 73.6%;}
.foot_top .f_media .f_erwm{display:none;}
.foot_top .f_media{width:23%;}
.foot_top .f_media .f_media_r{width:100%;}

/*下层--产品详情*/
.target_wrap{ display:none;}
.Form-P1 .Form-P1-Btn{padding-left: 4.7em;}

/* <768 */
@media screen and (max-width: 768px){
/*通用头部*/
.head_bottom .nav{width:100%;}

/*下层--通用样式*/
.other_menu .case-item ._summ{ display:none;}

/*下层--产品详情*/
.Form-P1 .form-summ{ position:static;margin-top: 20px;}

/*下层--招聘列表*/
.job_top{ background: none;}


}
