*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
button,a{
  cursor: pointer;
}
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;
}

.p-title {
  font-size: 72px;
  font-weight: bold;
  color: #222;
  text-align: center;
}
.p-small-title {
  font-size: 24px;
  text-align: center;
}
/* header */
.header{
  width:100%;
  /* box-shadow:2px 2px 3px #ccc; */
}
.header-box{
  width:1200px;
  margin:0 auto;
  height:80px;
}
.logo{
  width:170px;
  float:left;
  margin-top:10px;
}
.tel{
  width:230px;
  float:right;
  margin-top:20px;
}
/* 导航 */
.header .nav-box{
  width:100%;
  background:#333333;
  height:50px;
}
.header .nav-box .nav-list{
  width:1200px;
  margin:0 auto;
  padding-left:100px;
}
.header .nav-box .nav-list li{
  float:left;
  text-align:center;
  position:relative;
}
.header .nav-box .nav-list li a{
  display:inline-block;
  width:100%;
  padding:0 30px;
  line-height:50px;
  color:#fff;
  font-size:16px;
}
.header .nav-box .nav-list li .navactive{
  background:#ffffff;
  color:#222;
}
.header .nav-box .nav-list li a:hover {
  background:#ffffff;
  color:#222;
}
/* drop-down */
.header .nav-box .nav-list li .drop-down{
  width:100%;
  position:absolute;
  left:0;
  top:50px;
  background:#333333;
  z-index:10;
  display:none;
}
.header .nav-box .nav-list li:hover .drop-down{
  display:block;
}



/* form1 */
.form1{
  width:1200px;
  margin:0 auto 60px auto;
  height:300px;
  background:#ff7200;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
}
.form1 .innerbox{
  width:100%;
  padding:30px 0;
}
.form1 .innerbox .top{
  font-size:72px;
  text-align:center;
  font-weight:bold;
  color:#222;
  margin-bottom:40px;
}
.form1 .innerbox .bottom{
  width:100%;
  margin-top:50px;
  padding:0 30px;
}
.form1 .innerbox .bottom .input2{
  width:400px;
  height:50px;
  float:left;
  margin-right:50px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  overflow: hidden;
}
.form1 .innerbox .bottom .input2 input{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  font-size:18px;
  padding-left:20px;
}
.form1 .innerbox .bottom .formbtn1{
  display:block;
  width:240px;
  height:50px;
  float:right;
  background:#222;
  font-size:24px;
  color:#fff;
  text-align:center;
  line-height:50px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
/* 限时特惠 */
.form2{
  width:100%;
  position:relative;
  overflow: hidden;
  height:280px;
  background:#3d40c2;
}
.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:#3d40c2;
  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;
}
.bd{
  width: 1200px;
  height: 450px;
  background-color: #001926;
  margin: 0 auto;
}
.name{
  width: 440px;
  float: left;
}
.name input{
  width: 440px;
  height: 61px;
  padding: 0px 20px;
  color: #333333;
  outline: none;
  font-size: 24px;
}
.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;
}
.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;
}