body{
    background-color: #F5EEF1;
}
.banner-info{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height:300px;
    text-align: center;
    background: url(../img/banner.png)no-repeat center top;
    background-size: 100% 100%;
    color: #FFF;
}
.banner-item{
    width: 1000px;
    height: 100%;
    margin: auto;
    /* border: 1px solid #FFF; */
    overflow: hidden;
}
.banner-item .ban-lf{
    float:left;
    width: 730px;
    padding-top: 40px;
}
.ban-lf p.ban-tg1{
    display: block;
    width:215px;
   line-height: 46px;
    height: 59px;
    background: url(../img/img02.png)no-repeat;
    background-size: 100% 100%;
    font-size: 25.9px;
    color: #FB3E3D;
    text-align: center;
}
.ban-lf p.ban-tg2{
    font-size: 66.92px;
    color: #fff;
    text-align: left;
    text-shadow: 3px 3px 3px #FC6944;
    font-weight: bold;

}
.ban-lf p.ban-tg2 span{
    font-size: 28px;
    position: relative;
    top: -30px;
}

.ban-rg{
    float: right;
    width: 229px;
    height: 245px;
    margin-top: 35px;
}
.nav{width: 1000px;height:569px;overflow: hidden;margin: auto;}
.nav .nav-rg{float: left; width: 535px;height: 420px;padding:12px 0;margin: 60px 0;
    background-color: #fff;border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;}
.nav .nav-lf{float:left;width: 444px;height: 380px;margin: 95px 0;
    background-color: #FAF7F8;border-radius: 10px;}

.nav-ul li{
    font-size: 14px;
    line-height: 20px;
}
.nav-ul li.nag-item1::before{
    content: "";
                display: inline-block;
                width: 12px;
                height: 18px;
                background: url(../img/img04.png) no-repeat;
                background-size: 100% 100%;
                margin:5px 35px 0 40px;
                position: relative;
                top:4px
}
.nav-ul li.nag-item2::before{
    content: "";
                display: inline-block;
                width: 15px;
                height: 17px;
                background: url(../img/img03.png) no-repeat;
                background-size: 100% 100%;
                margin:5px 35px 0 40px;
                position: relative;
                top:4px
}

.nav-lf img{
    display: block;
    width: 175px;
    height: 175px;
    padding-top: 17px;
    margin: auto;
}
.nav-lf .nav-btn{
    display: block;
    width: 260px;
    line-height: 46px;
    margin: auto;
    border-radius: 23px;
    font-size: 22px;
    color: #fff;
    border: none;
    background: linear-gradient(to top right, #FB3F44 , #FB437A);

}
.znav-lf-img{
  width: 207px;
    height: 207px;
    margin:44px auto;
  background: url('../img/img-ewm.png')no-repeat;
  background-size: 100% 100%;
}

.botnav{
    background-color: #fff;
}

/* 有固定 */
.fixr {
    width: 100px;
    height: 290px;
    position: fixed;
    top: 322px;
    right: 30px;
    z-index: 9;
    border-radius: 4px;
    background: linear-gradient(to bottom, #D62F27, #EC5536);
    text-align: center;
  }
  .fixr ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fixr ul li {
    margin-bottom: 12px;
  }
  .fixr ul li img {
    width: 80px;
    height: 21px;
    margin: 9px 10px;
  }
  .fixr ul .first {
    margin-bottom: 0px;
  }
  .fixr ul .item {
    width: 85px;
    height: 28px;
  }
  .fixr ul .item a {
    display: block;
    width: 85px;
    line-height: 28px;
    font-size: 14px;
    background-color: #FFDFD9;
    color: #DF402D;
    border-radius: 4px;
  }
  .fixr ul .item .last {
    display: flex;
  }
  .fixr ul .item .last .bg1 {
    width: 16px;
    height: 17px;
    background: url(../img/r_tel.png) no-repeat 100% 100%;
    margin-right: 10px;
  }
  .fixr ul .item .last span {
    font-size: 14px;
    color: #FFDFD9;
  }
  .fixr ul .item .tel {
    color: #FFE378;
    font-size: 12px;
  }
