@charset "utf-8";
body { font-family: "Microsoft YaHei,"; }
.hover {transition: all .5s;display: block;}
.hover:hover { transform: translateY(-5px); box-shadow: 0px 5px 10px rgba(233,66,25,.3); }
.hover2 {transition: all .5s;display: block;}
.hover2:hover { transform: translateY(-5px); box-shadow: 0px 5px 10px rgba(153,153,153,.3); }
.hover3 {transition: all .5s;display: block;}
.hover3:hover {
	transform: translateY(-5px);
	box-shadow: 0px 5px 10px rgba(153,153,153,.3);
	background-color: #fff;
}
.hover4 { transition: all .5s; display: block; }
.hover4:hover { transform: translateX(-10px);}
.xuanke_b {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 3px 12px #eaeaea;
	/* *border: 1px solid #eee;*/
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	min-height:190px;
}
.xuanke_c {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 3px 12px #eaeaea;
	/* *border: 1px solid #eee;*/
	position: relative;
	margin-top: 10px;
	padding: 15px;
}
.xuanke_d {
	border-radius: 6px;

	/* *border: 1px solid #eee;*/
	position: relative;
	margin-top: 10px;
	padding: 10px;
}
.red {
	color: #F00;
}
.hui {
	color: #777;
	font-size: 14px;
}
.header {
	height: 123px;
	background-image: url(../images/logo_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.header2 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 502px;
	margin-top: 1px;
}
.js {
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
}
.lr_line {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-left-color: #eee;
}
.zkjs {
	color: #333;
	font-size: 14px;
	padding-bottom: 20px;
}
.bt {
	font-size: 50px;
	font-weight: bolder;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 100px;
	margin-top: 25px;
}
.lbt {
	background-image: url(../images/277.png);
	background-repeat: no-repeat;
	font-size: 30px;
	line-height: 70px;
	color: #FFF;
	text-indent: 15px;
}
.footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 24px;
	margin-top: 30px;
}
.pt {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
}
.bg {
	background-color: #f9f9f9;
}
.bg2 {
	background-color: #f9f9f9;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
}
.shuzi {
	color: #777;
	line-height: 30px;
}
.shuzi2 {
	color: #777;
}
.con {
	line-height: 26px;
}
.rl {
	padding-right: 15px;
	padding-left: 15px;
}
.liuc {
	margin: 0px;
	padding: 0px;
}
.liuc li {
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: linear-gradient(to bottom, #196dea 0%, #17c5fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#196dea', endColorstr='#17c5fa', GradientType=0);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
	text-indent: 10px;
	font-size: 16px;
	border-radius:5px;
}
.carousel-control.left {
  background-image:none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image:none;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}