.m_banner img{
    display:block
}
/* 内容区 */
.centent{
    background:#EFEFEF;
    width:100%;
    margin:0 auto;
    padding:0.5rem 0;
}
.centent_top{
    width:100%;
    margin:0 auto;
}

.centent_top div{
    font-size:0.2rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.38rem;
    text-align:center;
    margin-top:0.1rem;
}
.info_box{
    width:100%;
    text-align: center;
    /* margin:0 auto; */
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gLeft {
	width: 100%;
    display: flex;
	/* margin-right: 40px; */
}
.gLeft div {
	line-height: 100px;
	text-align: center;
	background: #42c0bd;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.gLeft ul {
	display: flex;
	padding: 0 0;
    flex:1;
    justify-content:space-around;
}
.gLeft ul li {
	display: block;
	padding: 0 0;
	line-height: 80px;
	text-align: center;
	margin-bottom: 10px;
	/* background: #f2f2f2; */
    color: #808080;
    cursor: pointer;
}
.top{
    text-align: center;
    display:block;
    cursor:pointer;
    width:50px;
    transform: rotate(-90deg);
}
.next{
    text-align: center;
    display:block;
    cursor:pointer;
    width:50px;
    transform: rotate(-90deg);
}
.gRight {
	float: left;
	width: 100%;
	/* padding-right: 20px; */
}
.gRight .title {
	font-size: 18px;
	line-height: 39px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
}
.gRight .title span {
	display: inline-block;
	line-height: 39px;
	border-bottom: 1px solid #42c0bd;
}
.gRight .imgWrap div {
	display: inline-block;
	/* display: table-cell;
	float: left; */
	width: 260px;
	height: 260px;
	overflow: hidden;
	border-radius: 4px;
	margin: 10px;
	position: relative;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.gRight .imgWrap1 div {
	display: inline-block;
	/* display: table-cell;
	float: left; */
	width: 100%;
	height: 650px;
	overflow: hidden;
	border-radius: 4px;
	/* margin: 10px; */
	position: relative;
	/* border: 1px solid #e6e6e6; */
	text-align: center;
}
.gRight .imgWrap1 div img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.gRight .imgWrap div img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.gLeft ul li{

	color: #808080;
}
.category1 {
	display: block;
}
.category1 div,.category2 div{
    margin-top:10px;
}
.category2 {
	display: none;
}
.category3{
	display:none;
}
.category4{
	display:none;
}
.hid{
	display: none;
}
.categoryWrap1{
	width:100%;
	background: url(../images/bj_big_img.jpg) no-repeat;
	background-size:100% 100%;
	position: relative;
}