
/* banner begin*/
.banner-slider {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}

.banner-slider ul {
	zoom: 1;
	float: left;
}

.banner-slider .bd::after {
	content: " ";
	display: block;
	clear: both;
}

.banner-slider .bd ul {
	width: 100%;
}

.banner-slider .bd li {
	zoom: 1;
	vertical-align: middle;
}
    .banner-slider .bd .img-title {
        position: absolute;
        text-align: center;
        color: white;
        font-weight: bold;
        top:0px;
        z-index: 10;
        left: 0px;
        right: 0px;
        margin: auto;
        padding:60px;
    }
/* banner end */
/* product-introduce begin */
.product-introduce {
	text-align: center;
	padding: 10px 30px;
}

.product-introduce .row {
	margin: 30px 0px;
}

.product-introduce .row div {
	margin: 15px;
}

.product-introduce .row .introduce-img {
	height: 150px;
	width: 150px;
	border-radius: 100px;
	border: 1px solid black;
	overflow: hidden;
	margin: auto;
}

.product-introduce .row .introduce-name p {
	font-size: 16px;
}

.product-introduce .row .introduce-des p {
	line-height: 20px;
}

.product-introduce .row .introduce-link a {
	line-height: 20px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid lightblue;
	color: white;
	background-color: #32B344;
}

/* product-introduce end */
/* update-dynamic begin */

.update-dynamic .dynamic-title {
	height: 50px;
	line-height: 50px;
	background-color: #212121;
	margin-top: 20px;
}

.update-dynamic .dynamic-title p {
	color: white;
	font-size: 20px;
}

.update-dynamic .dynamic-content {
	margin-bottom: 10px;
}

.update-dynamic .dynamic-content .content-box {
	padding: 10px 20px;
	position: relative;
}

.update-dynamic .dynamic-content .content-box::after {
	content: "";
	display: block;
	clear: both;
}

.update-dynamic .dynamic-content .content-box a {
	display: block;
	width: 100%;
}

.update-dynamic .dynamic-content .content-img {
	float: left;
	width: 100%;
}

.update-dynamic .dynamic-content .content-img img {
	width: 100%;
}
@media screen and (min-width: 768px) {
    .update-dynamic .dynamic-content .content-img img {
        width: 400px;
        margin:auto;
    }
}

.update-dynamic .dynamic-content .content-title {
	background-color: rgba(112,122,182,0.7);
	float: left;
	left: 0px;
	bottom: 10px;
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: white;
	padding: 0px 20px;
	overflow: hidden;
	margin-top: -30px;
}

/* update-dynamic end */
