/* 智能PaaS平台页面样式 */
.status_wrap{box-sizing:border-box;width:100%;height:670px;background-color:#fff;overflow:hidden;}
.status_wrap .status {box-sizing:border-box;width:1200px;height:511px;margin:80px auto;overflow:hidden;}
.status_wrap .status .analyze{box-sizing:border-box;float: left;background-color:#0527AF;color:#fff;padding:4%;width:35%;height:511px;border-radius:4px;transition:background-color 0.15s ease-in,color 0.15s ease-in;}
.status_wrap .status .analyze:hover {background-color:#eee;color:#0527AF;border:1px solid #0527AF;}
.status_wrap .status img{float:left;width:600px;height:517px;display:block;margin-left:60px;}
.status_wrap .status .analyze>h2{font-size:28px;margin-bottom:20px;font-weight:bold;}
.status_wrap .status .analyze>i{display:block;width:40px;height:2px;background-color:#2D8BFD;border-radius:4px;margin-bottom:30px;}
.status_wrap .status .analyze>p {line-height:36px;font-size:16px;}
.introduction {box-sizing:border-box;width:100%;height:1130px;background-color:#F4F4F4;box-sizing:border-box;padding-top:60px;}
.introduction .detail{box-sizing:border-box;width:1200px;height:100%;margin:0 auto;text-align:center;overflow:hidden;}
.introduction .detail>h2{font-size:28px;font-weight:bold;color:#333;margin-bottom:20px;}
.introduction .detail>i{display:inline-block;width:40px;height:2px;background-color:#2D8BFD;border-radius:4px;margin-bottom:30px;text-align:center;}
.introduction .detail>p{line-height:36px;font-size:16px;color:#333;margin-bottom:50px;}
.function_wrap{width:100%;height:880px;background-color:#fff;}
.function_wrap .function{width:1200px;height:100%;margin:0 auto;padding:50px 0;overflow:hidden;}
.function_wrap .function .fw_title{width:120px;height:50px;line-height:50px;text-align:center;margin:0 auto 60px auto;}
.function_wrap .function .fw_title>h2{font-size:28px;color:#333;margin-bottom:20px;font-weight:bold;}
.function_wrap .function .fw_title>i{display:inline-block;width:40px;height:2px;background-color:#2D8BFD;border-radius:4px;}
.function_wrap .function ul.fw__list{width:100%;height:440px;box-sizing:border-box;}
.function_wrap .function ul.fw__list>li{float:left;width:224px;height:440px;transition:transform 0.15s ease;-webkit-transition:transform 0.15s ease;}
.function_wrap .function ul.fw__list>li:hover{transform: translateY(-25px);box-shadow:0 6px 16px rgba(0,0,0,0.12);-ms-tranform:translateY(-25px);}
.function_wrap .function ul.fw__list>li>img{width:100%;height:50%;}
.function_wrap .function ul.fw__list>li:nth-child(2n){margin:0 20px;}
.function_wrap .function ul.fw__list>li>.fwtext {width:100%;height:50%;padding:10% 5%;text-align:center;color:#333;box-sizing:border-box;background-color:#F4F4F4;}
.function_wrap .function ul.fw__list>li>.fwtext>h3{font-size:18px;margin-bottom:20px;}
.function_wrap .function ul.fw__list>li>.fwtext>p{font-size:14px;line-height:24px;text-align:left;}
.features_wrap{width:100%;height:auto;overflow:hidden;}
.features_wrap .blueImage{width:100%;height:450px;background:url(../newImg/3.1pass/backgroundlast.png) no-repeat center top;background-size:contain;}
.features_wrap .features{width:1200px;height:600px;box-sizing:border-box;margin:0 auto;margin-top:-350px;}
.features_wrap .features .ftitle{width:120px;height:50px;line-height:50px;text-align:center;margin:0 auto 60px auto;}
.features_wrap .features .ftitle>h2{font-size:28px;color:#fff;margin-bottom:20px;font-weight:bold;}
.features_wrap .features .ftitle>i{display:inline-block;width:40px;height:2px;background-color:#fff;border-radius:4px;}
.features_wrap .features ul.feat_list {width:100%;height:460px;box-sizing:border-box;text-align:center;}
.features_wrap .features ul.feat_list>li{float:left;width:396px;height:460px;box-sizing:border-box;padding-top:80px;background-color:#fff;box-shadow:0px 2px 10px 0px rgba(1,25,35,0.08);transition:transform 0.15s ease;-webkit-transition:transform 0.15s ease;}
.features_wrap .features ul.feat_list>li:nth-child(2){margin:0 5px;}
.features_wrap .features ul.feat_list>li:hover{-ms-transform:scale(0.9,0.9); /* IE 9 */-webkit-transform:scale(0.9,0.9);/* Safari and Chrome */transform:scale(0.9,0.9);box-shadow:0 2px 3px #aaaaaa;}
.features_wrap .features ul.feat_list>li .liwrap img{width:116px;height:114px;}
.features_wrap .features ul.feat_list>li .liwrap h3{font-size:24px;color:#333;font-weight:bold;margin:57px 0 43px 0;}
.features_wrap .features ul.feat_list>li .liwrap ul.liwrap_list{width:300px;height:150px;box-sizing:border-box;margin-left:70px;}
.features_wrap .features ul.feat_list>li .liwrap ul.liwrap_list>li{width:100%;height:30px;box-sizing:border-box;text-align:left;}
.features_wrap .features ul.feat_list>li .liwrap ul.liwrap_list>li i{display:block;width:12px;height:16px;color:#E11818;margin-right:10px;float:left;}
.features_wrap .features ul.feat_list>li .liwrap ul.liwrap_list>li span{display:block;width:270px;height:16px;color:#666;font-size:14px;float:left;}

