@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before,.clearfix:after{
content:"";
display:table;
}
.clearfix:after{
clear:both;
}
.clearfix{ /*照顾ie6*/
zoom:1;
}
.pbc{background:#FFF;}
.center{margin:0 auto; text-align:center;}
.fwb{font-weight:bold;}
.red{color:#F00;}
.height20{height:20px;}
.height30{height:20px;}
.height40{height:40px;}
.height60{height:60px;}
.height80{height:80px;}
.width90{width:90%;}
.width95{width:95%;}
.width100{width:100%;}

.line_cb{width:50px; height:2px; background:#6189e1;}
.line_c{width:70%; height:2px; background:#ccc;}

.carousel-item img{
max-width: 100%;
height:auto;
}
.color_b a{color:#72aefb;}
.color_r{color:#F00;}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
a.blue{color:#5a81e0;}
.page a{color:#4f78e0;}
.img-resp-shadow{
	border-radius:15px;background-color: transparent;box-shadow:0px 0px 8px 5px #ccc;}