* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

li {
    list-style: none;
}

html {
    font-size: 14px;
    font-family: "Microsoft Yahei", "微软雅黑", arial, "Hiragino Sans GB", "宋体", Tahoma, Arial, Helvetica, "STHeiti";
    color: #666;
}

a {
    text-decoration: none;
    color: #666;
}

.clearFloat:after {
    content: '';
    display: block;
    clear: both;
}

/* header */
.header {
    width: 100%;
    height: 80px;
    /* box-shadow:2px 2px 3px #ccc; */
}

.header-box {
    width: 1300px;
    margin: 0 auto;
    height: 100%;
}

.logo {
    width: 15%;
    float: left;
    margin-top: 10px;
}

.navbar {
    width: +65%;
    float: left;
    margin-left: 40px;
}

.navbar li {
    float: left;
    margin-left: 12px;
    line-height: 80px;
    font-size: 16px;
}

.navbar li a:hover {
    color: #023894;
}

/* 导航当前页激活样式 */
.active-header {
    color: #023894;
}

.tel {
    width: 16%;
    float: right;
    margin-top: 18px;
}

/* 表单1 */
.form1 {
    width: 100%;
    background: #4c62cf;
}

.forminner {
    width: 1200px;
    margin: 0 auto;
    height: 280px;
    position: relative;
    padding-top: 1px
}

.form-titlebox {
    width: 100%;
    height: 160px;
    position: relative;
    text-align: center;
    margin: 30px 0 0 0;
}

.form-title1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.form-title2 {
    font-size: 30px;
    color: #fcff00;
    margin: 10px 0;
}

.formimg1 {
    width: 170px;
    position: absolute;
    right: 100px;
    top: 0;
}

.form-bottom {
    width: 100%;
    padding-left: 80px;
    position: relative;
}

.input {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-right: 75px;
}

.input input {
    width: 310px;
    height: 50px;
    outline: none;
    padding-left: 20px;
    border: 0;
    font-size: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.submit {
    display: inline-block;
    background: #ffe500;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #000;
    position: absolute;
    right: 80px;
    top: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* 免费领取 */
.form2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 280px;
}

.formback2 {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}

.forminner2 {
    width: 100%;
}

.forminner2 .innerbox {
    width: 1200px;
    margin: 0 auto;
}

.forminner2 .innerbox .left {
    width: 500px;
    float: left;
    margin-left: 90px;
    padding-left: 90px;
    padding-top: 80px;
}

.forminner2 .innerbox .left .p1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.forminner2 .innerbox .left .p2 {
    font-size: 50px;
    color: #ffff00;
    font-weight: bold;

}

.forminner2 .innerbox .right {
    float: left;
    margin-left: 100px;
    padding-top: 35px;
}

.forminner2 .innerbox .right .input2 {
    width: 300px;
    height: 50px;
    margin-bottom: 30px;
}

.forminner2 .innerbox .right .input2 input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 20px;
    font-size: 16px;
}

.forminner2 .innerbox .right .formbtn2 {
    display: block;
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ffff00;
    color: #f00;
    font-size: 24px;
    border-radius: 10px;
}

/* 底部固定 */
/*.bottomfixed {*/
    /*width: 100%;*/
    /*height: 150px;*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*background: #f75a4e;*/
/*}*/

/*.bottominner {*/
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    /*padding-top: 20px;*/
    /*position: relative;*/
/*}*/

/*.bottomname {*/
    /*text-align: center;*/
    /*font-size: 30px;*/
    /*color: #fff;*/
    /*font-weight: bold;*/
    /*margin-bottom: 20px;*/
/*}*/

/*.bottomform {*/
    /*width: 100%;*/
    /*padding: 0 140px;*/
    /*position: relative;*/
/*}*/

/*.bottomform p {*/
    /*display: inline-block;*/
    /*width: 310px;*/
    /*height: 40px;*/
    /*margin-right: 30px;*/
    /*;*/
/*}*/

/*.bottomform p input {*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*border: none;*/
    /*outline: none;*/
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*padding-left: 20px;*/
    /*font-size: 16px;*/
/*}*/

/*.bottombtn {*/
    /*display: inline-block;*/
    /*width: 180px;*/
    /*height: 40px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*background: #ff0;*/
    /*color: #f00;*/
    /*text-align: center;*/
    /*line-height: 40px;*/
    /*font-size: 24px;*/
    /*border-radius: 5px;*/
/*}*/

/*.del {*/
    /*width: 35px;*/
    /*height: 35px;*/
    /*border-radius: 50%;*/
    /*-webkit-border-radius: 50%;*/
    /*border: 2px solid #fff;*/
    /*text-align: center;*/
    /*line-height: 26px;*/
    /*color: #fff;*/
    /*font-size: 30px;*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 30px;*/
/*}*/

.fixed-btm{
    position: fixed;
    z-index: 99999;
    height: 180px;
    bottom: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    background: url(../yj-images/fixed-btm-bg.jpg) no-repeat 100%;
    text-align: center;
    font-size: 0;
}
.fixed-btm>div{
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}
.fixed-btm>div>img{
    height: 136px;
    margin-top: 22px;
}
.fixed-btm-form{
    width: 220px;
    margin-left: 70px;
    margin-top: 17px;
}
.fixed-btm-form>div>input{
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    height: 40px;
    margin-bottom: 15px;
}
.fixed-btm-form>div .fixed-btm-btn{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fbef06;
    border: none;
    color: #d9053c;
    font-size: 18px;
    cursor: pointer;
}
.fixed-btm-form>div span{
    letter-spacing: 2px;
    font-weight: bold;
}
.fixed-btm-form>div img{
    display: inline;
    width: auto;
    height: 25px;
    vertical-align: middle;
    margin-left: 5px;
}
.fixed-btm>span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    width: 65px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}




/* 左侧问题 */
.leftfixed {
    width: 170px;
    position: fixed;
    left: 10px;
    top: 17.5%;
    z-index: 10;
    border: 1px solid #fd5050;
}

.leftkf {
    width: 100%;
    background: #fd5050;
    padding-top: 10px;
    padding-bottom: 20px
}

.leftkf img {
    display: block;
    margin: 0 auto;
}

.leftkf p {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.leftquestion {
    width: 100%;
    background: #fff;
    padding: 0 5px;
}

.leftbtn {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #ccc;
    color: #222;
}

.leftbtn .lefttext {
    display: inline-block;
    margin-left: 20px;
    line-height: 60px;
}

.leftbtn:hover .lefttext {
    color: #023894;
}

.leftdel {
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

/* 右侧客服 */
.rightfixed {
    width: 200px;
    position: fixed;
    right: 10px;
    top: 18%;
    z-index: 10;
}

.rightinner {
    width: 100%;
    background: #fed30b;
    padding: 30px 15px 5px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    position: relative;
    padding-top: 30px;
}

.righttop {
    width: 70px;
    position: absolute;
    left: 50%;
    top: -75px;
    margin-left: -35px;
}

.rightdel {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.redbox {
    width: 100%;
    background: #fd5050;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.rightbtn {
    padding-left: 20px;
    height: 45px;
    border-bottom: 1px solid #fff;
    line-height: 45px;
    font-size: 16px;
}

.rightbtn img {
    position: relative;
    top: 4px;
    margin-right: 20px;
}

.rightbtn a {
    color: #fff;
}

.rightform {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 20px 15px 15px 15px;
}

.rightform .inputrg {
    width: 140px;
    border: none;
    outline: none;
    height: 35px;
    margin-bottom: 10px;
    font-size: 14px;
}

.rightform .inputrg input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
}

.rightsub {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #dc3e3e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
}

.rightbtom {
    width: 100%;
    padding: 10px 15px;
}

.rightbtom img {
    display: block;
    margin: 0 auto;
}

.rightbtom .getbtn {
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background: #dc3e3e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 5px;
}

.gotop {
    width: 45px;
    height: 45px;
    background: #feb10b;
    margin: 10px auto 5px auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

.gotop .topbtn {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.bd{
    width:740px ;
    float: right;
    margin-top: -510px;
    position: relative;
}
.bd input{
    width: 345px;
    height: 85px;
    background-color: #ffffff;
    border:0;
    margin-bottom: 40px;
    padding: 0px 30px;
    font-size: 28px;
    outline: none;
}
.bd input::placeholder{
    color: #e1e0e1;
    font-size: 28px;
    margin-top: 5px;
    line-height: 85px;
}
.lb{
    width: 100%;
    height:800px;
    background-color: #f2f3fa;
}
.name{
    width: 440px;
    float: left;
}
.name input{
    width: 440px;
    height: 61px;
    padding: 0px 20px;
    color: #333333;
    outline: none;
    font-size: 24px;
    border: 1px solid #cccccc;
}
.name input::placeholder{
    color: #333333;
    font-size: 24px;
}


.phone{
    width: 440px;
    float: right;
}
.phone input{
    width: 440px;
    height: 61px;
    padding: 0px 20px;
    color: #333333;
    outline: none;
    font-size: 24px;  border: 1px solid #cccccc;
}
.phone input::placeholder{
    color: #333333;
    font-size: 24px;
}
.btn{
    width:312px ;
    height: 60px;
    border: 0;
    border-radius: 50px;
    margin: 0 auto;
    cursor: pointer;
    outline: none;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    background-color: #ff6565;}
