html, body {
    position: relative;
    height: 100%;
}

.width{
    width:1200px;
    margin: 0 auto;
}
section{min-width:1200px}
.img{min-width:1200px}
.navBg{
    height: 120px;
    width: 100%;
    border-bottom: 3px solid #d82617;
    background: rgba(255,255,255,0.8);
  /* background:#ffffff;*/
    /*position: absolute;*/
    z-index: 2;min-width:1200px
}
.navBg .logo{
    float: left;
    margin-top: 20px;
}
.navBg .logofr{
    float: right;
    margin-top: 20px;
    height: 30px;

}
.navBg .logofr .search{
    width: 220px;
    height: 30px;
    border: 2px solid #b0b0b1;
    border-radius: 5px;
    margin-left: 20px;
    float: left;
    overflow: hidden;
    position: relative;
}

.navBg .logofr .search input[type="text"]{
    width: 220px;
    height: 30px;
    border: 0;
    background: none;
}
.navBg .logofr .search input[type="submit"]{
    width: 30px;
    height: 30px;
    border: 0;
    overflow: hidden;
    background: url(../images/icon.png) -272px -6px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.navBg .logofr .search i{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url(../images/icon.png) -191px -8px no-repeat;
    float: left;
    margin-right: 10px;
}
.navBg .logofr .search span{
    color: #d82617;
    font-size: 24px;
    font-weight: 900;
    float: left;
}



.navList{
    float: right;
    width:870px;

}
.navList ul li{
    float: left;
    width: 145px;
    height: 30px;
    margin-top: 7px;
}
.navList ul li:hover{
     background: #d82617;
 }
.navList ul li:hover a{
    color: #ffffff;
}
.navList ul li.on{
    background: #d82617;
}
.navList ul li.on a{
    color: #ffffff;
}
.navList ul li a{
    display: block;
    border-right: 1px solid #b6b6b7;
    color: #888888;
    font-size: 16px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    margin-top: 8px;
}
.swiper-container {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 123px;
    left: 0;
    z-index: 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width:100%;
}



.copyright{
    font-size: 12px;
    color: #b4b4b5;
    text-align: center;
    margin-top: 20px;
    line-height:25px;
}