@charset "utf-8";
/* CSS Document */

.warehousingBanner{ background: url("../images/warehousing/banner.png") no-repeat center; height:500px;  margin-top:100px}


/*program*/
.programMain ul, .programMain ul li{width:100%;float:left;}
.programMain ul li{ background:url("../images/warehousing/programBg.png") no-repeat; height:220px; line-height: 220px; font-size:24px; margin-top:40px;}
.programMain ul li .programTitle{width:252px; text-align: center;}
.programMain ul li .programImg{width:1008px;}
.programMain ul li .programImg img{ float:left; margin-left:40px;}
.programMain ul li:nth-child(1) .programImg img,.programMain ul li:nth-child(2) .programImg img{margin-top:20px;}
.programMain ul li:nth-child(3) .programImg img{margin-top:42px;}


/*highlights*/
.highlight{ height: 470px; }
.highlightImg{width:450px; }
.highlightImg img{ float:left; margin-top:60px;}
.highlightText{width:620px;}
.highlightText .title{font-size:30px; font-weight: bold; color:#333; line-height: 40px; margin-top:140px;}
.highlightText .summary{font-size:16px; color:#666; line-height: 30px;}
.highlightText .btn{width:160px; height: 48px; line-height: 48px;  background: #0033a0; text-align: center; font-size:20px;}
.highlightText .btn a{color:#fff; display: block;}



/*features*/
.tab {width: 100%; float:left;}
.tabTitle {width:840px; float:left;margin-left:210px;height:65px; line-height: 65px; background: #fff; box-shadow: 10px 10px 5px #f5f5f5; border-radius: 10px;}
.tabTitle .tabItem {width: 140px; float:left; height:65px; line-height: 65px;text-align: center;color: #666;font-size: 18px;}
.tabTitle .tabItem:first-child{border-radius:10px 0px 0px 10px;}
.tabTitle .tabItem:last-child{border-radius:0px 10px 10px 0px;}
.tabTitle .tabItem:hover, .tabTitle .tabItemCur{color: #fff; background: #0033a0;}
.tabContent {width: 1260px;height: 400px; float:left; position: relative;overflow: hidden; margin-top:40px;}
.tabContentWrap {position: absolute; }
.tabContent .tabItem {width: 1260px;height: 390px;}
.tabContent .tabItem .featuresImg{ width:740px;}
.tabContent .tabItem .featuresImg img{ float:left; box-shadow: 5px 5px 5px #f5f5f5;}
.tabContent .tabItem .featuresText{width:450px; margin-top:80px;}
.tabContent .tabItem .featuresText .title{font-size:24px; color:#333; line-height: 50px;}
.tabContent .tabItem .featuresText .summary{font-size:16px; color:#666; line-height: 30px;}
.tabContent .tabItem .featuresText .btn{width:160px; height: 48px; line-height: 48px;  background: #0033a0; text-align: center; font-size:20px;}
.tabContent .tabItem .featuresText .btn a{color:#fff; display: block;}


/*client*/ 
.client { background: url("../images/warehousing/clientBg.png") no-repeat center; height:740px;  }
.client ul{width:100%; float:left;}
.client ul li{ width:400px; float:left; margin-right:30px; margin-top:30px;}
.client ul li:nth-child(3n){margin-right:0px!important;}
