@charset "utf-8";
/* CSS Document */

/* 平台优势 */
.part1{ height:500px; background:url(../images/ico/part1.jpg) center center no-repeat;}
.part2{ height:400px; background:url(../images/ico/part2.png) right center no-repeat;}
.part3{ height:400px; background:url(../images/ico/part3.png) left center no-repeat;}
.part4{ height:400px; background:url(../images/ico/part4.png) right center no-repeat;}
.part5{ height:400px; background:url(../images/ico/part5.png) right center no-repeat;}
.part6{ height:400px; background:url(../images/ico/part6.png) left center no-repeat;}
.part7{ height:400px; background:url(../images/ico/part7.png) right center no-repeat;}
.part8{ height:400px; background:url(../images/ico/part8.png) left center no-repeat;}

.part .p1{ padding-top:125px; font:44px/90px 微软雅黑;}
.part .p2{ font:18px/30px 微软雅黑;}

.channel{ padding-top:46px; margin-right:-21px;}
.channel li{ float:left; width:284px; margin:0 21px 46px 0; background:#fff; cursor:pointer;}
.channel li:hover{ box-shadow:0 2px 5px #ddd;}
.channel .channelBig{ display:block; width:284px; height:200px; overflow:hidden;}
.channel .detail{ padding:15px;}
.channel .channelSmall{ margin-right:10px;}
.channel .p1{ font:14px/21px 微软雅黑; color:#333;}
.channel .p2{ font:12px/21px 微软雅黑; color:#9b9b9b;}

/* 现在接入 */
.process{ padding:50px 0; border-bottom:4px solid #fafafa; text-align:center;}

.form{ padding:35px 0;}
.form .tip{ font:16px/28px 微软雅黑; text-align:center;}
.form .list{ padding:35px 0 0 314px;}
.form .list li{ margin-bottom:20px;}
.form .list .name{ float:left; width:130px; font:16px/37px 微软雅黑; text-align:right;}
.form .list .value{ float:left;}
.form .list .prompt{ padding-left:24px; background:url(../images/ico/prompt.png) 5px center no-repeat; font:12px/37px 微软雅黑; color:#ff4e00;}
.form .list .code{ width:110px; background:#57c141; font:14px/37px 微软雅黑; color:#fff; text-align:center;}
.form .list .disabled{ width:110px; background:#ccc; font:14px/37px 微软雅黑; color:#fff; text-align:center; text-decoration:none; cursor:default;}

/* 开放接口 */
.api{padding:30px;}
.api ul{padding-top: 10px;}
.api li{margin-top: 20px;}
.api .hd{position:relative;height:60px;line-height:60px;padding:0 20px;background: #f7f7f7;font-size: 18px;cursor: pointer;}
.api .hd i{position:absolute;top:24px;right:20px;width:18px;height:12px;background: url(../images/ico/arrow-down.png);}
.api .hd i.active{background: url(../images/ico/arrow-up.png);}
.api .bd{display:none;font-size: 16px;}
.api table{width: 100%;margin-top:15px;border:1px solid #e5e5e5;}
.api tr.trEven{background: #f6f6f6;}
.api th{height:40px;padding:0 20px;line-height:40px;background: #58c240;color: #fff;text-align: center;}
.api td{padding:10px 20px;line-height: 24px;text-align: center;}

