.flex{
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.box_centent .col-xs-12.col-sm-6.col-md-3 .text_icon{
	-webkit-align-items:center; 
	-moz-align-items:center; 
	-ms-align-items:center; 
	-o-align-items:center;
	 align-items:center;
}
.box_centent .col-xs-12.col-sm-6.col-md-3 .text_icon,.flex_justify_content,
.toplo1_02 p{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}


.div2 {
    width: 90%;
    /* width: 60%; */
    margin: 0 auto;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: url('/statics/images/member/gzrk_kuang.png') no-repeat;
    background-size: 100% 100%;
}
.div2>div {
    width: 354px;
    height: 254px;
    padding: 19px 0px;
    background-size: 100% 100%;
}
.toplo1 {
    background: #3780EA;
}
.toplo2 {
    background: #EA567B;
}
.toplo3 {
    background: #fe9800;
}
.toplo1, .toplo2, .toplo3 {
    width: 88%;
    margin: 0 auto;
    height: 100%;
}
.toplo1s {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flow-root;
    text-align: left;
    position: relative;
}
.toplo1_01 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}
.toplo1_01 img{
	width: 50px;height: 50px;margin: 30px auto;
}
.toplo1_02 p {
    /* margin-top: 9px; */
    height: 64px;
}
.div2 p {
    margin-bottom: 0px;
}
.toplo1_02 p {
    margin-bottom: 24px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: normal!important;
    text-align: center;
    letter-spacing: .1em;
    word-break: break-all;
}
.div2>div {
    width: 50%;
	height: 254px;
}
.div2 p {
    font-size: 30px;
}
.box_centent.div2_en .div2 p{
    font-size: 2rem;
}
.box_centent.div2_en .toplo1s{
    width: 90%;
}
.mobile_show {
    display: none;
}
.mobile_show .div2{
    background: none;
}
.mobile_show .div2 .div202{
    margin-top: -30px;
}

.hr_box .layui-bg-gray{
    border-top: 1px solid transparent;
}
.footer_box {margin-bottom: 60px;}
.margin_30{margin-top: 30px;}

/* 
*以上手机端
*以下电脑端 
**/
@media (max-width:768px) {
	.box_centent{padding: 0;}
	.div2{width: 100%;}
	.toplo1_01 img{width: 40px;height: 40px;margin: 10px auto;}
	.toplo1_02 p{    height: 50px;margin-bottom: 0px;margin-top: 0;font-weight:bold;font-size: 1.5rem;}
	.div2>div{width: 100%;height: 150px;}
	.box_centent.div2_en .div2 p{font-size: 1.2rem;}
    .toplo1s{width: 90%;}
    .mobile_hide{display: none;}
    .mobile_show {display: block;}
    .hr_box .layui-bg-gray{border-top: 1px solid #eee;}
    .footer_box {margin-bottom: 0px;margin-top: -26px;}
    .margin_30{margin-top: 0px;}
}