.lxwm {
    width: 100%;
    overflow: hidden;
    float: left;
}

.icon-lxwm>img {
	width:100%;
	height:100%
}
.lxwm-group-span {
    width: 100%;
    font-size: 100px;
    font-weight: bold;
    float: left;
    color: #EFF3F4;
    text-align: center;
}

.lxwm-group-span2 {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    float: left;
    color: #182548;
    text-align: center;
    margin-top: -70px;
    margin-bottom: 4%;
}
/*.main-header-img.mxH{
	height:640px!important;
}
.mxhidden{
	display:none;
}*/

.lxwm-main {
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
    display:flex;
justify-content: center;
    box-shadow: 0px 0px 5px #cccccc;
    padding: 10px 10px;
    margin-bottom: 50px;
	
}

.zhaopin{
    margin-bottom: 0px;
    box-shadow: none;
    display: block;
    margin-top: 4%;
}
.zhaopin .zhaopin-title{
    color: #666666;
}
.zhaopin .table thead{
    background: #F49455;
    color: white;
}
.zhaopin .table thead th{
    border-bottom: none;
}
.zhaopin .table tbody{
    color: #666666;
}
.zhaopin .table tbody td a{
    color: #666666;
}
.zhaopin .table-responsive>div{
	text-align:center;
}

.lxwm-main-left {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
	min-height:300px;
}

.lxwm-main-right {
    padding: 60px 0px 0 75px;
    float: left;
	
}

.lxwm-main-right-top {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    margin-bottom: 20px;
}

.lxwm-main-right-top-title {
    font-weight: bold;
    color: #F49455;
    border-bottom: 1.4px solid #999999;
    float: left;
    padding-bottom: 18px;
}

.lxwm-main-right-view {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
	display:flex;
	align-items:center;

}
.lxwm-main-right-view:not(:first-child){
	margin-top:34px;
	line-height:1;
}
.lxwm-main-right-view img{
	width:16px;
	margin-right:20px;
}
.pcShow{
	height:2000px;
	background:red;
	width:100%;
	float:left;
}


@media screen and (max-width: 992px) {
    .lxwm-group-span {
        font-size: 50px;
    }
    .lxwm-group-span2 {
        font-size: 16px;
        margin-top: -50px;
    }
    .lxwm-main {
        width: 100%;
        margin-left: 0%;
        box-shadow: 0px 0px 0px #888888;
        padding: 10px;
    }
    .lxwm-main-right {
        padding: 0px;
		margin-top:40px;
    }
    .lxwm-main-right-top {
        line-height: 50px;
        font-size: 16px;
        margin-bottom: 0px;
    }
  
    .lxwm-main-right-view {
        font-size: 16px;
    }
}

@media screen and (max-width: 720px) {
	.lxwm-main-right-view {
        font-size: 14px;
    }
}