@charset "utf-8";
/* CSS Document */
*{ font-family:"微软雅黑"; margin:0; padding:0; border:0; list-style:none;}

html{background: -webkit-linear-gradient(left, #db953e , #e07931); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #db953e, #e07931); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #db953e, #e07931); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #db953e , #e07931); /* 标准的语法（必须放在最后） */ min-height:100%}

.top{ height:410px; background:#f0f2f6;}
.top .center{ width:1200px; margin:0 auto;}
.top .logo{ width:192px; height:110px; background:url(../images/logo.png) center center no-repeat;}
.box{ width:1200px; margin: -290px auto 80px auto; background:#fff; border-radius:24px; box-shadow: 0px 0px 15px #ececed; padding-top:58px;}
.box .logo{ height:72px; background:url(../images/min-logo.png) center center no-repeat; margin-bottom:58px;}
.box .center{ width:630px; margin:0 auto;}
.box .secect{ margin-bottom:45px; height:60px; line-height:60px; font-size:20px;}
/*.box .secect select{ font-size:20px; border:#dcdcdc 1px solid; border-radius:5px; width:364px; height:55px; line-height:55px; background:#efefef; text-indent:24px;}
.box .option{ height:100px; color:#f00; background:#000;}*/
.box label{ width:120px; height:44px; line-height:44px; background:#efefef; border:#dcdcdc 1px solid; font-size:18px; color:#333; display:block; text-align:center; border-radius:5px; margin-bottom:13px;}
.box .text{ line-height:30px; font-size:18px; color:#8b8b8b; padding:15px 20px; border-radius:5px; background:#efefef; border:#dcdcdc 1px solid;}
.box .ts{ color:#ee6200; font-size:14px; text-align:center; height:52px; line-height:52px;}
.box .btn{ width:332px; height:60px; color:#fff; text-align:center; display:block; line-height:60px; font-size:24px; border-radius:5px; text-decoration:none; margin: 0 auto; background:#ee6200;}
.box .btn:hover{ background:#e15e03;}
.box .return{ height:63px; line-height:63px; color:#333; text-decoration:none; display:block; text-align:center; font-size:18px;}
.box .return:hover{ text-decoration:underline;}
.box ul{ padding-bottom:62px; width:832px; margin:0 auto;}
.box ul li{ cursor:pointer; text-align:center; background:#efefef; margin-bottom:18px;  border:#dcdcdc 1px solid; line-height:54px; border-radius:5px; width:378px; height:54px; display:block;}
.box ul .fl{ float:left;}
.box ul .fr{ float:right;}
.box ul li:hover{ background:#ee6200; border-color:#ee6200; color:#fff;}