@charset "utf-8";
/* CSS Document */
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size:41px;
}
.i_title p {
	background: url(../images/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
	font-size:24px;
}
 .package-list {
  margin-top: 3rem;
  margin-bottom: 5rem;
  background-color: #fff;
}
 .package-list .package-text {
  height: 2.25rem;
  padding-top: 0.5rem;
  padding-left: 0.4rem;
}
 .package-list .package-text h1 {
	line-height: 1rem;
	font-size: 0.75rem;
	font-weight: 100;

}
 .package-list .package-text p {
  line-height: 0.75rem;
  font-size: 0.55rem;
  color: #828282;
}
 .package-list .package-img {
  width: 100%;
  overflow: hidden;
  height: 16rem;
}
 .package-list .package-img .swiper-container {
  width: 100%;
  height: 16rem;
}
 .package-list .package-img .banner-img > a {
  display: block;
}
 .package-list .package-img .banner-img > a img {
  display: block;
  width: 100%;
  height: 16rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
}
 .package-list .package-img > img {
  width: 100%;
  height: 100%;
  display: block;
}
 .package-list .package-detail-img {
  border-bottom: 1px solid #EAEAEA;
}
 .package-list .package-detail-img li {
	float: left;
	width: 10rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;

}
.w1200 {
	padding-left: 15%;
	margin: 0 auto;
	position: relative;
}
.w12001 {
	padding-left: 15%;
	margin: 0 auto;
	position: relative;
}

.case_box h3 {
	color: #DD3A1B;
	font-weight: bold;
	font-size: 42px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.case_box .category ul {

	padding-bottom: 80px;
	display: block;
	height: auto;
	overflow: hidden;
}

.case_box .category ul li {
	float: left;
	font-size: 1.5rem;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #efefef;
	width: 25%;
	height: 3rem;
	line-height: 3rem;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
}
.case_box .category ul li a{

	color: #000000;
	text-decoration: none;

}
.case_box .category ul li.active{
	background: #009944;
	border: 2px solid #009944;
}
.case_box .category ul li.active a{

	color: #ffffff;
}
  .col-sm-3 {
	
    width: 33%;
	float: left;
}
.pricedivl1 {

	border: 1px solid #CCC;
	margin-top: 18px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.pricedivl1t {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.pricedivl1t span {
	float: left;
}
.pricedivl1t a {
	float: right;
	color: #E11122;
}
.pricedivl1c {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.imgc img{width:100%;}