* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #999;
}

ul {
	list-style: none;
}

img {
	border: none;
}

.bg-grey {
	/*background-color: #f2f2f4;*/
	width: 100%;
	height: auto;
	padding: 0px 0;
}

.content {
	

}

h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
}

h2.title:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #0c9;
	bottom: 0;
	content: '';
}

p.subtitle {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.tab-block {
	

	margin: 0px auto 0;
	background-color: #FFF;
	border: 1px solid #e5e5e5
}





.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #fafafa
}

.tab-block .tab-buttons .tab-button {
	/*width: 20%;*/
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
padding:0px;
	color: #999;
	line-height: 50px;
	position: relative;
	cursor: pointer
}
.tab-block .tab-buttons .wp {
	/*width: 20%;*/
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	position: relative;
	cursor: pointer
}

.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #333
}

.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1183ff
}



.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	padding: 0px 15px 0px 0px;
	display: none
}

.tab-block .tabs .tab-item.active {
	display: block
}


.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}
/* section min-height: 229px;*/
.section{margin:10px auto 0 auto;overflow:hidden;}
.section ul{}
.section ul li{    float: left;
    
    padding:0px 0px 0px 15px;
    margin-bottom: 10px;
    display: inline;
   position: relative;
    overflow: hidden;
    }
.section ul li .photo{    overflow: hidden; }/* section min-height: 229px;*/
.section ul li .photo p{margin: 0px;}
.section ul li .photo img{width: 100%;height: auto;}
.section .rsp{width: 100%;height: 100%;overflow:hidden;position: absolute;background:#000;top:0px;left:15px;}
.section .text{position:absolute;width: 100%;height: 100%;left:-300px;top:0px;overflow:hidden;}
.section .text h3{width:300px;margin-top:100px;height:50px;line-height:50px;text-align:center;color:#FFFFFF;font-size:20px;}
.section .text a{text-decoration:none}
.section .text div{text-align:center;color:#FFFFFF;font-size:18px;}
.xyjp_tit {
    background: #e0e0e0;
       display: none;
    text-align: center;
    font-size: 14px;
    color: #222;}
  .section .text div {

    overflow: hidden;
    position: absolute;

    bottom: 25%;
    left: 35%;

 
    width: 59px;
    height: 59px;
    background: url(../images/s_icons.png) 0px -23px no-repeat;
}