/* 公用 */
.gg-ph {display: none;}
.news-box {background-color: #F7F7F7;border-radius: 6px;}
.index {background-color: #F7F7F7;}
.index-cont {width: 1000px;margin: 0px auto;}
.index-box1 {width: 770px;}
#cont1 {background-color: #ffffff;}
.index-finance {}
.index-finance-cont {width: 380px;}
/* 公用 end*/
/* 面包屑 */
.mbx {height: 50px;line-height: 50px;}
/* 面包屑 */
/* banner 轮播*/
#index_banner {}
#index_banner .swiper-slide img {width: 100%;}
#index_banner .swiper-pagination {text-align: right;left: -15px;}
#index_banner .swiper-pagination .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 2px;}
#index_banner .swiper-pagination .swiper-pagination-bullet-active {background-color: #BF1B20;}
/* banner 轮播end*/
/* 手机样式 */
@media screen and (max-width: 999px) {
/* 公用 */
.index-cont {width: 100%;}
.index-box1 {width: 100%;}
.mbx {display: none;}
/* 公用 */
}