.cbp-qtrotator {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	border-top: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 90%;
	margin:0 auto
}
.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 12px;
	line-height:180%;
	color: #900;
	margin: 0.4em 0 1.5em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: left;
	margin-right: 2em;
	border-radius: 5%;
}
.cbp-qtcontent img.lastimg{ margin:0px !important; padding:0px}
.welcome {
	border-top-left-radius:1em;
border-top-right-radius:2em;
border-bottom-right-radius:1em;
border-bottom-left-radius:2em;}
.ddrd {
	 background-color: #EAF3E4;
    border-top: 1px dashed #666;
	font-size: 10px !important;
    padding: 20px 0 5px 0;
	border-top-left-radius:2em;
border-top-right-radius:2em;
border-bottom-right-radius:0em;
border-bottom-left-radius:0em;
	}
	.ddrd h2 { font-family:"黑体","微软雅黑", "宋体"}
	.cbp-qtrotator{border-bottom: 1px dashed #999;border-bottom-right-radius:1em;
border-bottom-left-radius:1em;
background-color: #E1E1E1;
 }
 .sumall {width:20px; height:20px; background-color:#e2470a; border-radius:10px; float:left}
 .shuzi {height:20px; line-height:20px; display:block; color:#FFF; text-align:center}
 #tab-4 span{ font-weight:bold; }
 #tab-3 p{ margin-bottom:8px}
/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}