.cindex_content_we{
    background:#f2f2f2;
    text-align: center;
    margin-bottom: 30px;
}
.cindex_content_we h3{
    margin-bottom: 15px;
    font-weight: bold;
}
.cindex_content_we P{
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    font-style: normal;
    color: rgb(51, 51, 51);
    text-indent: 30px;
    text-align: left;
}
.tab1 {
    margin: 30px 0;
    color: #666;
}
.tab1 h2 {
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    padding: 58px 0 58px 0;
}
.tab-p {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    color: #999;
    margin: 20px 0 40px 0;
}
.tab1 .col {
    padding: 20px;
}
.tab1 .media-heading {
    margin: 5px 0 20px 0;
}
.tab1 .text-muted {
    color: #999;
    text-decoration: line-through;
}
.tab2 {
    background-color: #eee;
    padding: 60px 0;
    text-align: center;
}
.tab2 img, .tab3 img {
    width: 40%;
    height: 40%;
}
.tab3 {
    padding: 60px 0;
    text-align: center;
}
.easyzoom {
	position: relative;
	/* 'Shrink-wrap' the element */
	display: inline-block;
	-webkit-box-shadow:0 0 45px #ccc;
	-moz-box-shadow:0 0 45px #ccc;
	box-shadow:0 0 45px #ccc;
	*display: inline;
	*zoom: 1;
	padding: 0;
	margin: 15px 0;
}
.easyzoom img {
	vertical-align: bottom;
	margin: auto;
}
.easyzoom.is-loading img {
	cursor: progress;
}
.easyzoom.is-ready img {
	cursor: crosshair;
}
.easyzoom.is-error img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

@media screen and (max-width: 1200px) and (min-width: 992px){
	.tab1 .text-muted{
        height: 40px;
        overflow: hidden;
    }
	.tab1 .text-muted {
	    height: 40px;
	    overflow: hidden;
	}
}
@media screen and (min-width: 768px){
.tab2-img {
    float: right;
}
@media screen and (min-width: 992px) {
	.cindex_content{
        display: flex;
        align-items:center; 
        display: -webkit-flex;
        -webkit-align-items: center;
    }
    .cindex_content_we{
        margin-bottom: 0;
    }
    .tab-p {
	    font-size: 17px;
	}

}
@media screen and (min-width: 1200px){
	.tab-p {
	    font-size: 18px;
	}
}
/* 修改框架轮播样式 */
.carousel-control {
    color: #28282d;
}
.carousel-control:hover, .carousel-control:focus {
    color: #908e8e;
}
.carousel-indicators li {
    border: 1px solid #28282d;
}
.carousel-indicators .active {
    background-color: #28282d;
}