/*
* name: responsive
* version: v2.1.0
* update: 重置媒体查询节点；添加mwrap版心；添加移动端防恶意复制图片
* data: 2017-05-17
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea{display: none;}

/*
* PcMode
*/
.album_ordinary .album_prev i, .album_ordinary .album_next i,.album_ordinary .album_close i{
	display: none;
}
.album_ordinary .album_next{
	background: url(/template/pc/skin/images/right_2.png) no-repeat center;background-size: 0.5rem 0.5rem;
}
.album_ordinary .album_prev{
	background: url(/template/pc/skin/images/left_2.png) no-repeat center;background-size: 0.5rem 0.5rem;
}
.album_ordinary .album_close{
	background: url(/template/pc/skin/images/btn_mob_close.png) no-repeat center;
}
.PcMode:after { content: 'Pc' !important;}
.UnpcPush, .MobilePush { display: none;}
img[data-src] { opacity: 0 ; filter: alpha(opacity=0);}
img[data-srcloaded] { opacity:1; filter: alpha(opacity=100); }
/*
* PadMode
*/
@media only screen and (max-width: 1240px) {

    body:after {
        content: 'Pad';
		display: none;
    }
    body{ user-select: none;-webkit-user-select: none;}
    html { overflow-x:hidden;}
    body,input,textarea,button,select { font-size:14px;}
    .PcPush{display: none;}
    .UnpcPush{display: block;}
    .wrap, .mwrap { width:940px; margin: 0 auto;}

    /*新浪网址-公司荣誉*/
    .about_honor .bd_l{display:none;}
    .about_honor .bd_r{width:100%;min-height:0;height:auto;}
    .about_honor .bd_r_box{padding:4%;}
    .about_honor .honor_hd a{width:16%;}

}
@media only screen and (max-width: 992px) {
    /*新浪网址-公司荣誉*/
    .about_honor .honor_hd a{width:20%;}
}

@media only screen and (max-width: 760px) {
    body:after {
        content: 'Mobile';
		display: none;
    }
    .UnmobilePush{display: none;}
    .MobilePush{display:block;}
    img[data-src]{opacity: 1;}
    .wrap, .mwrap { padding-left:5.335%; padding-right:5.335%; width:auto; }
    .mwrap .wrap { padding-left:0; padding-right:0; }
    /*移动端防恶意复制信息*/
    * {
        -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
        -webkit-user-select:none; /*webkit浏览器*/
        -khtml-user-select:none; /*早期浏览器*/
        -moz-user-select:none;/*火狐*/
        -ms-user-select:none; /*IE10*/
        user-select:none;
    }
    input { -webkit-user-select:auto; /*webkit浏览器*/   }
    /*mobileMode 760 网站样式*/
    /*新浪网址-公司荣誉*/
    .about_honor .honor_hd a{width:32%;margin:0;font-size:12px;line-height:24px;}
    .about_honor .honor_hd{margin-bottom:24px;}
    .about_honor .bd_r{background-size:cover;}
    .about_honor .bd_r li{width:48%;margin-right:2%;margin-bottom:2%;}
    .about_honor .img_list{padding-right:0;}
    .about_honor .r_title{font-size:24px;margin-bottom:10px;}
    .about_honor .img_cover{display:none;}
	.about_honor .honor_hd .honor_ico{
		width: 0.5rem;height: 0.5rem;
	}
   .about_honor .r_text{
	   margin-bottom: 20px;font-size: 14px;
   }

   
}
