.sec-bg-left{
    background: url(../images/bg-left.svg) no-repeat left;
}

.sec-bg-right{
    background: url(../images/bg-right.svg) no-repeat right;
}

.icon-dx{
    width: 30%;
}

.card-hower{
    margin-bottom: 1.5rem;
}

.p-h1{
    color: white;
    line-height: 1.3;
}


@media (min-width: 300px) {
    .p-h1{
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .p-h1{
        font-size: 3rem;
    }
}


.p-h2{
    color: black;
    font-size: 2rem;
    line-height: 1.2;
}

.p-h5{
    color: black;
    font-size: 1.1rem;
    line-height: 1.2;
}

.p-hear{
    color: white;
    font-size: 2rem;
    margin-bottom: 0rem;
    text-align: left;
}

.p-h6{
    color: black;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
}

/* 全局样式设置 */
*{
	margin:0;
	padding:0;
}
h1{
	text-align: center;
	/*line-height: 100px;*/
}
a{
	text-decoration: none;
}
/* 设置轮播图样式 */
/* 图片显示样式 */
.banner_slider{
	position: relative;
	/* background-color: green; */
	margin:0 auto;
	width:100vw;
	/* height: 630px; */
	overflow:hidden;
}
.banner_slider_pics{
	width:calc(100vw * 7);
	height: 100%;
	margin:0 auto;
	position: relative;
	/* left:-100vw; */
}
.banner_slider_pics>a{
	width: 100vw;
	/* height: 580px; */
	display: block;
	float: left;
	text-align:center;
}
.banner_slider_pics>.rtbanner{
	width: 100vw;
	/* height: 580px; */
	display: block;
	float: left;
    /* text-align:left; */
}
.banner_slider_pics>.rtbanner>.row{
	margin-right: auto;
    margin-left: auto;
}
.banner_slider_pics>a{
	width: 100vw;
	/* height: 580px; */
	display: block;
	float: left;
	text-align:center;
}
.banner_slider_pics>a> img{
	width: 100%;
	/* height: 580px; */
}
/* 上一张，下一张按钮样式 */
.banner_slider_arrow{
	width: 100vw;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 50%;
	margin-bottom: -20px;
}
.arrow_item{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	opacity: .6;
}
.arrow_item:hover{
	opacity: .8;
}
.prev{
	position: absolute;
	left: 10px;
	padding:10px 7px 10px 7px;
}
.next{
	position: absolute;
	right: 10px;
	padding:10px 7px 10px 7px;
}
/* 圆点按钮 */
.banner_slider_dots{
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.dots_item{
	display: inline-block;
	width:10px;
	height: 10px;
	background-color: #999;
	border-radius:50%;
	border:3px solid #fff;
	margin-right: 10px;
}
.dots_active{
	background-color: #fff;
	border-color:orange;
}