*{
    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;
}
.p-title {
    font-size: 72px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
/* header */
.header{
    width:100%;
}
.header-box{
    width:1200px;
    margin:0 auto;
    height:100%;
}
.logo{
    width:200px;
    float:left;
}
.tel{
    width:230px;
    float:right;
    margin-top:10px;
}
/* 导航 */
.header .nav-box{
    width:100%;
    background:#24264e;
    height:50px;
}
.header .nav-box .nav-list{
    width:1000px;
    margin:0 auto;
    padding-left:40px;
}
.header .nav-box .nav-list li{
    width:120px;
    float:left;
    text-align:center;
}
.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:#48b3e1;
    color:#222;
}
.header .nav-box .nav-list li a:hover {
    background:#48b3e1;
    color:#222;
}
/* 限时特惠 */
.form2{
    width:100%;
    position:relative;
    overflow: hidden;
    height:280px;
    background:#ffa900;
}
.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:#222328;
    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:#222328;
    font-size:24px;
    color:#fff;
    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;
} */

/*img{*/
/*  display: block;*/
/*  width: 100%;*/
/*  max-width: 1920px;*/
/*  margin: 0 auto;*/
/*}*/
.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: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%;
    height:1005;
    color:#fff;
}
/* footer */
.footer{
    text-align:center;
    height:80px;
    background:#100c0a;
    line-height:80px;
    color:#fff;
    font-size:20px;
}
.name{
    float: left;
    width: 550px;
    height: 75px;
}
.name input{
    width: 550px;
    height:60px;
    /*border-radius: 14px;*/
    border: 1px solid #333333;
    outline: none;
    color: #333333;
    font-size: 24px;
    padding: 0px 30px;
}
.name input::placeholder{
    color: #333333;
    font-size: 24px;
}

.phone{
    float: right;
    width: 550px;
    height: 60px;
    margin-left:50px;
}
.phone input{
    width: 550px;
    height:60px;
    /*border-radius: 14px;*/
    border: 1px solid #333333;
    outline: none;
    color: #333333;
    font-size: 24px;
    padding: 0px 30px;
}
.phone input::placeholder{
    color: #333333;
    font-size: 24px;
}
.btn{
    width: 358px;
    margin: 0 auto;
    /*margin-top: -10px;*/
    cursor: pointer;
}