@charset "UTF-8";
/*start 轮播样式*/
.header_wrap {
	height: 700px;
	min-width: 1200px;
    background: url('../imgs/index/index_bk.png') no-repeat;
    background-size: 100% 100%;
}
.my-bullet{
	margin:4px;
	width: 20px;
    height: 8px;
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    opacity: 0.3;
}
.my-bullet-active{
  background: #fff;
  opacity: 1;
}

.my-news-bullet{
	margin:4px;
	width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.2;
}
.my-news-bullet-active{
  background: #fff;
  opacity: 1;
}
/*轮播样式 end*/