* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}
div[class*="banner"] img{
    width:100%;
    display: block;
}

li{
    text-align: center;
    cursor: pointer;
    list-style:none;
}

body p, body ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.hide{
    display: none;
}

.floatLeft {
    float: left;
}
.floatRight{
    float: right;
}

.big-title-text{
    font-size: 48px;
    font-weight: bold;
    margin-bottom:80px;
    text-align: center;
}
.title-text{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.small-title-text{
    font-size:24px;
    font-weight: bold;
    margin:30px 0 16px;
}
.content-text{
    opacity: 0.75;
    margin-bottom:24px;
    line-height: 28px;
}
.textIndent {
    text-indent: 35px;
}

/*header*/
.header-container{
    width: 100%;
    min-width: 1180px;
    height: 100px;
    line-height: 100px;
    padding: 0 100px;
}
.header-container img{
    margin-top: 26px;
}
.header-container .header-nav{
    display: flex;
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
}
.header-container .header-nav .header-nav-item{
    flex: 1;
    width: 80px;
    color: rgba(0,0,0,0.45);
    font-weight: bold;
}
.header-container .header-nav .activity{
    color: #3F52B4;
    border-bottom: 4px solid #3F52B4;
}

.bannerInfo{
    position: absolute;
    top: 10%;
    left: 10%;
    width: 30%;
    color: #ffffff;
}
.bannerInfo .bannerTitleText{
    font-size: 48px;
    text-align: left;
    margin-bottom: 0;
}
.bannerInfo .bannerContentText{
    font-size: 16px;
    margin-top: 30px;
}
.gallery{
    width: 500px;
    height: 90px;
    position: absolute;
    left: 20%;
    margin-top: -150px;
}
.gallery-banner{
    box-shadow: 0 0 16px rgba(38,41,55,0.36);
}
.gallery img{
    height: 90px;
    width: auto !important;
}
.swiper-slide-gallery{
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
    background: blue;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}

.swiper-button{
    display: flex;
    position: absolute;
    left: 60%;
    margin-top: -130px;
    z-index: 999999;
}
.swiper-button div{
    flex: 1;
}
.swiper-button img{
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.productList{
    position: absolute;
    right: 380px;
    background-color: #ffffff;
    width: 156px;
    height: 196px;
    text-align: center;
    line-height: 40px;
    padding: 58px 0 18px;
    margin-top: -40px;
    color: rgba(0,0,0,0.45);
    z-index: 999;
}

.productList .productItem{
    cursor: pointer;
}

/*content*/
.container {
    width: 100%;
    background-color: #ffffff;
}
.container .content-container{
    padding: 80px 0 100px;
    width: 1180px;
    margin: 0 auto;
}
.img-container img{
    display: block;
}
.content-container{
    width:1180px;
    margin:0 auto;
}


.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 100%;
}


.basLine{
    width: 86px;
    height: 3px;
    background-color: rgba(0,0,0,0.3);
}

/*footer*/
.footer-container{
    background-color:rgb(57,63,75);
    color:#fff;
}
.footer-container .content-container {
    width: 1180px;
    margin: 0 auto;
    height: 430px;
    padding: 60px 0;
    font-size:14px;
}
.footer-container .content-container .footer-item {
    display: inline-block;
    margin-right: 60px;
    vertical-align: top;
}
.footer-container .content-container .footer-item img{
    border-radius:4px;
}
.footer-container .content-container .footer-item-title{
    margin-bottom:36px;
    font-size:24px;
}
.footer-container .content-container .footer-item-text{
    margin-bottom:16px;
}
.footer-container .content-container .footer-item-text:last-child{
    margin-bottom:0;
}
.footer-container .content-container .footer-item-tel{
    margin:8px 0 24px;
    font-size:30px;
}


/*fix-container*/
.fix-container{
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 9999;
}
.fix-container img{
    cursor: pointer;
}