*{margin: 0; padding: 0; border: none;box-sizing: border-box; }
body {
    font-family: "microsoft yahei", arial;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(to bottom, #006699, #00ccff);
    /*background: url(/statics/img/background_pc.jpg?v=2);  
    background-size: cover; */
    background-attachment: fixed;
}
li{list-style-type: none;}
a{text-decoration: none; color: #fff;}
h1,h2,h3,h4,h5,h6{font-weight: normal;padding:0;margin:0;}

.cont{color: #fff; width: 1130px; margin: 50px auto 50px; overflow: hidden;position: relative; z-index: 9999;}
.bleft{width: 527px;float: left; position:fixed;}
.bleft h1{font-size: 60px;line-height: 74px;font-family: "微软雅黑"; padding: 56px 0 0 37px;}
.bleft h1 span{color: #f5d23a;}
.bleft .phone{ margin-bottom: 3rem;}
.bleft ul,.bright ul,.bright ol{padding: 0;}
.bleft li:first-child{float: left; width: 282px; }
.bleft ul li:last-child{float: right; width: 349px; font-family: "微软雅黑";font-size: 16px; margin-top: 85px;}
.bleft ul li span{display: block;line-height: 28px; }
.bleft ul li span a{color: #f5d23a;}

/*申请表单*/
.applyform{display:none;background-color: rgba(0, 0, 0, 0.3);width: 100%;height: 100%;position: fixed;z-index: 9999;top: 0;    color: #fff;}
.applyform .onclose{position:fixed;right: 20px;top: 20px;z-index:9999;width:40px;height:40px;animation: rotateIn 1s; cursor: pointer;}
.success{ display: none; animation: zoomIn 1s;width: 374px;height: 576px;overflow: hidden;background: url(/statics/img/success.png) no-repeat center center;position:fixed;left:50%;margin-left: -187px;top:50%;margin-top:-300px; padding-top: 319px;text-align: center;}
.success h1{font-size: 32px; line-height: 48px;}
.success p{font-size: 16px;line-height: 26px;padding-top: 10px; margin-bottom: 55px;}
.success img{ width: 150px;height: 150px;margin: 0 auto;}

.bright{padding-top: 54px; width: 515px;float: right;}
.bright ul li{font-family: "微软雅黑";font-size: 15px;line-height: 26px;}
.bright ol li{position: relative; height: 55px; line-height: 55px;}
.bright ol li input,.bright ol li select{width: 500px;font-family: "微软雅黑",arial; height: 35px;border: 0;background: url(/statics/img/input_bg.png) no-repeat; text-indent: 85px;color: #fff;}
.bright ol li select{padding-left: 85px; text-indent: 0;}
.bright ol li select option{color: #000000;}
.bright ol li span{position: absolute;left: 12px;top: 10px; font-size: 16px; color: #FFFFFF; line-height: 35px;}
.bright ol li i{font-style: normal; color: red; margin-left: 10px; }
.bright ol li:last-child input{background: #0e86ca; text-align: center;text-indent: 0; border-radius: 30px;border: 1px solid #10a1de; font-size: 14px;}
.bright ol li:nth-last-child(2) #verification{width: 370px;background: url(/statics/img/verification_bg.png) no-repeat;float: left; margin-top: 10px;}
.bright ol li:nth-last-child(2) #code{width: 120px;float: left; text-indent: 0; background: #FFFFFF; border: 0; height: 34px; border-radius: 5px;margin-top: 10px; margin-left: 10px;}
.bright ol li:nth-last-child(2) img{ position: absolute;left: 371px;top: 9px; border-radius: 3px; margin-left: 4px;}
.bright ol li a.load{background: #3b77c3 url(../images/load.gif) no-repeat 160px center;}
.bright ol li.verify em{font-style: normal;color: #b0bbcb;padding-left: 6px;font-size: 16px;}
.bright ol li b{ font-weight: normal; position: absolute; left: 70px; top: 40px; height: 52px; line-height: 40px; font-family: "微软雅黑"; padding-top: 12px; font-size: 14px; width: 190px; background: url(/statics/img/box.png);z-index: 99;color: #000; padding-left: 45px;}
.bright ol li a.submits{ margin-top: 10px; background-color: #3b77c3;width: 90%;height: 33px;line-height: 33px;color: #FFFFFF;font-size: 16px;letter-spacing: 1px;border-radius: 25px;text-align: center;display: block;}
 #code{  
                font-family:Arial;  
                font-style:italic;  
                font-weight:bold;  
                border:0;  
                letter-spacing:2px;  
                color:blue;  
                display: block;
            }