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

.expressBanner{ background: url("../images/express/banner.png") no-repeat center; height:600px; margin-top:100px }


/*program*/
.programMain { background:url("../images/express/programBg.png") no-repeat; height:538px; margin-top:40px;}
.programImg1{width:680px; margin-top:40px; margin-left:30px;}
.programImg2{width:340px; margin-top:40px; margin-right:35px;}
.programImg2:last-child{margin-top:140px;}

/*advantage*/
.advantage{background: url("../images/express/advantageBg.png") no-repeat center; height:890px; }
.advantage h1, .advantage h3{color:#fff;}
.advantage ul{width:100%; float:left; margin-top:90px;}
.advantage ul li{width:520px; float:left; }
.advantage ul li .advantageImg{width:200px;}
.advantage ul li .advantageText{width:300px;}
.advantage ul li .advantageText .title{font-size:24px; color:#333; font-weight: bold;}
.advantage ul li .advantageText .line{width:40px; height:2px; background: #0033a0;}
.advantage ul li .advantageText .summary{color:#666; line-height: 24px;}

.advantage ul li:nth-child(1), .advantage ul li:nth-child(3){margin-left:30px;}
.advantage ul li:nth-child(3), .advantage ul li:nth-child(4){margin-top:130px;}
.advantage ul li:nth-child(2), .advantage ul li:nth-child(4){float:right; margin-right:40px;}


/*features*/
.tab {width: 100%; float:left;}
.tabTitle {width:980px; float:left;margin-left:140px;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; margin-right:30px;}
.tabContent .tabItem .featuresImg img{ float:left; box-shadow: 5px 5px 5px #f5f5f5;}
.tabContent .tabItem .featuresText{width:340px; margin-top:80px; margin-left:40px;}
.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/express/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;}
