@charset "utf-8";
/* banner */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 50px;
	height: 5px;

	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
.tit {
	clear: both;
}

.xq1,
.lx {
	width: 1200px;
	margin: 0 auto;
}

.lx h2,
.lx1 h2 {
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	margin: 50px auto 40px;
	color: #333;
}

.lx p {
	background:url(../yshy/qti.jpg) no-repeat;
	height: 181px;
	padding: 20px 20px 0px 250px;
}

.lx p b {
	font-size: 24px;
	color: #0078ea;
	display: block;
	margin: 17px auto;
	font-weight: normal;
}

.lx p em {
	font-style: normal;
	color: #000;
}

.lx li {
	float: left;
	border: 1px solid #eee;
	width: 263px;
	height: 190px;
	text-align: center;
	margin-right: 20px;
	color: #666;
	line-height: 160%;
	padding: 0 10px;
	font-family: 微软雅黑;
}

.lx li.last {
	float: right;
	margin-right: 0px
}

.lx li img {
	margin-top: 20px;
	width: 52px;
}

.lx li i {
	display: block;
	font-size: 18px;
	color: #222;
	padding-bottom: 8px;
	font-style: normal;
	padding-top: 10px;
}

.lx li span {
	display: block;
	font-size: 16px;
	color: #333;
	margin-top: 5px;
}

.lx li.last span {
	font-size: 15px;
}
.p15-showcase-right-con ul {
	margin-left: 20px;
}
.p15-showcase-right-con ul li {
	list-style-type: disc;
}
.crumbs,.crumbs > li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.crumbs > li:before {
	display: inline;
	content: " > ";
}
.crumbs > li:nth-child(1):before {
	display: none;
}
.page_title {
	margin: 40px 0px;
}
.page_title span {
	font-family: arial;
	font-size: 24px;
	text-align: center;
	font-weight: inherit;
	display: block;
	color: rgb(221, 221, 221);
	text-transform: uppercase;
}
.page_title b {
	font-family: 'microsoft yahei';
	font-size: 32px;
	text-align: center;
	display: block;
	color: rgb(51, 51, 51);
	padding: 10px 0px;
}
.page_title b > i {
	color:#0078ea;
}
.page_body {
	margin: 15px 0px;
}