@charset "utf-8";

/*行业应用列表*/
.induApp_list{width:100%;max-width:1258px;margin:0 auto;}
.induApp_list  li{position:relative;margin-bottom:15px;position:relative;}
.induApp_cover{float:left;width:23%;}
.induApp_info{float:right;width:76%;position:absolute;right:0;top:0;bottom:0;height:100%;background-color:#F3F3F3;color:#333;}
.induApp_info:hover{color:#2885E5;}
.induApp_list  li:nth-child(even) .induApp_info{right:auto;left:0;background-color:#E9F5FF;}
.induApp_list  li:nth-child(even) .induApp_cover{float:right;}
.induApp_tit,.induApp_text{display:block;width:80%;margin:0 auto;}
.induApp_tit{display:block;font:20px/1.8em "Microsoft Yahei";padding:2.6% 0 1.8%;text-align:center;}
.induApp_text{font:13px/2em "Microsoft Yahei";height:6em;}
.induApp_href{font:13px/2em "Microsoft Yahei";height:2em;position:absolute;right:10%;bottom:1.2em;}

/*行业应用详情*/
.appDetail_wrap{width:100%;max-width:1258px;margin:0 auto;}
.appDetail_tit{display:block;width:100%;height:2.5em;font:20px/2.5em "Microsoft Yahei";text-align:center;background-color:#F8F8F8;color:#333;margin-bottom:30px;}
.appDetail_cover{display:block;max-width:100%;margin:0 auto 30px;}
.appDetail_content{font:18px/1.8em "Simsun";color:#333;}
.appDetail_line{margin-bottom:1.5em;}

/**clearfix**/
.induApp_list >li:after{content:"\0020";display:block;height:0;clear:both;}
.induApp_list >li{*zoom:1;_zoom:1;}
@media only screen and (max-width:1258px){
    .induApp_list{padding:0 15px;width:auto;}
    .induApp_cover{width:275px;}
    .induApp_tit{padding:2.5% 0 1.2%;}
    .induApp_info{width:auto;left:288px;}
    .induApp_list  li:nth-child(even) .induApp_info{right:288px;}
    .appDetail_wrap{padding:0 15px;width:auto;}
}
@media only screen and (max-width:1000px){
    .induApp_cover{width:260px;}
    .induApp_info{width:auto;left:272px;}
    .induApp_list  li:nth-child(even) .induApp_info{right:272px;}
    .induApp_href{bottom:12px;}
}
@media only screen and (max-width:768px){
    .induApp_list li{padding:12% 0 5%;border-top:2px solid #2885E5;}
    .induApp_list .induApp_cover,.induApp_list li:nth-child(even) .induApp_cover{float:none;display:block;width:auto;max-width:100%;margin:0 auto;}
    .induApp_info{position:static;width:100%;margin:0 auto;left:auto;right:auto;background:none;}
    .induApp_list  li:nth-child(even) .induApp_info{background:none;}
    .induApp_tit,.induApp_text{width:100%;}
    .induApp_tit{position:absolute;top:0;left:0;}
    .induApp_text{height:auto;padding:3% 0 5%;}
    .induApp_href{bottom:0;}
}
@media only screen and (max-width:640px){
    .appDetail_tit{font-size:18px;margin-bottom:6%;}
    .appDetail_content{font:18px/2em "Simsun";}
    .appDetail_cover{margin-bottom:5%;}
}
@media only screen and (max-width:480px){
    .induApp_tit,.induApp_text{width:98%}
    .induApp_tit{font-size:16px;left:1%;}
    .induApp_href{right:5%;}
    .appDetail_tit{font-size:16px;margin-bottom:8%;}
    .appDetail_cover{margin-bottom:6%;}
    .appDetail_content{font-size:14px;}
}