/************************* 首页样式 start ************************/

.banner {
    width: 100%;
}

.banner .swiper-slide {
    background-position: center!important;
    background-size: cover!important;
}

.section.none,
.section.none .fp-tableCell {
    height: 0!important;
}

.fp-tableCell {
    display: flex;
}

.content_box {
    margin: auto ;
}


.sec-1 {
    padding: 0;
}

.business-img .bdv_item {
    background-position: center !important;
    background-size: cover!important;
}

.sec-3 {
    background: none;
}

#hzpp {
    background: url("../images/hzpp-bg.jpg")no-repeat;
    background-position: center;
    background-size: cover;
}

.sec-4 {
    background: none;
    padding: 0;
}


#news {
    padding: 0;
    background-size: cover !important;
}

/* .header {
    background: #fff!important;
} */

.header {
    background: #fff;
}

/* .header.head_white {
    background: none;
} */

.fp-right {
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -54px;
    z-index: 99;
}

.fp-right a {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #004EA2;
    margin: 0 auto 3px;
}

.fp-right li {
    width: 17px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 4px;
}

.fp-right li span {
    display: none;
}

.fp-right li:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #004EA2;
    position: absolute;
    bottom: 0;
    left: 8px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fp-right li:last-child:after {
    display: none;
}

.fp-right li a.active {
    width: 13px;
    height: 13px;
    border: #004EA2 2px solid;
    background: none;
}


/************************* 首页样式 end ************************/
@media all and (max-width:1260px){
	.video-left ul li div{font-size: 36px;}
	.fp-right{right: 6px;}
}

