*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-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%;
  
  /* box-shadow:2px 2px 3px #ccc; */
}
.header-box{
  width:1200px;
  margin:0 auto;
  height:60px;
}
.logo{
  width:190px;
  float:left;
  /*margin-top:-5px;*/
  height:60px ;
}
.tel{
  width:230px;
  float:right;
  margin-top:10px;
}
/* 导航 */
.header .nav-box{
  width:100%;
  background:#0066d6;
  height:50px;
}
.header .nav-box .nav-list{
  width:1300px;
  margin:0 auto;
}
.header .nav-box .nav-list li{
  /*width:85px;*/
  float:left;
  text-align:center;
    margin: 0px 18px;
}
.header .nav-box .nav-list li a{
  display:inline-block;
  width:100%;
  line-height:50px;
  color:#fff;
  font-size:16px;
}
.header .nav-box .nav-list li .navactive{
  background:#fff;
  color:#222;
}
.header .nav-box .nav-list li a:hover {
  background:#fff;
  color:#222;
}
/* 免费领取-----1*/
.form1{
  width:100%;
  position:relative;
  overflow: hidden;
  height:280px;
}
.formback1{
  width:1920px;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-960px;
  z-index:-1;
}
.forminner1{
  width:100%;
}
.forminner1 .innerbox{
  width:1200px;
  margin:0 auto;
}
.forminner1 .innerbox .left{
  width:500px;
  float:left;
  margin-left:90px;
  padding-left:90px;
  padding-top:80px;
}
.forminner1 .innerbox .left .p1{
  font-size:36px;
  color:#fff;
  margin-bottom:20px;
}
.forminner1 .innerbox .left .p2{
  font-size:50px;
  color:#ffff00;
  font-weight:bold;

}
.forminner1 .innerbox .right{
  float:left;
  margin-left:100px;
  padding-top:35px;
}
.forminner1 .innerbox .right .input1{
  width:300px;
  height:50px;
  margin-bottom:30px;
}
.forminner1 .innerbox .right .input1 input{
  width:100%;
  height:100%;
  border:0;
  outline:none;
  border-radius:10px;
  -webkit-border-radius:10px;
  padding-left:20px;
  font-size:16px;
}
.forminner1 .innerbox .right .formbtn1{
  display:block;
  width:300px;
  height:50px;
  text-align:center;
  line-height:50px;
  background:#ffff00;
  color:#f00;
  font-size:24px;
  border-radius:10px;
}
/* 限时特惠------2*/
.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;
  padding:30px 0;
}
.forminner2 .innerbox .top{
  font-size:72px;
  text-align:center;
  font-weight:bold;
  color:#fff;
  margin-bottom:40px;
}
.forminner2 .innerbox .bottom{
  width:100%;
  margin-top:50px;
}
.forminner2 .innerbox .bottom .input2{
  width:400px;
  height:50px;
  float:left;
  margin-right:80px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  overflow: hidden;
}
.forminner2 .innerbox .bottom .input2 input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  font-size:18px;
  padding-left:20px;
}
.forminner2 .innerbox .bottom .formbtn2{
  display:block;
  width:240px;
  height:50px;
  float:right;
  background:#ffff00;
  font-size:24px;
  color:#f00;
  text-align:center;
  line-height:50px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
/* 底部固定 */
.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;
}
/* 左侧问题 */
.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:18px;
}
.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%;
  color:#fff;
}
/* footer */
.footer{
  text-align:center;
  height:80px;
  background:#100c0a;
  line-height:80px;
  color:#fff;
  font-size:20px;
}
.ming{
    float: left;
    margin-top: 20px;
}
.ming input{
    width: 555px;
    height: 62px;  outline:none;
    border: 1px solid #cccccc;
    padding: 0px 40px;
    font-size:22px;
    color: #333333;
    background-color: #ffffff;
}
.ming input::placeholder{
    font-size:22px;
    color: #333333;
}
.phone   {
    float: right;    margin-top: 20px; margin-left: 35px;
}
.phone input{
    width: 578px;
    height: 62px;
    outline:none;    border: 1px solid #cccccc; padding: 0px 40px;    font-size:22px; color: #333333;   background-color: #ffffff;
}
.phone input::placeholder{
    font-size:22px;
    color: #333333;
}
.bdbtn1{
    cursor: pointer;
    width:348px ;
    height: 80px;
    background-color: #cd9b78;
    outline: none;
    font-size: 36px;line-height: 80px;
    text-align: center;
    color: #ffffff;
   margin: 170px auto;
}