/* 选项卡 */
.selectCard{
	margin-top: 20px;
}
.selectCardBtn{
	height: 40px;
}
.selectCardBtn span{
	width: 600px;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #333;
	font-size: 16px;
	text-align: center;
}
.selectCardBtn span:hover{
	/* border-bottom: 2px solid #c97f22; */
	/* color:#c97f22 ; */
	cursor: pointer;
}
.active {
	border-bottom: 2px solid #c97f22;
	color:#c97f22 !important;
}
.selectCardBar{
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin-bottom: 10px
}
.selectCardDiv >div{
	display: none;
}
.selectCardDiv >div >img{
	width: 1198px;
	height: 286px;
}
.selectCardDivXq{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	box-shadow: 0 5px 14px 0 #eee;
	display: inline-block;
	padding: 20px 0;
}
.selectCardDivXq li{
	width: 239px;
	float: left;
	text-align: center;

}
.selectCardDivXq  li a {
	display: inline-block;
	height: 122px;
	min-width: 142px;
	margin: 0 auto;
	/* border: 1px solid #000; */
}

.selectCardDivXq  li span{
	font-size: 16px;
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
}
.selectCardDivXq  li img{
	padding-top: 10px;
	width: 70px;
	height: 70px;
}
.selectCardDivXqMoney li{
	width: 399px;
}
.selectCardDivXq  li a :hover{ 
	border: 1px solid  rgb(201,126,33);
    box-shadow: 3px 3px 8px #ccc;
}
.selectCardDivXq  li a :hover img{
	border: none;
	box-shadow: none;
}
.selectCardDivXq  li a :hover span{
	border: none;
	box-shadow:  none;
}
/* .selectCardDivXq img{
	width: 1200px;
	margin: 40px 0;
} */
.ztbox {width:1200px; height:102px; margin:40px auto;}
.scroll_left{ width:35px; height:63px; float:left; cursor:pointer;background:url(../images/partaner/banner_pre.png) center center/contain no-repeat; margin-top:20px;}
.scroll_right{ width:35px; height:63px; float:left; cursor:pointer;background:url(../images/partaner/banner_next.png) center center/contain no-repeat;  margin-top:20px;}

.pic { width:1130px; height:102px; float:left; display:inline; overflow:hidden; position:relative;}
.pic ul {}
.pic li { width:272.5px; height:102px; float:left;padding:0px 5px; position:relative;}
.pic li img { width:272.5px; height:102px;}
/* .scroll{width:358px;height:63px;}
.scroll_left{width:23px;height:63px;background:url(images/btn_left.jpg) no-repeat;float:left;}
.scroll_right{width:23px;height:63px;background:url(images/btn_right.jpg) left no-repeat;float:left;}
.pic{width:312px;height:73px;float:left;}
.pic ul{display:block;}
.pic li{float:left;display:inline;width:104px;text-align:center;} */
/* #ztbox #scroll {visibility: hidden; width:1120px; height:18px; left:0px; bottom:8px; cursor:pointer; position:absolute; background:url(../images/partaner/banner_bg2.jpg) repeat-x left center; } */
/* #ztbox #scroll span { width:48px; height:18px; left:0px; bottom:0px; cursor:pointer; position:absolute; background:#FFEA00; } */


/* banner */
.carousel-item{line-height: 336px;color: #fff;font-family:  Arial Black}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../images/next.png) no-repeat;
}
/* 移动支付 */
.paytittle{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 20px auto;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #a2a2a2;
}
.paymentUl{}
.paymentUl li{
	margin: 20px 0;
	display: inline-block;
}
.paymentUl li img{
	width: 400px;
	float: left;
	margin: 0 100px;
}
.paymentUl li div{
	float:left;
	margin: 0 100px;
	width: 400px;
	margin-top: 96px;
}
.paymentUl li div h3{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold
}
.paymentUl li div p{
	font-size: 14px;
	letter-spacing: 3px;
	/* margin: 0 50px; */
}
.haiwaiUl{
	display: flex;
	width: 100%;
	margin: 40px 0;
	height: 50px;
}
.haiwaiUl li{
	width: 33.3%;
	height:auto;
}
.haiwaiUl li img{
	width: 50%;
	height:70px;
	position: relative;
	left:calc(50% - 25%);
	
}