body { color:#222; }

ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,h7 { margin:0; padding:0; }

.container { max-width:1000px; }

/*滚动图**/
.carousel .item {
  min-height: 330px;
  background-color: #fff;
}
.carousel-indicators { bottom:0; }
.carousel-indicators .active { background:#690; border-color:#690; }

#myCarousel .carousel-inner > .item img {
  width: 100%;
  height: auto; max-height:330px;
}

.lead { margin-top:0; padding-top:20px; font:16px/2 arial; }
.lead img { float:right; margin-left:15px; }
.lead p { margin-top:10px; }

.headline h3 {  font:bold 18px/1.3 arial; text-align:center; border-top:1px dotted #999; margin:10px 0; padding-top:15px; }
.headline h3:nth-child(1) { border-top:0; }
.headline a { color:#2B79B2; }
.headline p { text-indent:2em; font:12px/2 arial; }
.headline p a { margin-left:1em; }

.p2 { background:#7ACAFF; margin-top:20px; }

.jjlist { background:#7ACAFF; }
.jjlist dd { height:1200px; overflow:hidden; }
.jjlist dt { height:75px; background:url(jc_head.jpg) no-repeat; font:30px/75px "Microsoft YaHei"; text-indent:3em; color:#fff; }
.jjlist dd h4 { height:63px; background:url(jc_head1.png) no-repeat; text-indent:3em; }
.jjlist dd h4 a { font:20px/78px "Microsoft YaHei"; color:#337DB6; }
.jjlist dd h4 em { font:italic 46px/78px arial; color:#528AB6; margin-right:10px; }
.jjlist dd p { padding:20px 30px; line-height:30px; }
.jjlist dd p a { color:#044A85; }
.jjlist dd img { float:left; width:250px; margin-right:20px; }
.jjlist dd div:nth-child(2n) img { float:right; margin-left:20px; }
.jjlist dd div { height:300px; }
.jjlist dd div:nth-child(2n) h4 { background:url(jc_head2.png) no-repeat; text-align:right; padding-right:20px; }

@media (max-width: 640px) {
	body { background-size:100%; padding-top:160px; }
}


