/*背景图*/
.div_background{
    background-image: url(../image/beijing1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/*内容开始*/
.nlzx{
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 150px;
}
/*你是中心 摘要*/
.nszx .nszx_abstract{
    color: #ffffff;
    font-size: 24px;
    margin-top: 40px;
}
/*产品中心*/
.module{
    margin-top: 100px;
}
.module .module_top{
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}
.module .module_top .divs{
    width: 233px;
    height: 66px;
    background-color: #2b9ddf;
    align-items: center;
    line-height: 66px;
    border-radius: 10px;
    cursor: pointer;
}
.module .module_top .active{
    background-color: #0f6bb0;
    position: relative;
}
.module .module_top .active .divs_arrows{
    position: absolute;
    border: 20px solid transparent;
    border-top-color: #0f6bb0;
    margin-top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.module .module_top .div_title{
    font-size: 24px;
    color: #FFFFFF;
    padding-left: 10px;
    display: inline-block;
}
a{
    color: #000000;
    text-decoration: none;
}
.module_bottom{
    width: 100%;
    display: flex;
    margin-top: 100px;
    flex-wrap: wrap;
    padding-bottom: 70px;
    height: 400px;
}
.li_content{
    padding: 15px 0;
    width: 15%;
}
.li_content a{
    text-align: center;
}
.li_content .icon_div img:hover{
    width: 80px;
}
/*图片*/
.icon_div{
    height: 84px;
}
.my_icon{
    width: 64px;
}
/*图标字*/
.tab_div{
    width: 100%;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.tab_div span{
    font-size: 16px;
    color: #ffffff;
}
.swiper-container{
    padding-bottom: 100px;
}
/*分页样式*/
.swiper-pagination{
    padding-bottom: 70px;
}
.swiper-pagination-bullet{
    border: 1px solid #ffffff;
    opacity: unset;
    background: none;
}
.swiper-pagination-bullet-active{
    background-color: #ffffff;
}
/*头部样式*/
.header .nav>.menu li a {
    color: #ffffff;
}
.header .nav .active a{
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff;
}