#paging{
	text-align: center;
}
.login_wps {
	width: 100%;
	height: 100%;
	min-width: 1200px;
	background: url(../images/login_top.png) no-repeat top center;
	background-size: 1920px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.login_midwps {
	width: 752px;
	height: 470px;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 0 0 54px #046A55;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.login_midtitle {
	font-weight: 800;
	font-size: 38px;
	color: #109F6A;
	padding: 50px 0;
}
.login_mirows {
	width: 568px;
	height: auto;
	margin-bottom: 21px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.login_minpwps {
	flex: 1;
	height: 56px;
	padding: 0 19px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.login_minput {
	width: calc(100% - 35px);
	height: 100%;
	font-size: 20px;
	color: #333;
}
.login_yzmwps {
	width: 126px;
	height: 56px;
	display: block;
	cursor: pointer;
	margin-left: 7px;
}
.login_yzmnext {
	height: 100%;
	padding: 0 8px;
	font-size: 14px;
	color: #666666;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}
.login_botwps {
	width: 568px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 21px;
}
.login_botleft {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 17px;
	cursor: pointer;
	color: #666666;
	user-select: none;
}
.login_botleft>input[type="checkbox"] {
	width: 17px;
	height: 16px;
	background: url(../images/check.png) no-repeat center bottom;
	background-size: 100% 100%;
	display: block;
	margin-right: 13px;
	appearance: none;
}
.login_botleft>input[type="checkbox"]:checked {
	background: url(../images/checked.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.login_butwps {
	width: 750px;
	height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #109F6A;
	border-radius: 42px;
	margin-top: 60px;
	font-size: 32px;
	color: #FFFFFF;
}
.login_nohao {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 20px;
	color: #666666;
	margin-top: 20px;
}
.login_nohao>a {
	cursor: pointer;
	color: #109F6A;
}
.footer_wps {
	width: 100%;
	min-width: 1200px;
	border-top: 7px solid #109F6A;
}
.footer_tops {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
}
.footer_hrefwps {
	width: 100%;
	font-size: 15px;
	color: #303030;
	line-height: 63px;
}
.footer_botwps {
	width: 100%;
	height: auto;
	background-color: #363636;
}
.footer_midwps {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	padding: 60px 0 40px;
}
.footer_bmidright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
}
.footer_bmidright>img {
	width: 122px;
	height: 122px;
	display: block;
	background-color: #fff;
}
.footer_bmidleft {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 50%;
	height: auto;
}
.foot_mlicos {
	width: 96px;
	height: 96px;
	display: block;
	border-radius: 48px;
	margin-right: 14px;
}
.foot_mlrnames {
	height: 96px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 32px;
	color: #FFFFFF;
}
.footer_bmidlm {
	flex: 1;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.foot_lxwms {
	width: 110px;
	font-size: 18px;
	color: #FFFFFF;
}
.foot_lmriwps {
	display: flex;
	flex-direction: column;
	font-size: 17px;
	font-weight: 300;
	color: #FFFFFF;
}
.foot_lmriows {
	margin-bottom: 20px;
}
.footer_banquan {
	width: 100%;
	text-align: center;
	height: 44px;
	font-weight: 300;
	font-size: 13px;
	color: #AFAFAF;
	line-height: 44px;
	min-width: 1200px;
	background-color: #363636;
	border-top: 1px solid #9093A0;
}
.footer_banquan span{
	margin: 0 15px;
}
.footer_banquan a{
	color: #AFAFAF;
}
.footer_banquan a:hover{
	color: #FFFFFF;
}
.common_top {
	width: 100%;
	height: auto;
	overflow: hidden;
	min-width: 1200px;
	position: relative;
}
.common_midwps {
	width: 100%;
	height: 636px;
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
}
.swiper-button-prev {
	background-image: url(../images/banner_qh.png);
	left: calc(50% - 700px);
}
.swiper-button-next {
	background-image: url(../images/banner_qh.png);
	transform: rotateY(180deg);
	right: calc(50% - 700px);
}
.swiper-button-prev:hover {
	background-image: url(../images/banner_qhi.png);
	transform: rotateY(180deg);
}
.swiper-button-next:hover {
	background-image: url(../images/banner_qhi.png);
	transform: rotateY(0);
}
.common_content {
	width: 1200px;
	position: absolute;
	top: 0;
	left: calc(50% - 600px);
	height: 100%;
	/* pointer-events: none; */
	display: flex;
	flex-direction: column;
	z-index: 5;
	justify-content: center;
	overflow: hidden;
	align-items: center;
}
.common_content a:hover{
	color: #FFFFFF;
}
.head_logorow {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 63px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
}
.head_logorow a{
	display: flex;
	color: #FFFFFF;
}
.head_logorow img {
	width: 90px;
	height: 90px;
	display: block;
	border-radius: 45px;
	margin-right: 26px;
}
.head_lmtxts {
	font-size: 39px;
	color: #FFFFFF;
	margin-top: 110px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.26);
}
.index_searchwps {
	width: 1200px;
	height: 90px;
	/*background: #FFFFFF;*/
	display: flex;
	margin: 100px auto;
	flex-direction: row;
	align-items: center;
	
}
.insearch_input {
	flex: 1;
	box-sizing: border-box;
	padding: 0 23px;
	height: 90px;
	font-size: 21px;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.search_butwps {
	width: 250px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #109F6A;
	font-size: 25px;
	color: #FFFFFF;
}
.index_mmwppps {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.index_mmwlefts {
	width: 1200px;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.index_menutitle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 43px;
	padding-left: 17px;
	min-width: 132px;
	padding-right: 30px;
	background: url(../images/title_back.png) no-repeat right center;
	font-size: 21px;
	color: #FFFFFF;
}
.index_menutitle a,.index_menutitle a:hover{
	color: #FFFFFF;
}
.index_xmzswps {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 32px;
}
.index_xmrowps {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.index_xmrlis {
	flex: 1;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	height: 46px;
	align-items: center;
	border-left: 1px solid #e5e5e5;
	justify-content: center;
	font-size: 17px;
	color: #303030;
}
.index_xmrowps .index_xmrlis:last-child{
    flex: 0.5;
}
.index_xmzswps .index_xmrowps:first-child {
	background-color: #EFEFEF;
}
.index_xmzswps .index_xmrowps:first-child .index_xmrlis {
	font-size: 21px;
	height: 40px;
	color: #303030;
}
.index_xmrowps .index_xmrlis:first-child {
	border-left: none;
}
.index_mmwright {
	width: 250px;
	height: auto;
	display: flex;
	flex-direction: column;
}
.xsls_icos {
	width: 250px;
	height: auto;
	display: block;
}
.index_mmwrlis {
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #109F6A;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	margin-top: 26px;
	font-size: 25px;
	color: #FFFFFF;
}
.index_mmwrlis:first-child{
    margin-top: 0;
}
.index_mmwrlis .userinfo{
	font-size: 20px;
	text-align: center;
}
.index_mmwrlis .userinfo .loginout{
	font-size: 16px;
	display: block;
	margin-top: 10px;
}
.index_mmwrlis a{
	color: #FFFFFF;
}
.index_mmwrlis:hover,.index_mmwrlis a:hover{
	color: #FFFFFF;
}
.index_mmwrlis>img {
	width: 50px;
	height: 52px;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
}
.index_newwps {
	width: 1200px;
	margin: 100px auto;
	display: flex;
	flex-direction: row;
}
.inew_liwps {
	width: calc(33.33% - 20px);
	margin-left: 30px;
	height: auto;
	background-color: #fff;
	min-height: 500px;
}
.index_newwps .inew_liwps:first-of-type {
	margin-left: 0;
}
.inew_mlist {
	width: 100%;
	height: auto;
	padding: 24px 20px;
	box-sizing: border-box;
}
.inew_mlirowps {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}
.inew_mlist .inew_mlirowps:first-of-type {
	margin-top: 0;
}
.inew_mlilefts {
	width: 112px;
	height: 104px;
	display: block;
}
.inew_mliright {
	width: calc(100% - 132px);
	height: 104px;
	position: relative;
}
.inew_mliname {
	width: 100%;
	font-size: 17px;
	color: #303030;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inew_mlicont {
	font-size: 17px;
	color: #C7C7C7;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 2;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
	margin-top: 6px;
}
.inew_mlibots {
	display: flex;
	flex-direction: row;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 18px;
	justify-content: flex-end;
	font-weight: 300;
	font-size: 13px;
	color: #303030;
}
.inew_mlibots>span {
	padding-left: 30px;
}
.inew_mlibots>img {
	position: absolute;
	left: 0;
	top: 0;
}
.lsjg_lists {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px;
}
.lsjg_liwps {
	width: 100%;
	font-weight: 400;
	font-size: 21px;
	color: #303030;
	padding: 40px 0 20px;
	border-top: 1px solid #c7c7c7;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}
.lsjg_lists .lsjg_liwps:first-of-type {
	border-top: none;
}
.lsjg_liwps:hover {
	color: #109F6A;
}
.wdxm_leftwps {
	width: 250px;
	height: auto;
}
.wdxm_lefwdxm {
	width: 250px;
	height: 465px;
	background-color: #109F6A;
}
.wdxm_metops {
	margin: 0 auto;
	width: calc(100% - 52px);
	height: 150px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	font-size: 25px;
	color: #FFFFFF;
}
.wdxm_metops>img {
	width: 40px;
	padding-right: 5px;
}
.xjxm_butwps {
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 50px 0;
	font-size: 25px;
	color: #FFFFFF;
}
.xjxm_butli {
	width: calc(100% - 10px);
	box-sizing: border-box;
	padding-right: 10px;
	height: 82px;
	border-radius: 41px 0 0 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-top: 30px;
	color: #fff;
}
.xjxm_butli:hover{
	background-color: #fff;
    color: #109F6A;
}
.xjxm_butwps .xjxm_butli:first-child {
	margin-top: 0;
}
.xjxm_butli.active {
	background-color: #fff;
	color: #109F6A;
}
.wdxm_icos {
	margin-top: 14px;
	display: block;
	width: 250px;
}
.wdxm_midmmwps {
	width: 1200px;
	margin: 100px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.wdxm_rightwps {
	width: 925px;
	height: auto;
	background-color: #fff;
}
.jg_labwps {
	width: calc(100% - 15px);
	margin: 30px auto;
	height: auto;
	border: 1px solid #C7C7C7;
}
.jg_labtitle {
	width: 100%;
	height: auto;
	background-color: #F3F3F3;
	display: flex;
	flex-direction: row;
}
.jg_labtilis {
	height: 65px;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #c7c7c7;
}
.jg_labtitle>.jg_labtilis {
	font-size: 18px;
	color: #303030;
}
.jg_labbotwps {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 15px;
	border-top: 1px solid #c7c7c7;
	color: #303030;
}
.jg_labbright {
	width: 100%;
	box-sizing: border-box;
	/* border-left: 1px solid #C7C7C7; */
}
.jg_labbrow {
	width: 100%;
	display: flex;
	border-top: 1px solid #c7c7c7;
	box-sizing: border-box;
	flex-direction: row;
	height: 65px;
}
.jg_labbright .jg_labbrow:first-of-type {
	border-top: none;
}
.jg_labtitle>.jg_labtilis:first-of-type,
.jg_labbrow>.jg_labtilis:first-of-type {
	border-left: none;
}
.see_jg {
	cursor: pointer;
	font-size: 15px;
	color: #077BDD;
	text-decoration-line: underline;
}
.see_jg:hover {
	text-decoration-line: underline;
}
.jg_labtitle>.jg_labtilis:nth-child(4),
.jg_labbrow>.jg_labtilis:nth-child(4) {
	width: 200px;
	flex: none;
}
.jg_labtitle>.jg_labtilis:nth-child(6),
.jg_labbrow>.jg_labtilis:nth-child(6),
.jg_labtitle>.jg_labtilis:nth-child(5),
.jg_labbrow>.jg_labtilis:nth-child(5) {
	width: 86px;
	flex: none;
}
.jg_labtitle>.jg_labtilis:nth-child(3),
.jg_labbrow>.jg_labtilis:nth-child(3) {
	width: 124px;
	flex: none;
}
.wdxm_boticos {
	width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto 50px;
}
.xxfb_midwpss {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 50px;
	position: relative;
}
.xyfb_midrowps {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 24px;
	justify-content: space-between;
}
.xyfb_midlefts {
	width: 90px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #303030;
}
.xyfb_midlefts .rs{
	color: #e00;
}
.xyfb_midright {
	width: calc(100% - 134px);
	height: auto;
}
.xyfb_mrinput {
	width: 100%;
	height: 44px;
	border-radius: 7px;
	background: #FFFFFF;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 20px;
}
select.xyfb_mrinput {
	background: url(../images/jt_xia.png) no-repeat 98% center;
	background-size: 9px 9px;
}
.xyfb_subrows {
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
}
.xyfb_submits {
	width: 330px;
	height: 60px;
	justify-content: center;
	align-items: center;
	color: #fff;
	display: flex;
	background: #109F6A;
	border-radius: 7px;
	font-size: 20px;
	color: #FFFFFF;
	margin: 30px 0;
}
.hycxwh_img {
	width: 100%;
	height: 287px;
	display: block;
	margin-top: 36px;
}
.xyfb_midlefts.must::after {
	/* content: '*';
	color: #D5181C;
	font-size: 25px; */
}
.xyfb_muploads {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.xyfb_mupliwps {
	width: 120px;
	position: relative;
	margin-right: 38px;
}
.xyfb_mupliwps>img {
	width: 100%;
	height: 100%;
	display: block;
}
.xyfb_mupliwps.must::after {
	/* content: '*';
	position: absolute;
	right: -16px;
	top: -5px;
	font-size: 25px;
	color: #D5181C; */
}
.bz_textwps {
    width: 100%;
	max-width: 100%;
	min-height: 150px;
	border-radius: 7px;
	border: 1px solid #C7C7C7;
	box-sizing: border-box;
	padding: 20px;
	font-size: 16px;
}
.index_mmwiboms {
	width: 250rpx;
	display: block;
	margin-top: 26px;
}
.cont_mtitles {
	width: 100%;
	font-size: 42px;
	color: #303030;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.cont_mtmenulan {
	width: 100%;
	height: 62px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.cont_mtmeltime {
	font-size: 17px;
	color: #C7C7C7;
}
.cont_mtmeltright {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 140px;
}
.cont_mtmeltright>img {
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: block;
}
.cmcont_wpss {
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #303030;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.cmcont_wpss>image {
	max-width: 100%;
}
.wdxm_rinews {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 56px;
}
.wdxm_rinrowps {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	margin-top: 30px;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}
.wdxm_rinews .wdxm_rinrowps:first-of-type{
	margin-top: 0;
}
.wdxm_rinrimgs {
	width: 152px;
	height: 105px;
	display: block;
}
.wdxm_rimright {
	width: calc(100% - 180px);
	height: 105px;
	position: relative;
}
.wdxm_rimnames {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 21px;
	color: #303030;
}
.wdxm_rimnames>img {
	width: 19px;
	height: 18px;
	display: block;
	margin-right: 3px;
}
.wdxm_rimzhaiyao {
	width: 504px;
	height: 45px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 17px;
	color: #C7C7C7;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.wdxm_rimbotms {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.wdxm_rimbotms>span{
	margin-right: 50px;
	font-weight: 300;
	font-size: 13px;
	color: #303030;
}
.wdxm_rimbtims{
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	font-weight: 400;
	font-size: 17px;
	color: #C7C7C7;
}
.wdxm_rmbhlists{
	width: 100%;
	box-sizing: border-box;
	padding: 30px 56px;
}
.wdxm_rmbhlips{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
}
.wdxm_rmbhlists .wdxm_rmbhlips:last-of-type{
	margin-bottom: 0;
}
.wdxm_rmblpleft{
	width: 605px;
	font-size: 21px;
	color: #303030;
	overflow: hidden;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/ljt.png) no-repeat left center;
}
.wdxm_rmblright{
	font-weight: 400;
	font-size: 17px;
	color: #C7C7C7;
}
.lxwm_midwpss{
	width: 100%;
	box-sizing: border-box;
	padding: 50px 90px;
}
.lxwm_midrows{
	display: flex;
	flex-direction: row;
	font-weight: 400;
	font-size: 21px;
	color: #303030;
	margin-bottom: 30px;
}
.lxwm_midrows>.labwps{
	width: 120px;
	text-align: right;
	margin-right: 30px;
}
.lxwm_wxico{
	width: 123px;
	height: 123px;
	display: block;
	background-color: #000;
}
.fidex_menus{
	width: 58px;
	position: fixed;
	right: 26px;
	bottom: 180px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 9;
}
.fidex_menuli{
	width: 58px;
	height: 80px;
	cursor: pointer;
	margin-top: 18px;
	transition: .5s;
	position: relative;
}
.fidex_menus .fidex_menuli:first-child{
	margin-top: 0;
}
.fidex_menuicowps{
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: 7px;
	border: 1px solid #D5D5D5;
	font-size: 17px;
	color: #535353;
}
.fidex_menuicowps>.red{
	display: none;
}
.fidex_mlileft{
	width: 222px;
	display: flex;
	pointer-events: none;
	opacity: 0;
	transition: .5s;
	flex-direction: row;
	min-height: 80px;
	flex-direction: column;
	align-items: center;
	border: 1px solid #109F6A;
	border-radius: 10px;
	justify-content: center;
	text-align: center;
	font-size: 21px;
	color: #109F6A;
	position: absolute;
	right: 68px;
	top: 0;
	background-color: #FFFFFF;
}
.fidex_menuli:hover .fidex_menuicowps{
	background-color: #109F6A;
	color: #fff;
}
.fidex_menuli:hover>.fidex_mlileft{
	pointer-events: inherit;
	opacity: 1;
}
.fidex_menuli:hover .red{
	display: block;
}
.fidex_menuli:hover .hui{
	display: none;
}
.fidex_mlilgzh{
	display: flex;
	padding: 20px 0;
	flex-direction: column;
	align-items: center;
}
.fidex_mlilgzh>img{
	width: 102px;
	height: 102px;
	margin-top: 10px;
	display: block;
	background-color: #fff;
}
/*=========================*/
.bai_midwps{
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
}
.lv_midwps{
	width: 100%;
	min-width: 1200px;
	background-color: #F4FEFD;
}
.rzqy_marquee{
	width: 1200px;
	height: 365px;
	margin: 50px auto 0;
	overflow: hidden;
	background: #21AC75;
	border: 1px solid #C7C7C7;
	white-space: nowrap;
}
.rzqy_zhanshi{
	/* width: 10000px; */
	display: flex;
	height: 365px;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	animation: marquee 10s linear infinite;
}
@keyframes marquee{
	from { transform: translateX(0); }
	to { transform: translateX(-100%); }
}
.rzqy_zsliwps{
	width: 378px;
	height: 235px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(30,155,57,0.3);
	border-radius: 10px;
	border: 1px solid #21AC75;
	font-weight: 400;
	font-size: 25px;
	color: #303030;
	margin-left: 26px;
}
.rzqy_zhanshi .rzqy_zsliwps:first-of-type{
	margin-left: 0;
}
.rzqy_zsliwps img{
	width: 94px;
	height: 94px;
	display: block;
	border-radius: 47px;
	margin:0 auto 30px;
	background-color: #21AC75;
}
.rzqy_zsliwps div{
	text-align: center;
}
.rzqy_midwps{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 110px 0;
}
.notcie_midwps{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
.xxfb_topwpss{
	width: 100%;
	height: auto;
	padding: 64px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.fbxx_butwps{
	cursor: pointer;
	width: 398px;
	height: 204px;
	background: #21AC75;
	box-shadow: 0px 3px 3px 0px rgba(30,155,57,0.3);
	border-radius: 10px;
	border: 1px solid #21AC75;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	color: #FFFFFF;
}
.fbxx_butwps>img{
	display: block;
	margin-right: 34px;
}
.xxfb_twleft{
	width: 752px;
	height: 204px;
	border-right: 1px solid #C7C7C7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.xxfb_cxsearch{
	width: 707px;
	height: 73px;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(30,155,57,0.3);
	border-radius: 10px;
	border: 1px solid #21AC75;
	font-size: 21px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}
.xxfb_cxbuts{
	width: 707px;
	height: 73px;
	background: #21AC75;
	box-shadow: 0px 3px 3px 0px rgba(30,155,57,0.3);
	border-radius: 10px;
	border: 1px solid #21AC75;
	font-size: 25px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ilab_wraps{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #C7C7C7;
	margin-top: 50px;
}
.ilab_rowps{
	width: 100%;
	height: 66px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #fff;
	border-top: 1px solid #C7C7C7;
	font-size: 18px;
	color: #303030;
}
.ilab_rowlips{
	flex: 1;
	flex-shrink: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ilab_rowlips:last-child{
    flex: 0.5;
}
.ilab_wraps .ilab_rowps:nth-of-type(2n+1){
	background-color: #F3F3F3;
}
.ilab_wraps .ilab_rowps:first-child{
	height: 85px;
	background-color: #21AC75;
	color: #fff;
	font-size: 21px;
	color: #FFFFFF;
}
.ilab_wraps .ilab_rowps:first-child .ilab_rowlips{
	border-left: 1px solid  #C7C7C7;
}
