﻿@charset "utf-8";
/* 大屏幕 */
@media (min-width: 979px) and (max-width: 1199px) {
.indexMainArea{margin:0 auto; padding:0px; width:945px;}

}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
.indexMainArea{margin:0 auto; padding:0px; width:630px;}
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
.logo img{width:120px;}
.indexBanner{margin-bottom:20px;}
.indexMainArea{margin:0 auto; width:100%;}
.homeItem .block{padding:10px;}
.homeItem{margin-bottom:20px; float:none; width:100%; height:auto; border-bottom:1px solid #ececec;}
.homeItem h2{padding:8px 0px 8px 8px; background:url(../title.png) repeat-y;}
.homeItem ul{margin-bottom:20px; padding:0 10px; min-height:auto;}

.homeItem.c1,
.homeItem.c2,
.homeItem.c3,
.homeItem.c4{background:none;}
.homeItem .block.p{margin-top:0px;}
.homeItem li.text{color:#333;}
.homeItem a{color:#333; background:url(../ico_arrow_xs.png) no-repeat left center;}
.homeItem .more a{ background:url(../ico_arrow_dbl_xs.png) no-repeat right center;}
.lgpanel select{width:90px; line-height:20px; float:right;}
.resource{width:100%;}
.caseCenterList .img{margin-bottom:10px; padding-right:0px; display:block; text-align:center;}
.caseCenterList .text{display:block; vertical-align:top;}
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
.logo{margin-top:10px;}
.wrapper .container{padding:0px 10px;}
.lgbox{margin:0; padding:8px; width:100%; height:400px; background:rgba(194,231,255,.2); border-radius:8px;}
.lgpanel select{width:90px; line-height:20px; float:right;}
.resource{width:100%;}

}
