*{
    margin: 0;
    padding: 0;
}
.main{
    background: linear-gradient(180deg, #040B36 0%, #000B4B 35%, #040B36 100%);
    margin: 0px;
    width:100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.title{
    background-image: url(../images/bg_biaoti.png);
    background-repeat:none;
    background-size: 100% 100%;
    width: 80%;
    height: 84px;
    margin-left:10%;
    margin-right: 10%;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 74px;
    text-align: center;
}
.content{
    display: flex;
    justify-content: space-between;
    padding-left:20px;
    padding-right: 20px;
    padding-top: 20px;
    flex: 1;
    /* height: calc(100vh - 84px); */
}
.content-left{
    background-image: url(../images/bg_fangan.png);
    background-repeat:none;
    background-size: 100% 100%;
    width: 15%;
    height: 100%;
}
.content-left-title{
    width: 100%;
    height: 37px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: center;

}
.content-left-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    flex:1;
    height: calc(100% - 67px);
    /* margin-top: -20px; */
}
.content-left-content-item{
    width: 45%;
    padding-left: 27.5%;
    padding-right: 27.5%;
}
.content-left-content-item-image{
    max-width: 136px;
    max-height: 136px;
    position: relative;
}
.image{
    width: 100%!important;
    height: 100%!important;
    object-fit: contain!important;
}
.content-left-content-item-title{
    width: 100%;
    text-align: center;
    height: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 0px;
}
.content-left-content-item-title a{
    text-decoration: none;
    color: #FFFFFF;
}
.content-center{
    flex:1;
    background-image: url(../images/bg_chanpin.png);
    background-repeat:none;
    background-size: 100% 100%;
    height: calc(100% - 52px);
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
    margin-top: 26px;
    margin-bottom: 26px;
}
.content-centent-title{
    width: 100%;
    height: 37px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: center;
}
.content-right{
    background-image: url(../images/bg_fangan.png);
    background-repeat:none;
    background-size: 100% 100%;
    width: 15%;
    height: 100%;
}
.content-right-title{
    width: 100%;
    height: 37px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 0px;
    text-align: center;

}
.content-center-content{

    height: calc(100% - 37px);
}
.content-center-content-top{
    display: flex;
    justify-content: space-between;
    /* height: 55%; */
}
.content-center-content-left{
    width: 22%;
    margin-left: 20px;
    margin-top: 15px;
}
.content-center-content-right{
    width: 22%;
    margin-right: 20px;
    margin-top: 15px;
}
.content-center-content-left-title{
    width: 100%;
    height: 48px;
    background: linear-gradient(90deg, #004095 0%, rgba(0,64,149,0) 100%);
    border-radius: 0px;
    display: flex;
}
.content-center-content-left-title-text{
    min-width: 40px;
    height: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 48px;
    margin-left: 8px;
}
.content-center-content-left-content{
   margin-top: 32px;
   /* margin-left: 20px; */
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.content-center-content-left-content-item{
   width: 120px;
   /* height: 156px; */
   margin-bottom: 32px;
}
.content-center-content-left-content-item-title{
    /* width: 52px; */
    height: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
 }
 .content-center-content-left-content-item-title a{
    text-decoration: none;
    height: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
 }
 .content-center-content-bottom{
    display: flex;
    justify-content: space-between;
    /* height: 42%; */
}
.content-center-content-bottom-left{
    width: 32%;
    margin-left: 20px;
    margin-top: -64px;
}
.content-center-content-bottom-left-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-top: 16px; */
    padding:16px 14px;
    /* margin-bottom: 40px; */
}
.content-center-content-bottom-center{
    width:300px;
    height: 372px;
    background-image: url('../images/img_denglu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -64px;
}
.content-center-content-bottom-center-title{
    width: 300px;
    height: 40px;
    display: flex;
    justify-content: center;
}
.swiper-pagination{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: space-between;

  }
 .swiper-pagination-bullet {
    min-width: 30px!important;
    height: 3px!important;
    background: rgba(255,255,255,0.25)!important;
    border-radius: 2px!important;
    opacity: 1!important;
    color:white!important;
  }
  .swiper-pagination-bullet-active {
    width: 30px!important;
    height: 3px!important;
    background: #00B0F4!important;
    border-radius: 2px!important;

  }
.content-center-content-bottom-center-content{
    width: 130px;
    height: 130px;
    background-image: url('../images/icon_denglu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 128px;
    text-align: center;
}
.content-center-content-bottom-center-content a{
    text-decoration: none;
    color: #FFFFFF;
}
.swiper{
    width: 152px;
    height: 200px;
    /* background-color: red; */
    overflow: hidden;
    position: absolute;
    top:34%;
    left:228px;
}
.swiper-wrapper{
    width: 152px;
    height: 200px;
}
.swiper-slide{
    width: 152px;
    height: 200px;
}
.swiper-title{
    width: 152px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}
.swiper-title a{
    text-decoration: none;
    color: #FFFFFF;
}
