.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.slideBox {
	width: 100%;
	position: relative;
	height: 550px;
}
.slideBox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.slideBox ul img {
	width: 100%;
	height: 550px;
	display: block;
}

.slideBox .hd  {
	width: 50%;
	position: absolute;
	bottom: 5px;
	left: 25%;
	text-align: center;
	z-index: 100;
}

.slideBox .hd li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255,255,255,0.65);
	display: inline-block;
	margin: 10px 6px;
}

.slideBox .hd li.on{
	background: rgba(255,255,255,1);
}

.login-sec {
	position: absolute;
	width: 1200px;
	margin: auto;
	/*height: 450px;*/
	top: 0;
	left: 0;
	right: 0;
	/*left: calc(50% - 600px);*/
}

.login-box {
	position:absolute;
	top: 75px;
	right: 10px;
	width: 360px;
	height:380px;
	background: #ffffff;
	border-radius: 10px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99012d56,endColorstr=#99012d56);

}

.login-box .title {
	color: #333333;
	font-size: 24px;
	font-family: "microsoft yahei", "Hiragino Sans GB", Helvetica;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 15px 0;
}

.login-item {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	margin: auto;
	color: #999999;
	margin: 10px 0;
	cursor: pointer;
	text-align: center;
}

.login-item.on{
	background: #fff;
	color: #333333;
	box-shadow: 0px 0px 10px rgba(99,99,99,0.2);
}
.login-item.on a{
	color: #333333;
}
.login-item.on .login-go{
	display: inline-block;
}
.login-item.inter{
	background: #00ddff;
}

.login-item.inter:hover{
	background: #00c7e5;
}

.login-item  a {
	color: #999999;
	font-size: 18px;
}
.login-btn{
	background: #3879FF;
	width: 180px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	line-height: 40px;
	margin: 20px auto 10px;
	cursor: pointer;
	color: #ffffff;
}
.login-go {
	background:url(../images/icon-sel.png) no-repeat right center;
	background-size: 100%;
	display: none;
	height: 25px;
	position: relative;
	top: 7px;
	width: 25px;
	margin-right: 10px;
}

.banner1 {
	/* background: url(../images/banner1.jpg) no-repeat center; */
	width: 100%;
	height: 550px;
}


.product-sec .title {
	position: relative;
	z-index: 99;
	margin: 0;
    font-family: "microsoft yahei","Hiragino Sans GB", Helvetica;
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.product-sec .title-shadow{
	position: absolute;
	font-size: 34px;
    font-family: Helvetica;
    top: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #EAEAEA;
}

.pro-tabs {
	width: 1200px;
	margin: auto;
}

.pro-tabs .item {
	display: inline-block;
	color: #1a1a1a;
	font-size: 18px;
	margin-right: 80px;
	font-family: "microsoft yahei", "Hiragino Sans GB", 宋体, 新宋体;
	padding-bottom: 12px;
}

.pro-tabs .item.active {
	color: #0066b3;
	border-bottom: 5px solid #0365be;
}

.product-sec {
	overflow: hidden;
	background: #F6F6F6;
}
.product-title{
	position: relative;
}
.product-title .divider {
	margin: 0;
	border: 1px solid #e5e5e5;
	position: relative;
	top: -3px;
	z-index: -1;
	border-bottom: none;
}

.product-body {
	position: relative;
	width: 1200px;
	margin: 35px auto 20px auto;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 0;
	/* background: url(../images/pic-sao.png) no-repeat  820px 60px; */
	/* background-size: 32%; */
}

.product-card-box {
	position: relative;
	width: 231px;
	height: 336px;
	border: 1px solid #e5e5e5;
	margin-bottom: 110px;
	box-sizing: border-box;
	float: left;
	margin-right: 9px;
	overflow: hidden;
	transition: margin .2s;
	-moz-transition: margin .2s ;	/* Firefox 4 */
	-webkit-transition: margin .2s ;	/* Safari 和 Chrome */
	-o-transition: margin .2s;
}
.product-interactive-box .product-item:nth-child(odd){
	float: left;
	margin-right: 20px;
}
.product-interactive-box .product-item:nth-child(even){
	float: right;
}
.product-item{
	width: 587px;
	height: 155px;
	border-radius: 2px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #ffffff;
	background: #ffffff;
}
.product-item:hover{
	box-shadow: 0 0 30px #D7E2FB;
	border: 1px solid #3977FF;
}
.product-item-img{
	width: 45%;
	line-height: 155px;
	float: left;
	text-align: center;
}
.product-item-img img{
	width: 150px;
	height: 100px;
	margin-top: 30px;
}
.product-item-con{
	width: 53%;
	line-height: 1;
	padding-right: 10px;
	float: left;
	color: #333333;
}
.product-item-con p{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product-item-con a{
	color: #333333;
}
.picScroll-top{
	width: 231px;
	float: left;
}
.picScroll-top .tempWrap{
	height: 336px!important;
}
.product-card-box.active{
	margin-right: 0;
	border-right: none;
}

.product-card-box:nth-child(2n) {
	display: none;
}
.product-card-box:nth-of-type(2n) {
	display: none;
}
.product-card-box.list{
	position: relative;
	display: none;
}
.product-card-box.list>a{
	position: absolute;
	display: block;
	z-index: 100;
}
.product-card-box.list .pre-btn{
	width: 84px;
	height: 15px;
	margin:0 auto;
	left: 0;
	right: 0;
	top: 0;
}
.product-card-box.list .next-btn{
	width: 84px;
	height: 15px;
	margin:0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.product-card-box.active+div+div{
	border-left: none;
}

.pre-btn.prevStop  {background-image: url(../images/l-pre.png); }
.pre-btn{background-image: url(../images/l-pre-active.png);}
.next-btn {background-image: url(../images/l-next-active.png);}
.next-btn.nextStop {background-image: url(../images/l-next.png); }

/* .product-card-box:nth-child(2) { */
/* display: block; */
/* } */
.product-card-box.list-show{
	display: block;
}

.product-card-box:last-child{
	margin-right: 0;
}

.no-mr{
	margin-right: 0;
}

.product-card-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-card-box ul li{
	height: 48px!important;
	line-height: 48px;
	width: 100%;
	color: #737373;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 18px;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
	overflow: hidden;
	clear: both;
}
.product-card-box ul li:hover{
	background: #f1f2f5;
}

.product-card-box ul li:hover a {
	color: #0066b3;
}

.product-card-box ul li a {
	color: #737373;
}

.pro-pic-box {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.pro-pic-box>div{
	width: 100%;
	height: 248px;
}
.pro-pic-box>div>img{
	width: 100%;
}
.pro-item.active .product-card-box:last-child{
	display: block;
}

.pro-view {
	width: 816px;
	overflow: hidden;
}

.pro-sao {
	width: 380px;
	height: 435px;
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	cursor: default;
}

.pro-sao:hover .product-body {
	/* background: url(../images/pic-sao.png) no-repeat  850px 60px; */
	background: #f60;
}

.pro-sao img {
	transition: all .5s ease;
	-moz-transition: all .5s ease;	/* Firefox 4 */
	-webkit-transition: all .5s ;	/* Safari 和 Chrome */
	-o-transition: all .5s ease;
}

.pro-sao:hover {
	color: red;
}

.pro-sao img {
	margin-top: 45px;
}

.pro-sao img:hover {
	transform:translateX(20px);
	-ms-transform:translateX(20px); 	/* IE 9 */
	-moz-transform:translateX(20px); 	/* Firefox */
	-webkit-transform:translateX(20px); /* Safari 和 Chrome */
	-o-transform:translateX(20px);
}

.pro-view .pro-view-cell {
	width: 33.3%;
	float: left;
	margin-bottom: 40px;
}

.product-card-box .title {
	color: #1a1a1a;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

.product-card-box .text {
	color: #737373;
	font-size: 14px;
	text-align: center;
	margin-top: 6px;
}

.product-interactive-box {
	position: relative;
}

.img-box {
	background: url(../images/pic-icon.png) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 25px;
	text-align: center;
	display: inline-block;
	margin: 11px 12px 11px 0;
	float: left;
	position: relative;

}
.img-box+a{
	width: 160px;
	display: inline-block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.img-box img {
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

}

.view-body {
	float: left;
}

.view-title {
	margin: 0;
	font-family: "microsoft yahei", "Hiragino Sans GB", 宋体, 新宋体;
}

.view-content {
	width: 155px;
	font-size: 14px;
	color: #999;
	margin: 5px 0;
	font-family: "microsoft yahei", "Hiragino Sans GB", 宋体, 新宋体;
}

.detail {
	display: inline-block;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #e3e5e8;
	border-radius: 5px;
	text-decoration: none;
	color: #333;
	margin-top: 10px;
	font-size: 14px;
}

.detail:hover {
	background: #0465bf;
	color: #fff;
}

.arrow-right-gray {
	background: url(../images/arrow-right-gray.png) no-repeat center;
	display: inline-block;
	width: 10px;
	height: 14px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 10px;
}

.detail:hover .arrow-right-gray {
	background: url(../images/arrow-right-white.png) no-repeat center;
}
.solution-sec{
	background: #ffffff;
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
}
.solution-sec .solution-title{
	position: relative;
}
.solution-sec .title {
	position: relative;
	z-index: 99;
	margin: 0;
	font-size: 34px;
    font-family: "microsoft yahei", "Hiragino Sans GB", Helvetica;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.solution-sec .title-shadow{
	width: 100%;
	text-align: center;
	position: absolute;
    font-family: Helvetica;
    top: 10px;
	font-size: 34px;
	font-weight: bold;
	color: #EAEAEA;
}
.solution-item{
	position: relative;
	width: 385px;
	height: 386px;
	margin-right: 20px;
	float: left;
	color: #ffffff;
	text-align: center;
}
.solution-item:last-child{
	margin-right: 0px;
}
.solution-item img{
	width: 48px;
	height: 48px;
}
.solution-item:hover .item-default{
	display: none;
}
.solution-item:hover .item-hover{
	display: block;
}
.item-default{
	width: 100%;
	position: absolute;
	top: 30%;
}
.item-hover{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(57,119,255,.8);
}
.item-hover .span-btn{
	width: 120px;
	height: 36px;
	line-height: 36px;
	margin: 10px auto;
	text-align: center;
	display: block;
	border-radius: 18px;
	background: #FF8757;
	color: #ffffff;
	cursor: pointer;
}
.solution-item .span-line{
	width: 30px;
	height: 5px;
	background: #ffffff;
	display: block;
	margin: 10px auto;
}
.item-bg01{
	background: url(../images/index/img-jdsy.png) no-repeat center;
	background-size: 100%;
}
.item-bg02{
	background: url(../images/index/img-wlhy.png) no-repeat center;
	background-size: 100%;
}
.item-bg03{
	background: url(../images/index/img-bxhy.png) no-repeat center;
	background-size: 100%;
}
.solution-more{
	padding: 10px 20px;
	border-radius: 18px;
	border:1px solid #CCCCCC;
	color: rgba(0,0,0,0.65);
	background: #ffffff;
	cursor: pointer;
	font-size: 16px;
}
.solution-more img{
	width: 20px;
	height: auto;
	position: relative;
	top: 3px;
	margin-left: 10px;
}
.coop-sec {
	position: relative;
	background: #F6F6F6;
	overflow: hidden;
	padding-bottom: 30px;
	clear: both;
	margin-bottom: -30px;
}
.coop-sec .coop-title{
	position: relative;
}
.coop-sec .title {
	position: relative;
	z-index: 99;
	margin: 0;
    font-family: "microsoft yahei", "Hiragino Sans GB", Helvetica;
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.coop-sec .title-shadow{
	width: 100%;
	text-align: center;
	position: absolute;
    top: 10px;
    font-family: Helvetica;
	font-size: 34px;
	font-weight: bold;
	color: #EAEAEA;
}
.info-group .cell {
	width: 33.3%;
	float: left;
	text-align: center;
}

@font-face {
	font-family:SourceHanSansCN-Normal;
	src: url('SourceHanSansCN-Normal.w');
}
.info-group .cell>p{
	font-family: "microsoft yahei";
}

.info-group .em {
	display: block;
	height: 90px;
	width: 140px;
	background: url(../images/index/img-20.png) no-repeat center;
	background-size: 100%;
	margin: auto;
	padding-bottom: 30px;
}

.info-group .nsn {
	display: block;
	height: 90px;
	width: 158px;
	background: url(../images/index/img-40.png) no-repeat center;
	background-size: 100%;
	margin: auto;
	padding-bottom: 30px;
}

.info-group .sand {
	display: block;
	height: 90px;
	width: 140px;
	background: url(../images/index/img-100.png) no-repeat center;
	background-size: 100%;
	margin: auto;
	padding-bottom: 30px;
}

.info-group .text {
	color: #9b9b9b;
	font-size: 14px;
}

.logo-group {
	list-style: none;
	padding: 70px 0 0 0;
	margin:  0;
	clear: both;
	overflow: hidden;
}

.logo-group li {
	float: left;
	width: 16.6%;
	text-align: center;
	height: 70px;
}

.logo-group img:hover {
	transform:translateX(5px);
	-ms-transform:translateX(5px); 	/* IE 9 */
	-moz-transform:translateX(5px); 	/* Firefox */
	-webkit-transform:translateX(5px); /* Safari 和 Chrome */
	-o-transform:translateX(5px);
}

.coop-more {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #0465bf;
	border-radius: 25px;
	margin: 0 auto;
	clear: both;
	transition: all .5s ease;
	-moz-transition: all .5s ease;	/* Firefox 4 */
	-webkit-transition: all .5s ;	/* Safari 和 Chrome */
	-o-transition: all .5s ease;
}

.coop-more:hover {
	background: #1279d8;
}

.coop-more a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.coop-more .arrow-right-white {
	background: url(../images/arrow-right-white.png) no-repeat center;
	display: inline-block;
	width: 10px;
	height: 14px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 1px;
}
.brand-sec {
	overflow: hidden;
	padding-bottom: 100px;
}

.brand-sec .title{
	font-size: 28px;
	font-family: "microsoft yahei", "Hiragino Sans GB", 宋体, 新宋体;
	text-align: center;
	margin: 50px;
}

.brand-left {
	width: 700px;
	float: left;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding-bottom: 25px;
}

.brand-right {
	width: 500px;
	float: left;
}

.brand-sec .sub-tit {
	font-size: 18px;
	color: #333333;
	margin: 0;
	line-height: 1;
}

.brand-pic {
	margin-top: 32px;
	float: left;
}

.brand-media {
	float: right;
	margin-left: 0;
	padding-top: 30px;
	width: 355px;
}

.article-tit, .article-tit a{
	margin: 0;
	color: #0465bf;
	font-size: 18px;
	height: auto !important;
	height: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	width:100%;
	font-family:"microsoft yahei", "Hiragino Sans GB", 宋体, 新宋体;
}

.article-cont,.article-cont a {
	font-size: 14px;
	color: #999999;
	width: 315px;
	line-height: 2;
	margin: 10px 0 20px 0;
}

.article-next,.article-next a {
	font-size: 14px;
	color: #1a1a1a;
	margin: 12px 0;
}

.article-next a:hover {
	color: #0465bf;
}

.article-tit a:hover {
	text-decoration: underline;
}

.article-more {
	color: #0465bf;
	font-size: 14px;
	text-decoration: none;
	margin-top: 18px;
	display: block;
}

.arrow-right-blue {
	background: url(../images/arrow-right-blue.png) no-repeat center;
	display: inline-block;
	width: 10px;
	height: 14px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 2px;
}

.news-ul {
	list-style: none;
	padding: 0;
	margin: 30px 0 0 40px;

}

.news-ul li {
	font-size: 14px;
	color: #737373;
	margin-bottom: 26px;
}

.news-ul li a {
	font-size: 14px;
	color: #737373;
	text-decoration: none;
}

.news-ul li a:hover {
	color: #0465bf;
}

.news-ul .dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #9a9da2;
	border-radius: 8px;
	margin-right: 5px;
}

.icon-news {
	display: inline-block;
	width: 30px;
	height: 15px;
	background: url(../images/icon-news.png) no-repeat center;
	position: relative;
	top: 2px;
	margin-left: 5px;
}

.sub-more {
	color: #0465bf;
	font-size: 14px;
	text-decoration: none;
	margin-top: 3px;
	float: right;
}

.c-bank-sec {
	background: #f1f2f5;
	overflow: hidden;
	padding-bottom: 30px;
}

.c-bank-sec .title {
	color: #1a1a1a;
	font-size: 18px;
	float: left;
	margin: 30px 0;
}

.brank-go {
	display: block;
	height: 20px;
	width: 20px;
	border-radius: 3px;
	float: right;
	margin-left: 10px;
	margin-top: 34px;
	text-align: center;
	position: relative;
	background: #0465bf;
}

.brank-go.prevStop,.brank-go.nextStop{
	background: #afb0b2;
}
.pre,.next{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.pre {
	background: url(../images/arrow-left-white.png) no-repeat center;
	display: inline-block;
	width: 11px;
	height: 14px;
	vertical-align: middle;
}

.next {
	background: url(../images/arrow-next-white.png) no-repeat center;
	display: inline-block;
	width: 12px;
	height: 14px;
	vertical-align: middle;
}

.bank-group {
	clear: both;
	position: relative;
	overflow: hidden;
	height: 24px;
}

.bank-group img {
	/* margin-right: 31px; */
}

.bank-group ul {
	position: relative;
	padding: 0;
	list-style: none;
	margin: 0;
	white-space: nowrap;
	left: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;	/* Firefox 4 */
	-webkit-transition: all .5s ;	/* Safari 和 Chrome */
	-o-transition: all .5s ease;
}

.bank-group ul li {
	display: inline-block;
	width: 150px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	float: left;
}

/* 杉德卡服务相关样式 */
.scroll-notice-sec {
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.scroll-notice-sec a {
	color: #999999;
}

.scroll-notice-sec ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.icon-horn {
	display: inline-block;
	width: 25px;
	height: 16px;
	background: url(../images/icon-horn.png) no-repeat center;
	vertical-align: middle;
	margin-right: 6px;
	position: relative;
	top: -2px;
}

.latest-news {
	color: #1a1a1a;
	font-size: 14px;
}

.scroll-notice-sec .dot{
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #9a9da2;
	border-radius: 8px;
	margin-right: 5px;
}

.notice-text {
	display: inline-block;
	width: 400px;
	margin-left: 30px;
}

.scroll-notice-sec .sub-more {
	margin-top: 1px;
}

.text-ellipsis {
	display: inline-block;
	width: 250px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

.sand-related-service {
	display: inline-block;
	width: 790px;
	height: 495px;
	background: #fff;
}

.sand-related-sec {
	background: #f1f2f5;
	padding: 55px 0;
}

.sand-related-service .title,.latest-join-us .title {
	color: #1a1a1a;
	font-size: 28px;
	text-align: center;
	margin: 20px 0 18px 0;
}

.sand-related-service ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	width: 728px;
	margin: auto;
	overflow: hidden;
	text-align: center;
	color: #737373;
	font-size: 14px;
}

.sand-related-service li {
	float: left;
	width: 182px;
	height: 130px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.latest-join-us {
	width: 380px;
	height: 495px;
	background: #fff;
	float: right;
	position: relative;
}

.latest-join-us>a{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.latest-join-us ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.latest-join-us li {
	text-align: center;
	color: #737373;
	font-size: 14px;
}

.latest-join-us li a {
	color: #737373;
	font-size: 14px;
}

.join-us-btn {
	background: #0465bf;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 140px;
	height: 43px;
	line-height: 43px;
	border-radius: 25px;
	margin: 0 auto 25px auto;
	cursor: pointer;
	transition: all .5s ease;
	-moz-transition: all .5s ease;	/* Firefox 4 */
	-webkit-transition: all .5s ;	/* Safari 和 Chrome */
	-o-transition: all .5s ease;
}

.join-us-btn:hover{
	background: #1279d8;
}

.join-us-btn .icon-send {
	display: inline-block;
	background: url(../images/icon-send.png) no-repeat center;
	width: 18px;
	height: 18px;
	margin-left: 20px;
	position: relative;
	top: 3px;
}

.merchant-box {
	position: relative;
	height: 341px;
	display: table;
	width: 100%;
}
.merchant-box .tempWrap{
	height: 341px!important;
}
.merchant-box ul{
	height: 341px;
}
.merchant-box ul.other-class{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.opacity-mask {
	position: absolute;
	height: 341px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url(../images/opacity.png) no-repeat center;
	background-size: cover;
}

.icons {
	display: block;
	width: 50px;
	height: 44px;
	margin: 20px auto 20px auto;
	background: url(../images/sandcard-icons.png);
	transition: all .3s ease;
	-moz-transition: all .3s ease;	/* Firefox 4 */
	-webkit-transition: all .3s ;	/* Safari 和 Chrome */
	-o-transition: all .3s ease;
}

.sand-related-service li:hover .item-name {
	color: #0465bf;
	border: 1px solid #0465bf;
	border-radius: 25px;
	padding: 3px 10px;
	cursor: pointer;
}

.sand-related-service li:hover {
	background: #f1f2f5;
}

.icon-join {
	background-position: 0 0;
}

.sand-related-service li:hover .icon-join {
	background-position: 0 45px;
}

.icon-sale-point {
	background-position: -77px 0;
}

.sand-related-service li:hover .icon-sale-point {
	background-position: -77px 45px;
}

.icon-constitution {
	background-position: -156px 0;
}

.sand-related-service li:hover .icon-constitution {
	background-position: -156px 45px;
}

.icon-notice {
	background-position: -234px 0;
}

.sand-related-service li:hover .icon-notice {
	background-position: -234px 45px;
}

.icon-charge {
	background-position: -311px 0;
}
.sand-related-service li:hover .icon-charge {
	background-position: -311px 45px;
}

.icon-rule {
	background-position: -389px 0;
}

.sand-related-service li:hover .icon-rule {
	background-position: -389px 45px;
}

.icon-question {
	background-position: -468px 0;
}

.sand-related-service li:hover .icon-question {
	background-position: -468px 45px;
}

.icon-announce {
	background-position: -543px 0;
}

.sand-related-service li:hover .icon-announce {
	background-position: -543px 45px;
}

/*新加*/
.icon-regcard-balance {
	background-position: -627px 0;
}

.sand-related-service li:hover .icon-regcard-balance{
	background-position: -627px 45px;
}
.icon-regcard-transaction{
	background-position: -704px 0;
}
.sand-related-service li:hover .icon-regcard-transaction{
	background-position: -704px 45px;
}

.icon-noregcard-balance {
	background-position: -778px 0;
}

.sand-related-service li:hover .icon-noregcard-balance{
	background-position: -778px 45px;
}
.icon-noregcard-transaction{
	background-position: -832px 0;
}
.sand-related-service li:hover .icon-noregcard-transaction{
	background-position: -832px 45px;
}





.business-sec {
	overflow: hidden;
}

.business-sec .title {
	color: #1a1a1a;
	font-size: 28px;
	text-align: center;
	margin-top: 50px;
}

.business-ul-box {
	border-bottom: 1px solid #e5e5e5;
}

.business-ul {
	list-style: none;
	padding: 0;
	width: 1200px;
	margin: auto;
	position: relative;
	top: 3px;
	z-index: 1;
}

.business-ul li {
	color: #1a1a1a;
	font-size: 18px;
	display: inline-block;
	padding-bottom: 12px;
	margin-right: 85px;
	cursor: pointer;
}

.business-ul li.active {
	border-bottom: 5px solid #0066b3;
	color: #0465bf;
}

.business-tab-sec {
	overflow: hidden;
	margin-bottom: 120px!important;
}
.type-box {
	width: 33%;
	height: 235px;
	float: left;
	margin: 70px 0 0 0;
}

.media-box {
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	vertical-align: top;
	margin: 0 20px 0 10px;
	background: url(../images/business-icons.png),#e1e2e5;
	background: url(../images/business-icons.png)\0;
	background-position: -12px 0;
}

.media-box.shopping {
	background-position: -72px 0;
}

.media-box.supermarket {
	background-position: -132px 0;
}

.media-box.food {
	background-position: -190px 0;
}

.media-box.retail {
	background-position: -250px 0;
}

.media-box.medical {
	background-position: -310px 0;
}

.media-box.movies {
	background-position: -370px 0;
}

.media-box.beauty {
	background-position: -428px 0;
}

.media-box.other {
	background-position: -487px 0;
}

.type-box .item-name {
	font-family: "microsoft yahei", "Hiragino Sans GB", 宋体, 新宋体;
}
.item-cont-box {
	display: inline-block;
}

.item-cont-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 310px;
}

.item-cont-box ul li {
	color: #737373;
	font-size: 14px;
	display: inline-block;
	width: 110px;
	line-height: 1.8;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.item-cont-box ul li a {
	color: #737373;
}

.item-cont-box ul li a:hover{
	color: #0066b3;
}

.res-more {
	color: #0465bf;
	font-size: 14px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom:0 ;
}

.res-more:hover {
	text-decoration: underline;
}
.txtScroll-top {
	display: inline-block;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
/*#alertBox{*/
/*width: 630px;*/
/*height: 400px;*/
/*}*/
#alertBox img{
	width: 100%;

}

.txtScroll-top .notice-text:hover{
	color: #0465bf;
}
.txtScroll-top .notice-text:hover .dot{
	border-color: #0465bf;
}
.sand-login-box {
	position: absolute;
	top: 75px;
	right: 10px;
	width: 260px;
	/* height: 250px; */
	background: rgba(1,45,86,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99012d56,endColorstr=#99012d56);
}
.sand-login-box .login-go {
	background: url(../images/login-go.png) no-repeat right center;
	display: inline-block;
	height: 25px;
	width: 25px;
	float: right;
	margin-top: 18px;
}
.sand-login-box .title {
	color: #fff;
	font-size: 28px;
	text-align: center;
	margin: 18px 0 15px 0;
}
.sand-login-btn{
	width: 181px;
	height: 60px;
	line-height: 60px;
	padding: 0 22px;
	background: #179aff;
	border-radius: 5px;
	margin: auto;
	margin-bottom: 22px;
	cursor: pointer;
}
.sand-login-btn a {
	color: #fff;
	font-size: 18px;
}
.sand-login-btn.inter {
	background: #00ddff;
}
.sand-login-btn.inter:hover {
	background: #00c7e5;
}
.sand-login-btn:hover {
	background: #158be5;
}
