.layout {
	overflow: hidden;
}

.wrap {
	width: 1280px;
	margin: 0 auto;
}


.header .th{background: #1d61ec;display: flex;align-items: center;gap: 8px;width: 100%;height: 2.33333333rem;}
.header .th .rtc{display: flex;width: 50%;padding-left:20%;}
		.header .th img {display: inline-block;height: 2.13333333rem;}
		.header .th a {display: flex; align-items: center;gap: 6px; text-decoration: none;}
		.header .th h6{display: inline-block;color:#fff !important;font-size:1rem;margin: 0;line-height: 1.6;}
		.header .tb .logo a {font-size: 1.81875rem;font-weight: bold;color: #143867;padding-left:4rem;}

.header .tb {
	background: url(../images/hbg1.jpg) no-repeat center/cover;
}

.header .tb .wrap {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .tb .logo a {
	display: flex;
	align-items: center;
	font-size: 32px;
	line-height: 1.4;
	color: #223956;
	
}

.header .tb .logo a img {
	height: 61px;
	display: block;
	margin-right: 7px;
}

.header .tb .rt {
	display: flex;
	align-items: center;
}

.header .tb .search {
	width: 295px;
	height: 40px;
	background: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 8px 0 #d9e6f8;
	margin-right: 30px;
}

.header .tb .search .txt {
	flex: 1;
	font-size: 16px;
	height: 40px;
	border: none;
	color: #333;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}

.header .tb .search .btn {
	width: 50px;
	height: 40px;
	border: none;
	background: url(../images/uico2.png) no-repeat center;
	cursor: pointer;
}

.header .tb .htbn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 18px;
	border-radius: 40px;
	line-height: 36px;
	background: #5375fd;
	font-size: 16px;
	color: #fff;
	margin-left: 8px;
}

.header .tb .htbn img {
	display: block;
	width: 16px;
	margin-right: 4px;
}

.header .tb .htbn2 {
	background: #10a0f2;
}

.header .naver {
	background: #2767ed;
}

.header .naver ul {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}

.header .naver ul li {
	padding-left: 70px;
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.header .naver ul li:nth-child(n+2)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	background: rgba(255, 255, 255, 0.15);
	height: 40px;
	margin-top: -20px;
}

.header .naver ul li h3 a {
	font-size: 18px;
	line-height: 2px;
	color: #ffffff;
	display: block;
	margin-right: 35px;
	white-space: nowrap;
}

.header .naver ul li dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 520px;
}

.header .naver ul li:nth-child(3) dl {
	width: 185px;
}

.header .naver ul li dd a {
	font-size: 17px;
	line-height: 1.6;
	color: #ffffff;
	display: block;
	margin-right: 20px;
}
.header .naver1 {
	background: #2767ed;
}

.header .naver1 ul {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}

.header .naver1 ul li {
	padding-left: 70px;
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 50px;
}

.header .naver1 ul li:nth-child(n+2)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	background: rgba(255, 255, 255, 0.15);
	height: 40px;
	margin-top: -20px;
}

.header .naver1 ul li h3 a {
	font-size: 18px;
	line-height: 2px;
	color: #ffffff;
	display: block;
	margin-right: 35px;
	white-space: nowrap;
}

.header .naver1 ul li dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 520px;
}

.header .naver1 ul li:nth-child(3) dl {
	width: 185px;
}

.header .naver1 ul li dd a {
	font-size: 17px;
	line-height: 1.6;
	color: #ffffff;
	display: block;
	margin-right: 20px;
}

.banner {
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 100%;
}

.banner .spans {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	z-index: 11;
	text-align: center;
}

.banner .spans span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	opacity: 1;
	margin: 0 5px !important;
}

.banner .spans span.swiper-pagination-bullet-active {
	background: #004b9a;
}

.home {
	background: #f6faff;
	padding: 35px 0;
}

.section ul {
	display: flex;
	justify-content: space-between;
	gap: 11px;
}

.section li {
	flex: 1;
}

.section li a {
	display: block;
	padding: 17px 10px 10px;
	border-radius: 6px;
	text-align: center;
	background: #e2e9ff;
	position: relative;
	top: 0;
	box-shadow: 0 0 8px #e5effc;
}

.section li a img {
	height: 31px;
	display: block;
	margin: 0 auto;
}

.section li a h4 {
	font-size: 18px;
	line-height: 2;
	color: #494949;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.section li:nth-child(2) a {
	background: #deefff;
}

.section li:nth-child(3) a {
	background: #cff6ef;
}

.section li:nth-child(4) a {
	background: #fff0d5;
}

.section li:nth-child(5) a {
	background: #e4e4ff;
}

.section li:nth-child(6) a {
	background: #fef0d5;
}

.section li:nth-child(7) a {
	background: #dee6ff;
}

.section li:nth-child(8) a {
	background: #fbe6d7;
}


.hnews {
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
	gap: 24px;
}

.hnews .nlist {
	flex: 1;
}

.box {
	background: #fff;
	box-shadow: 0 0 10px 0 #e8f0f9;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 22px 20px;
}

.flextit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	line-height: 55px;
	height: 55px;
}

.flextit h3 {
	display: flex;
	align-items: center;
}

.flextit h3 i {
	font-size: 26px;
	color: #232323;
	display: inline-block;
	border-bottom: 2px solid #004b9a;
	position: relative;
	top: 0px;
	margin-right: 45px;
}

.flextit h3 a {
	font-size: 18px;
	line-height: 55px;
	color: #232323;
	margin-right: 28px;
	display: block;
}

.flextit .hmore {
	font-size: 18px;
	color: #999999;
	display: inline-block;
}

.nlist li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
}

.nlist li a h4 {
	font-size: 18px;
	line-height: 1.6;
	color: #363636;
	width: calc((100% - 120px));
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nlist li a h4 i {
	color: #004b9a;
	display: inline-block;
	margin-right: 5px;
}

.nlist li a span {
	font-size: 16px;
	line-height: 1.6;
	color: #999999;
}

.piclist ul {
	display: flex;
	justify-content: space-between;
	gap: 13px;
	margin: 30px 0;
}

.piclist li {
	flex: 1;
}

.piclist li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
}

.hjoin {
	display: flex;
	justify-content: space-between;
}

.hjoin .lt {
	width: 740px;
}

.hjoin .rt {
	width: 520px;
}

.hjoin .lt ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 18px;
}

.hjoin .lt li {
	width: calc((100% - 14px)/2);
	margin-bottom: 12px;
}

.hjoin .lt li a {
	display: block;
	background: #f6faff;
	border-radius: 6px;
	padding: 13px 15px;
}

.hjoin .lt li .hd {
	border-bottom: 1px solid #e5e8ed;
	padding-bottom: 12px;
}

.hjoin .lt li .hd h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 1.6;
	color: #004b9a;
}

.hjoin .lt li .hd h4 i {
	font-size: 18px;
	color: #ff6c00;
}

.hjoin .lt li .hd h5 {
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
	margin-top: 6px;
}

.hjoin .lt li .hd h5 i {
	display: inline-block;
	margin: 0 8px;
	opacity: 0.5;
	font-size: 12px;
	font-weight: lighter;
}

.hjoin .lt li .flex {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.hjoin .lt li img {
	width: 40px;
	height: 40px;
	display: block;
	object-fit: contain;
	margin-right: 10px;
}

.hjoin .lt li h6 {
	font-size: 16px;
	line-height: 1.6;
	color: #232323;
	flex: 1;
}

.hjoin .lt li h6 i {
	display: block;
	font-size: 14px;
	color: #666666;
}

.hjoin .rt ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	justify-content: space-between;
}

.hjoin .rt ul li {
	width: calc((100% - 14px)/2);
	margin-bottom: 12px;
}

.hjoin .rt ul li a {
	display: block;
	background: #f6faff;
	border-radius: 6px;
	padding: 8px 15px;
	text-align: center;
}

.hjoin .rt ul li .icon {
	width: 55px;
	height: 55px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #edeff1;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
}

.hjoin .rt ul li .icon img {
	width: 90%;
	height: 90%;
	display: block;
	object-fit: contain;
}

.hjoin .rt ul li h4 {
	font-size: 18px;
	line-height: 1.6;
	color: #363636;
	border-bottom: 1px solid #e9edf2;
	padding-bottom: 10px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hjoin .rt ul li p {
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
	padding: 8px 0;
}

.hjoin .rt ul li p i {
	color: #004b9a;
	display: inline-block;
	margin-right: 5px;
}

.hjoin .box {
	padding: 10px 22px;
}

.hiconlist ul {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 30px 0;
}

.hiconlist li {
	flex: 1;
}

.hiconlist li a {
	display: flex;
	align-items: center;
	border-radius: 6px;
	height: 92px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
}

.hiconlist li img {
	width: 26px;
	height: 29px;
	display: block;
	object-fit: contain;
	margin-right: 15px;
}

.hiconlist li p {
	flex: 1;
	text-align: center;
	font-size: 16px;
	color: #3b3b3b;
	font-weight: bold;
	line-height: 1.6;
}

.hiconlist li:nth-child(1) a {
	background: #fbe6d7;
}

.hiconlist li:nth-child(2) a {
	background: #deefff;
}

.hiconlist li:nth-child(3) a {
	background: #efe4ff;
}

.hiconlist li:nth-child(4) a {
	background: #ffe2e2;
}

.htit h3 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.htit h3 i {
	font-size: 26px;
	line-height: 1.6;
	color: #232323;
	display: inline-block;
	margin: 0 12px;
}

.flextab {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.flextab .ltab {
	width: 265px;
}

.flextab .ltab li {
	display: flex;
	align-items: center;
	border-left: 3px solid #fff;
	background: #fff;
	padding-left: 22px;
	height: 72px;
	cursor: pointer;
	font-size: 18px;
	color: #5b6374;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.flextab .ltab li img {
	display: block;
	width: 25px;
	height: 25px;
	object-fit: contain;
	margin-right: 14px;
	filter: grayscale(100%);
	/* 兼容旧版浏览器 */
	-webkit-filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.flextab .ltab li p {
	flex: 1;
	font-size: 18px;
	line-height: 1.6;
	color: #5b6374;
}

.flextab .ltab li.on img {
	filter: grayscale(0%);
	/* 兼容旧版浏览器 */
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.flextab .ltab li.on {
	background-color: #xxx; /* 激活背景色 */
    color: #fff; /* 激活文字色 */
    border-left: 3px solid #xxx; /* 激活边框 */
	border-color: #004b9a;
	background: #f0f4f9;
}

.flextab .ltab li.on p {
	color: #004b9a;
}

.flextab .rt {
	flex: 1;
	margin-left: 6px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 18px 18px;
}

.flextab .rt .lis:nth-child(n+2) {
	display: none;
}

.flextab .rt ul {
	display: flex;
	flex-wrap: wrap;
}

.flextab .rt li {
	width: calc((100% - 22px)/3);
	margin: 10px 10px 0 0;
}

.flextab .rt li:nth-child(3n) {
	margin-right: 0;
}

.flextab .rt li a {
	display: flex;
	align-items: center;
	border-radius: 6px;
	background: #f6faff;
	padding: 20px;
}

.flextab .rt li a img {
	width: 44px;
	display: block;
	margin-right: 12px;
}

.flextab .rt li p {
	font-size: 18px;
	line-height: 1.6;
	color: #363636;
	flex: 1;
}

.hbanlist {
	margin-top: 40px;
}

.hbanlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hbanlist li img {
	display: block;
	margin-bottom: 13px;
	border-radius: 6px;
}

.footer {
	background: #262730;
	padding: 50px 0 30px;
}

.footer .hd {
	display: flex;
	gap: 12px;
}

.footer .hd .lsele {
	flex: 1;
	border: 1px solid #62636a;
	border-radius: 6px;
	line-height: 46px;
	font-size: 16px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	background: url(../images/ar1.png) no-repeat right 12px center;
}

.footer .hd .lsele option {
	background: #62636a;
}

.footer .bd {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.footer .bd .lt {
	flex: 1;
}

.footer .bd .lt .icontxt {
	display: flex;
	align-items: center;
}

.footer .bd .lt img {
	width: 40px;
	margin-right: 18px;
	display: block;
}

.footer .bd .lt p {
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
	opacity: 0.6;
	flex: 1;
}

.footer .bd .copyright {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.6;
	padding: 15px 0;
	margin-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .bd .copyright a {
	color: inherit;
}

.footer .bd .rt {
	margin-left: 100px;
}

.footer .bd .rt ul {
	display: flex;
}

.footer .bd .rt li {
	margin-left: 20px;
	text-align: center;
}

.footer .bd .rt .icon {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.footer .bd .rt .icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.footer .bd .rt p {
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
	opacity: 0.6;
}


.flextab .rt li a p,
.nlist li a h4 {
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.hbanlist li img,
.hiconlist li a,
.piclist li {
	position: relative;
	top: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	border-radius: 6px;
	overflow: hidden;
}

.hbanlist li a:hover img,
.hiconlist li a:hover,
.piclist li:hover,
.section li a:hover {
	top: -5px;
	box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.2);
}

.flextab .rt li a:hover p,
.flextit h3 a:hover,
.nlist li a:hover h4,
.flextit .hmore:hover {
	color: #004b9a;
}

.hjoin .rt ul li a:hover,
.hjoin .lt li a:hover {
	box-shadow: 0 0 8px 0 rgba(80, 80, 80, 0.1);
}





.fix_xiaoze_Bay {
	display: flex;
	width: 122px;
	height: 41px;
	padding-bottom: 7px;
	padding-left: 10px;
	background: url(../images/yxl_bq.png) no-repeat center;
	background-size: 122px;
	text-align: left;
	z-index: 9999;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0;
}

.fix_xiaoze_Bay span {
	display: inline-block;
	color: #fff;
	line-height: 36px;
	font-size: 14px;
	margin-right: 13px;
}

.xiaomi_logo {
	display: block;
	width: 51px;
	height: 72px;
	overflow: hidden;
	z-index: 11;
	cursor: pointer;
}

.tinet .icon {
	width: 3.229166666666667rem;
	padding: 0.5208333333333334rem 0.78125rem 0.2604166666666667rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: rgb(19, 102, 220);
	border-radius: 0.4166666666666667rem;
	box-shadow: 0 0 0.4166666666666667rem 0 rgba(80, 80, 80, 0.1);
	margin-bottom: 0.4125rem;
}

.tinet .icon img {
	width: 100%;
	display: block;
}

.tinet .icon h5 {
	font-size: 0.9375rem;
	color: #fff;
	line-height: 1.2;
}

.fxrtb .icon {
	width: 3.229166666666667rem;
	padding: 0.5208333333333334rem 0.78125rem 0.2604166666666667rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	border-radius: 0.4166666666666667rem;
	box-shadow: 0 0 0.4166666666666667rem 0 rgba(80, 80, 80, 0.1);
}
.fxrtb{
	position: relative;
}
.fxrtb .icon img {
	width: 100%;
	display: block;
}

.fxrtb .icon h5 {
	font-size: 0.9375rem;
	color: #3DA57A;
	line-height: 1.2;
}

.fxrtb ul {
	position: absolute;
	right: 100%;
	width: 9.270833333333334rem;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9*/
	-moz-transform: translateY(-50%);
	/* Firefox*/
	-webkit-transform: translateY(-50%);
	/* Safari 鍜  Chrome*/
	-o-transform: translateY(-50%);
	background: #fff;
	box-shadow: 0rem 0.21145833333333333rem 0.5286458333333334rem 0rem rgba(0, 0, 0, 0.16);
	border-radius: 0.4166666666666667rem;
	padding: 1.0416666666666667rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.fxrtb:hover ul {
	display: block;
}

.fxrtb ul a {
	display: flex;
	align-items: center;
	font-size: 0.7291666666666667rem;
	line-height: 1.25rem;
	margin: 0.4166666666666667rem 0;
}

.fxrtb ul a img {
	width: 0.6770833333333334rem;
	height: 0.6770833333333334rem;
	object-fit: contain;
	display: block;
	margin-right: 0.4166666666666667rem;
}

.tps {
	width: 2.604166666666667rem;
	height: 2.604166666666667rem;
	background: url(../images/ico6.png) no-repeat center;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 15px;margin-right: 5px;
}

.wphone {
	/* position: absolute; */
	width: 122px;
	padding: 8px 10px;
	right: 5px;
	background: rgb(19, 102, 220);
	background-size: 122px;
	text-align: left;
	top: -97px;
	border-radius: 5px;
	z-index: 9999;
	color: #fff;
	font-size: 14px;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.fxrt {
	position: fixed;
	right: 5%;
	top: 15%;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.hjoin .lt .lis:nth-child(n+2) {
	display: none;
}

.flextit h3 a.on{
	color: #004b9a;
}
.tinte-type {
	right: 5%;
	margin-top: 0.4125rem;
    z-index: 99;
}

.tinte-type .icon {
	width:3.229166666666667rem;
	padding:0.5208333333333334rem 0.78125rem 0.2604166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	background:linear-gradient(to bottom, #ffb257,#f98400);
	border-radius:0.4166666666666667rem;
	box-shadow:0 0 0.4166666666666667rem 0 rgba(80,80,80,0.1);
}
.tinte-type .icon h5 {
	font-size:0.9375rem;
	color:#fff;
	line-height:1.2;
}
.mskxifakui{
	position: fixed;
	right: 300px;
	bottom: 77px;z-index: 234;width: 595px;border-bottom: 0 0 20px 0 rgba(80,80,80,0.2);
	background: #fff;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;border-radius: 8px;padding-bottom: 10px;overflow: hidden;display: none;
}
.mskxifakui .fots{
	font-size: 14px;
	line-height: 1.6;
	color: #5077bc;text-align: right;padding: 0 16px;
}
.mskxifakui .text{
	/* padding: 0 16px;margin-bottom: 26px; */
}
.mskxifakui .text h4{
	font-size: 14px;
	line-height: 1.6;
	color: #3e3e3e;
}
.mskxifakui .text p{
	font-size: 14px;
	line-height: 1.6;
	color: #3e3e3e;
}
.mskxifakui .hds{
	display: flex;justify-content: space-between;align-items: center;background: #5077bc;
	padding: 0 14px;
}
.mskxifakui .hds h3{
	font-size: 16px;
	line-height: 44px;
	color: #fff;font-weight: bold;
}
.mskxifakui .hds ul{
	display: flex;justify-content: flex-start;align-items: center;
}
.mskxifakui .hds li{
	margin-left: 6px;height: 40px;width: 30px;position: relative;
}
.mskxifakui .hds li img{
	display: block;margin: auto;position: absolute;
	left: 0;right: 0;
	top: 0;z-index: 1;max-width: 90%;max-height: 90%;bottom: 0;
}
.mskxifakui .bds{
	padding: 16px;display: flex;justify-content: space-between;align-items: center;
}
.mskxifakui .bds .lt{
	display: flex;justify-content: flex-start;align-items: center;
}
.mskxifakui .bds h3{
	font-size: 14px;
	line-height: 1.7;
	color: #3e3e3e;
}
.mskxifakui .bds dl{
	display: flex;width: 86px;height: 32px;background: #d6d6d6;border-radius: 4px;overflow: hidden;
	margin-left: 12px;
}
.mskxifakui .bds dd{
	width: 50%;font-size: 14px;
	line-height: 32px;
	color: #3e3e3e;text-align: center;cursor: pointer;
}
.mskxifakui .bds dd.on{
	background: #5077bc;color: #fff;
}
.mskxifakui .bds .jieg{
	width: 74px;line-height: 28px;text-align: center;display: block;
	border: 1px solid #5077bc;border-radius: 4px;color: #5077bc;
}
.mskxifakui .fkbox{
	padding: 0 16px;
}
.mskxifakui .fkbox ul{
	display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;
}
.mskxifakui .fkbox li{
	display: flex;justify-content: space-between;align-items: center;width: 48%;margin-bottom: 10px;
}
.mskxifakui .fkbox dd label,
.mskxifakui .fkbox li label{
	font-size: 13px;
	line-height: 28px;
	color: #3e3e3e;display: block;width: 85px;text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}
.mskxifakui .fkbox li .t1{
	width: calc(100% - 72px);border: 1px solid #d8d8d8;height: 28px;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;padding: 0 10px;font-size: 14px;color: #3e3e3e;border-radius: 4px;
}
.mskxifakui .fkbox dd .lsele,
.mskxifakui .fkbox li .lsele{
	width: calc(100% - 72px);border: 1px solid #d8d8d8;height: 28px;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;padding: 0 20px 0 10px;font-size: 14px;color: #3e3e3e;border-radius: 4px; background:url(../images/qm11.png) no-repeat right 8px center;
}
.mskxifakui .fkbox li .yzm{
	display: flex;justify-content: space-between;align-items: center;width: calc(100% - 72px);
}
.mskxifakui .fkbox li h6{
	width: 90px;line-height: 28px;text-align: center;background: #5077bc;
	font-size: 14px;color: #fff;border-radius: 4px;cursor: pointer;
}
.mskxifakui .fkbox li .t3{
	width: calc(100% - 104px);
}
.mskxifakui .fkbox dd{
	display: flex;justify-content: space-between;margin-bottom: 10px;
}
.mskxifakui .fkbox dd:nth-child(1) label{
	width: 102px;
}
.mskxifakui .fkbox dd:nth-child(1) .lsele{
	width: calc(100% - 105px);
}
.mskxifakui .fkbox dd .t4{
	width: calc(100%);border: 1px solid #d8d8d8;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;padding: 5px 10px;font-size: 14px;color: #3e3e3e;border-radius: 4px;height: 68px;line-height: 1.7;resize: none;
}
.mskxifakui .fkbox .btn{
	font-size: 14px;
	line-height: 30px;
	color: #fff;text-align: center;background: #5077bc;width: 78px;height: 30px;display: block;border: none;
	display: block;border-radius: 4px;margin: 12px auto;cursor: pointer;
}
.mskxifakui .bds .jieg:hover{
	background: #5077bc;color: #fff;
}

.mtab {
	float:left;
	width:11.979166666666668rem;
	position:sticky;
	top:8.291666666666667rem;
	z-index:11;
	padding-top:2.83333333333335rem;
	height:100%;
}

.mhlist .rts:before {
	content:'';
	position:absolute;
	left:-2.291666666666667rem;
	top:0;	
	bottom:0;
	padding-top:2.83333333333335rem;
	border-right:0.20833333333333334rem solid #f4f4f5;
}
.mtab ul {
	position:relative;
	z-index:11;
}
.mtab li a {
	font-size:1.25rem;
	line-height:3.4895833333333335rem;
	padding-left:1.8229166666666667rem;
	display:block;
	border-right:0.20833333333333334rem solid rgba(255,255,255,0);
}
.mtab li a:hover,.mtab li.on a {
	color:#2767ed;
	background:#F1F5F8;
	border-color:#2767ed;
}
.mhlist .rts {
	width:calc(100% - 14.0625rem);
	float:right;
	position:relative;
padding-top:1.83333333333335rem;
	min-height: 320px;

}
.mhlist .rts h2 {
	font-size:1.1416666666666667rem;
	font-weight:600;
	color:#3DA57A;
	line-height:3.125rem;
	border-bottom:0.052083333333333336rem solid #E4E7ED;
	padding-top:0.4166666666666667rem;
}
.mhlist .rts dl {
	display:flex;
	flex-wrap:wrap;
	padding:0.8333333333333334rem 0 0;
}
.mhlist .rts dd {
	margin:0 0.8333333333333334rem 0.8333333333333334rem 0;
}
.mhlist .rts dd a {
	padding:0 0.8333333333333334rem;
	background:#F1F5F8;
	font-size:0.8333333333333334rem;
	line-height:1.6666666666666667rem;
	color:#3D3D3D;
	border-radius:0.20833333333333334rem;
	display:block;
}
.mhlist .rts ul li h3 {
	font-size:0.9375rem;
	font-weight:500;
	line-height:1.6;
	padding:0 0 0.5208333333333334rem;
	position:relative;
}
.mhlist .rts ul li h3:before {
	content:"";
	background:#3DA57A;
	width:3.541666666666667rem;
	height:0.10416666666666667rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.mhlist .rts ul li p {
	font-size:0.7291666666666667rem;
	font-weight:normal;
	line-height:1.1458333333333335rem;
	padding:0.9375rem 0;
	color:#606266;
}
.mhlist .rts ul li h6 {
	font-size:0.7291666666666667rem;
	font-weight:normal;
	line-height:1.1458333333333335rem;
	padding-left:1.0416666666666667rem;
	background:url(../images/mtico1.png) no-repeat left center;
	color:#909293;
}
.mhlist .rts ul li {
	border-bottom:0.052083333333333336rem dashed #D8D8D8;
	padding:1.0416666666666667rem 0;
}
.mhlist .rts .rtbtn {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding:0.78125rem 0 1.5625rem;
}
.mhlist .rts .rtbtn a {
	color:#909293;
	font-size:0.8333333333333334rem;
	font-weight:normal;
	line-height:1.875rem;
	display:block;
	margin-left:1.0416666666666667rem;
}
.mhlist .rts .rtbtn a:hover {
	color:#303133;
}
.mhlist .rts ul li a:hover h3{
	background:#2767ed;
	color:#fff;
}
.mhlist .rts dd.on a,.mhlist .rts dd a:hover {
	background:#2767ed;
	color:#fff;
}


.mhlist .rts .flax{
	display: flex;
	justify-content: space-between;
	align-items: center;flex-direction: row-reverse;
	border-bottom:0.052083333333333336rem solid #E4E7ED;
	padding-top:0.4166666666666667rem;
}
.mhlist .rts .flax .search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 290px;
	border: 1px solid #8FA9CB;
	border-radius: 8px;
	overflow: hidden;
}
.mhlist .rts .flax .txt{
	width: calc(100% - 45px);
	height: 30px;
	font-size: 14px;
	color: #85A1B6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
}
.mhlist .rts .flax .btn{
	width: 43px;
	height: 30px;
	background: url(../images/mico2.png) no-repeat center/auto 50% #F1F5F8;
	cursor: pointer;border: none;
}
.mhlist .rts .flax .btn:hover{
	background: url(../images/icon1.png) no-repeat center/auto 50% #2767ed;
}

.mhlist .rts .fy{ width:640px; float:right; margin-bottom:15px; margin-top:40px; font-size:16px;}
		.mhlist .rts .fy ul li{ width:auto; font-weight:bold; float:left; color:#666; line-height:35px;border-bottom:0.0526rem dashed #FFF;}
		.mhlist .rts .fy ul li a{ color:#666;padding-left:13px; padding-right:13px; display:block; }
		.mhlist .rts .fy ul li a:hover{ color:#fff; background:#2767ed; display:block;padding-left:13px; padding-right:13px;}
		.mhlist .rts .fy ul li .li1{ color:#fff; background:#2767ed; display:block;padding-left:13px; padding-right:13px;}
		

