@charset "utf-8";

body {
	width: 100%;
	overflow-x: hidden;
	font-size: 14px;
}

img {
	width: 100%;
	margin: auto;
}

.red {
	color: #e1251b;
}
.black{
	color:#000000;
}

.bgh {
	background-color: #f4f6fa;
}

.fullpage {
	width: 100%;
	height: 100vh;
	padding-top: 128px;
	overflow: hidden;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 9;
}

.header .headertop {
	font-size: 14px;
	color: #545a60;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #d4dae9;
}

.header .headertop .topr {
	color: #2a4890;
}

.header .headertop .topr li {
	padding: 0 20px;
	border-right: 1px solid #eaeaea;
}

.header .headertop .topr li .toprimg {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.header .headertop .topr li:last-child {
	padding-right: 0;
	border: none;
}
.mheader img {
		height:100%;
	}
.navlist li:last-child {
	margin-right: 0;
}

.navlist .active {
	color: #2a4890
}

.navlist .active b {
	background: #2a4890;
	transform: scale(1);
}

.navlist li:hover b {
	background: #2a4890;
	transform: scale(1);
}

.navlist li:hover {
	color: #2a4890
}

.bannerss {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.bannerss video {
	width: 100%;
	/* height: 100%; */
	margin: auto;
}

.qytablistcpn .difflist li:last-child {
	margin-right: 0;
}

.mdulinfo li .mdicon .img2 {
	width: 0px;
	height: 0px;
	transition: all 0.7s;
}


.mdulinfo li:hover .mdicon .img1 {
	width: 0px;
	height: 0px;
}

.mdliinfo:hover .mdinfo h4 {
	color: #e1251b
}

.mdliinfo:hover .mdininfotext {
	color: #333333
}

.mdperul li:nth-child(1) .mdperimg {
	background: url('../img/safe1.jpg')
}

.mdperul li:nth-child(2) .mdperimg {
	background: url('../img/safe2.jpg')
}

.mdperul li:nth-child(3) .mdperimg {
	background: url('../img/safe3.jpg')
}

.footer {
	background: #1e1e1e;
	color: #fff;
}
	.qytablist li::after {
		content: '';
		width: 0%;
		height: 3px;
		background: #e1251b;
		display: block;
		margin-top: 24px;
		transition: 0.5s all;
	}

	.qytablist li:hover {
		color: #e1251b;
		font-weight: bold;
	}

	.qytablist li:hover::after {
		width: 100%;
	}

	.qytablist .act {
		color: #e1251b;
		font-weight: bold;
	}

	.qytablist .act::after {
		width: 100%;
	}
	.btnlist .btn,.subbtn,.usconlist li,.perlist li .ico,.perlist li,.load2 .imgrflist li,.load3 .list li{
		transition: all 0.7s;
		cursor: pointer;
	}
	.btnlist .btn:hover{
		background-color: #073db5;
	}
	.subbtn:hover{
		background-color: #af0c03;
	}
	.usconlist li:hover{
		/*padding-left: 10px;*/
		/*padding-right: 10px;*/
	}

	.perlist li:hover .ico{
		transform: rotateY(180deg);
	}
	.load2 .imgrflist li:hover{
		margin-left: 0 !important;
	}
	.load3 .list li:hover{
		box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	}
	.footB{
		padding-top:60px;
		padding-bottom:30px;
	}
	.footB li a img{
		width: 16px;
		margin-right: 5px;
		vertical-align: middle;
	}
	.footB li a span{
		color: #999999;
		font-size: 12px;
	}
@media screen and (min-width: 1480px) {
	.mobile {
		display: none !important;
	}

	.pc {
		display: block;
	}

	.con {
		width: 1280px;
		margin: auto;
	}

	.mt108 {
		margin-top: 108px;
	}

	.headerb {
		padding: 20px 0;
	}

	.headerb .logo {
		width: 151px;
		height: 48px;
	}

	.navlist li {
		font-size: 17px;
		color: #666;
		margin: 0 28px;
		transition: all 0.7s;
	}



	.navlist li b {
		content: '';
		display: block;
		position: absolute;
		transition: all 0.7s;
		height: 4px;
		width: 100%;
		transform: scale(0, 1);
		bottom: -20px;

	}

	.indextit {
		margin-bottom: 10%;
	}

	.indextit .mdtextbg {
		font-size: 58px;
		color: #eff1f5;
		font-weight: bold;
	}

	.indextit .mdtext {
		font-size: 36px;
		color: #333;
		font-weight: bold;
		margin-top: -30px;
	}

	.indextit .mdline {
		width: 122px;
		margin: 20px auto;
	}

	.mdulinfo li {
		width: 20%;
	}

	.mdulinfo li .mdicon {
		width: 127px;
		height: 127px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}

	.mdulinfo li .mdicon .img1 {
		width: 64px;
		height: 64px;
		transition: all 0.7s;

	}



	.mdulinfo li:hover .img2 {
		width: 127px;
		height: 127px;
	}

	.mdinfo h4 {
		text-align: center;
		color: #333333;
		font-size: 20px;
		font-weight: bold;
		padding: 30px 0;
	}


	.mdininfotext {
		width: 80%;
		margin: 0 auto;
		color: #666;
		font-size: 14px;
		text-align: center;
		line-height: 24px;
	}


	.mdperul li {
		width: 30%;
		height: 329px;
	}

	.mdperul li .mdperimg {
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 28px;
		font-weight: bold;
	}


	.mdperul li .diffper {
		width: 100%;
		height: 100%;
		background: rgba(226, 57, 48);
		color: white;
		top: 0;
		padding: 0 16%;
		opacity: 0;
		transition: all 0.7s;
	}

	.mdperul li:hover .diffper {
		opacity: 1;
	}

	.mdperul li .diffper h4 {
		color: #fff;
		font-weight: bold;
		font-size: 28px;
		margin-bottom: 10%;
	}

	.mdperul li .diffper p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 20%;
	}

	.mdperul li .diffper a {
		color: #fff;
		font-size: 16px;
	}

	.mdperinfobg {
		width: 100%;
		background: url(../img/perBg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 140px 0;
	}

	.mdpermain h4 {
		color: #fff;
		font-size: 40px;
		font-weight: bold;
	}

	.mdpermain p {
		text-align: center;
		color: #fff;
		font-size: 40px;
		padding-top: 30px;
	}

	.sycplist a {
		padding: 30px 50px;
		height: 115px;
		margin-bottom: 30px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer {
		padding-top: 45px;
	}

	.footer .top .footerlef h4 {
		font-size: 18px;
	}

	.footerlef a {
		display: block;
		color: #dfdfdf;
		font-size: 14px;
		padding-top: 25px;
	}
	.footerlef a p{
		margin-left: 70px;
		margin-top: 10px;
	}
	.footerlef .footer_ewm {
		padding-top: 25px;
		width: 109px;


	}

	.footerwarn {
		text-align: center;
		color: #999999;
		padding: 64px 0 20px 0;
		font-size: 14px;
	}

	.footerwarn img {
		width: 16px;
		margin-right: 5px;
	}

	/* 企业业务 */
	.ejbj {
		width: 100%;
		height: 400px;
		line-height: 400px;
		font-size: 50px;
		font-family: ZhenyanGB;
		font-weight: 400;
		color: #FFFFFF;
		letter-spacing: 10px;
	}



	.mianbx {
		width: 100%;
		height: 80px;
		line-height: 80px;
		background: #f4f6fa;
		color: #999999;
		font-size: 18px;
	}

	.qytablist {
		width: 70%;
		margin: auto;
		margin-top: 30px;
	}

	.qytablist li {
		padding: 24px 0;
		/* border-bottom: 3px solid transparent; */
		color: #333333;
		font-size: 22px;
		transition: 0.5s all;
	}



	.qytablistcpn .tabtit .top {
		color: #333333;
		font-size: 28px;
		font-weight: bold;
	}

	.qytablistcpn .tabtit .en {
		font-size: 24px;
		color: #eff1f5;
		font-weight: bold;
	}

	.qytablistcpn .tabtit .hx {
		width: 9px;
		height: 4px;
		background: #e1251b;
		margin-right: 2px;
		margin-top: 8px;
	}

	.qytablistcpn .tabcon1 {
		margin-top: 97px;
	}

	.qytablistcpn .tabcon1 .taconlf {
		width: 443px;
	}

	.qytablistcpn .tabconr {
		width: calc(100% - 500px)
	}

	.qytablistcpn .tabconr li {
		height: 100px;
		padding: 20px 0 20px 15px;
		margin-bottom: 8px;
		background: linear-gradient(to right, #f9fafc, #fff);
	}

	.qytablistcpn .tabconr li .icon {
		width: 41px;
		height: 46px;
		margin-right: 15px;

	}

	.qytablistcpn .iconr .tit {
		color: #333333;
		font-size: 20px;
	}

	.qytablistcpn .iconr .desc {
		color: #333333;
		font-size: 16px;
	}

	.qytablistcpn .tabcon2 span {
		color: #333333;
		font-size: 18px;
	}

	.qytablistcpn .tabcon2img {
		width: 80%;
		margin: auto;
		padding-top: 100px;
	}

	.qytablistcpn .enter_diffBg {
		margin-top: 20px;
		margin-bottom: 85px;
		padding-bottom: 20px;
		background: linear-gradient(to bottom, #fff, #f9fafc);
	}

	.qytablistcpn .difflist li {
		width: 24%;
		margin-right: 1%;
		background: #fff;
		padding: 30px 20px;
		box-sizing: border-box;
	}

	.qytablistcpn .difflist li .top {
		width: 76px;
		height: 88px;
		margin: 0 auto;
		text-align: center;
		line-height: 88px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		background: url(../img/shape.png) no-repeat;
		background-size: 76px 88px;
	}

	.qytablistcpn .difflist li .bottom {
		color: #333333;
		font-size: 16px;
		padding-top: 10px;
		text-align: center;
	}

	.qytablistcpn .tabcon3 {
		width: 100%;
		background: linear-gradient(to bottom, #f9fafc, #fff);
		padding: 40px 0 0;
		border-radius: 20px;
		margin-top: 90px;
	}

	.qytablistcpn .tabcon3 h4 {
		color: #333;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 30px;
	}

	.qytablistcpn .tabcon3 .img {
		width: 782px;
		margin: auto;
	}

	.qytablistcpn .tabcon3 .bottom {
		color: #333;
		font-size: 24px;
		text-align: center;
		padding: 30px 0 80px;
	}

	.qytablistcpn .qiyewl {
		margin-top: 70px;
		height: 437px;
	}

	.qytablistcpn .qiyewl li {
		width: 19%;
		height: 387px;
		padding: 25px 30px;
		transition: all 0.7s;
		color: #fff;
	}

	.qytablistcpn .qiyewl li .ico {
		width: 36px;
		margin-bottom: 10px;
	}

	.qytablistcpn .qiyewl li .tithz {
		font-size: 20px;
		font-weight: bold;
	}

	.qytablistcpn .qiyewl li .en {
		padding-top: 5px;
		font-size: 12px;
		color: #fff;
	}

	.qytablistcpn .qiyewl li .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
		opacity: 0;
	}

	.qytablistcpn .qiyewl li:nth-child(1) {
		background: url(../img/sendbg1.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(2) {
		background: url(../img/sendbg2.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(3) {
		background: url(../img/sendbg3.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(4) {
		background: url(../img/sendbg4.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(5) {
		background: url(../img/sendbg5.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:hover {
		width: 23%;
		background: #e1251b;
		height: 437px;
		border-radius: 16px;
	}

	.qytablistcpn .qiyewl li:hover .desc {
		opacity: 1;
	}

	.qytablistcpn .qiyewl .act {
		width: 23%;
		background-image: none;
		background: #e1251b !important;
		height: 437px;
		border-radius: 16px;
	}

	.qytablistcpn .qiyewl .act .desc {
		opacity: 1;
	}

	.qytablistcpn .platcon {
		color: #333333;
		font-size: 18px;
		margin-top: 100px;
	}

	.qytablistcpn .platcon .desc {
		color: #333;
		font-size: 16px;
		margin-top: 47px;
		line-height: 32px;
	}

	.qytablistcpn .enter_company {
		padding: 68px;
		margin-bottom: 60px;
		background: linear-gradient(to bottom, #fff, #f9fafc);
	}

	.qytablistcpn .companylist li {
		width: 25%;
		text-align: center;
	}

	.qytablistcpn .companylist li img {
		width: 60%;
	}

	/* 个人业务 */

	.perlist {
		margin-top: 100px;
	}

	.perlist li {
		width: 24%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		padding: 25px;
		box-sizing: border-box;
		background: #fff;
	}

	.perlist li .ico {
		padding-bottom: 20px;
		width: 49px;
		margin: auto;
	}

	.perlist li .tit {
		font-weight: bold;
		font-size: 20px;
		color: #333333;
		text-align: center;
	}

	.perlist li .dec {
		color: #333333;
		font-size: 14px;
		padding-top: 10px;
		text-align: center;
	}

	.percon {
		color: #333333;
		font-size: 18px;
		margin-top: 50px;
	}

	/* 了解我们 */


	.uscon {
		text-indent: 32px;
		line-height: 32px;
		color: #333333;
		font-size: 15px;
	}

	.usconlist {
		margin-top: 80px;
	}

	.usconlist li {
		width: 24%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		padding: 25px;
		box-sizing: border-box;
	}

	.usconlist li .imgl {
		width: 38px;
		margin-right: 18px;
		flex-shrink: 0;
	}

	.usconlist li .imgr .tit {
		font-weight: bold;
		font-size: 20px;
		color: #333333;
	}

	.usconlist li .imgr .desc {
		color: #333333;
		font-size: 14px;
		line-height: 24px;
		padding-top: 10px;
	}

	/* 预约体检 */
	.yuyue {
		width: 50%;
	}

	.appoint {
		width: 80%;
		margin: auto;
	}

	.appoint .list {
		width: 45%;
		margin-top: 60px;
	}

	.appoint .list .label {
		font-size: 20px;
		color: #666;
		padding-bottom: 25px;
	}

	.appoint .list .input input {
		padding: 15px;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		width: 100%;
		font-size: 14px;
	}

	.appoint .liuy {
		margin-top: 60px;
	}

	.appoint .liuy .label {
		font-size: 20px;
		color: #666;
		padding-bottom: 25px;
	}

	.appoint .liuy .input textarea {
		padding: 15px;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		width: 100%;
		height: 90px;
		font-size: 14px;
	}

	.subbtn {
		width: 130px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 10px;
		color: #fff;
		background-color: #e1251b;
		font-size: 14px;
		margin-top: 30px;
	}

	/* 下载 */
	.load1 {
		background-image: linear-gradient(#ffffff 0%, #ffffff 110px, #fcfcfd 110px, #eff1f6 800px, #eff1f6 100%);
	}

	.load1lf {
		width: 38%;
	}

	.load1lf .logo {
		width: 278px;
	}

	.load1lf .tit {
		font-size: 52px;
		margin-top: 50px;
	}

	.load1lf .dec {
		font-size: 28px;
		margin-top: 20px;
		font-weight: 500;
	}

	.btnlist .btn {
		width: 45%;
		height: 65px;
		background: #2869fb;
		border-radius: 16px;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 40px;
	}

	.btnlist .btn img {
		width: 30px;
	}

	.loadrf {
		padding-top: 41px;
	}

	.loadtit .app_title {

		font-size: 40px;
		font-weight: bold;

	}

	.loadtit .app_line {
		margin: 10px auto;
		width: 159px;
	}

	.loadtit .app_text {
		text-align: center;
		color: #495c86;
		font-size: 22px;
	}

	.load2 .imglf {
		margin-left: 3%;
		width: 33%;
		margin-right: 10%;
	}

	.load2 .imgrflist {
		padding-bottom: 6%;
	}

	.load2 .imgrflist li {
		width: 355px;
		height: 70px;
		text-align: center;
		border-radius: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f5f6fa;
		font-size: 24px;
	}

	.load2 .imgrflist li img {
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}

	.load2 .imgrflist li:nth-child(2) {
		margin-left: 60px;
	}

	.load2 .imgrflist li:nth-child(3) {
		margin-left: 120px;
	}

	.load2 .imgrflist li:nth-child(4) {
		margin-left: 60px;
	}

	.mt90 {
		padding-top: 90px;
	}

	.load3 {
		background-color: #f5f6fa;
	}

	.load3 .loadtit {
		margin-top: 40px;
		margin-bottom: 6%;
	}

	.load3 .bgtit,
	.load4 .bgtit {
		text-align: center;
		font-size: 28px;
		color: #333333;
		margin-bottom: 6%;
	}

	.load3 .list {
		height: 50%;
	}

	.load3 .list li {
		width: 32%;
		height: initial;
		border-radius: 10px;
		box-sizing: border-box;
		border: 1px solid #9ebcfd;
		background-color: #ffffff;
		overflow: hidden;
		padding: 35px;
	}

	.load3 .list li .img {
		width: 115px;
		margin: auto;
	}

	.load3 .list li .dec {
		font-size: 20px;
		line-height: 32px;
		color: #333333;
		margin-top: 20px;
	}

	.load4 .loadtit {
		margin-bottom: 3%;
	}

	.load4 .img {
		width: 63%;
		margin: auto;
	}

	.load5 .con {
		height: 100%;
		padding-top: 5%;
	}

	.load5 .imgr {
		width: 35%;
		color: #555;
		margin-left: 10%;
		padding-top: 6%;
	}

	.load5 .imgr p:nth-child(1) {
		font-size: 28px;
	}

	.load5 .imgr p:nth-child(2) {
		font-size: 80px;
		text-align: center;
		margin-top: 40px;
	}

	.tank {
		width: 100%;
		height: 100vh;
		z-index: 888;
		top: 0;
		position: fixed;
	}

	.tank .zz {
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.tank .tankcon {
		width: 100%;
		height: 100vh;
		z-index: 889;
	}

	.tank .tklist {
		background: #fff;
		border-radius: 20px;
		padding: 30px;
		width: 900px;
	}

	.tank .tklist li {
		width: 32%;
		height: 440px;
		background-image: url(../img/load/code_bj.png);
		background-repeat: no-repeat;
		background-position: center 50px;
		background-size: 100% 84%;
		text-align: center;
		overflow: hidden;
	}

	.tank .tklist .tit {
		font-size: 24px;
		font-weight: bold;
		color: #555;
	}

	.tank .tklist .code {
		width: 63%;
		margin: auto;
		margin-top: 90px;
	}

	.tank .tklist .code .img {
		width: 100%;
	}

	.tank .tklist .code .bottom {
		margin-top: 16px;
		font-size: 20px;
		line-height: 32px;
		color: #555;
	}

	.closetn {
		width: 45px;
		height: 44px;
		right: -45px;
		top: -44px;
	}
}

@media screen and (max-width: 1479px) and (min-width: 1000px) {

	.mobile {
		display: none !important;
	}

	.pc {
		display: block;
	}

	.con {
		padding: 0 10%;
		margin: auto;
	}

	.mt108 {
		margin-top: 80px;
	}

	.fullpage {
		padding-top: 18%;
	}

	.headerb {
		padding: 12px 0;
	}

	.headerb .logo {
		width: 134px;
		height: 43px;
	}

	.navlist li {
		font-size: 16px;
		color: #666;
		margin: 0 14px;
		transition: all 0.7s;
	}



	.navlist li b {
		content: '';
		display: block;
		position: absolute;
		transition: all 0.7s;
		height: 4px;
		width: 100%;
		transform: scale(0, 1);
		bottom: -13px;

	}

	.bannerss video {
		width: initial;
		height: 100%;
		margin: auto;
	}

	.indextit {
		margin-bottom: 10%;
	}

	.indextit .mdtextbg {
		font-size: 50px;
		color: #eff1f5;
		font-weight: bold;
	}

	.indextit .mdtext {
		font-size: 32px;
		color: #333;
		font-weight: bold;
		margin-top: -28px;
	}

	.indextit .mdline {
		width: 122px;
		margin: 16px auto;
	}

	.mdulinfo li {
		width: 20%;
	}

	.mdulinfo li .mdicon {
		width: 127px;
		height: 127px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: auto;
	}

	.mdulinfo li .mdicon .img1 {
		width: 64px;
		height: 64px;
		transition: all 0.7s;

	}



	.mdulinfo li .mdicon:hover .img2 {
		width: 127px;
		height: 127px;
	}

	.mdinfo h4 {
		text-align: center;
		color: #333333;
		font-size: 20px;
		font-weight: bold;
		padding: 30px 0;
	}


	.mdininfotext {
		width: 80%;
		margin: 0 auto;
		color: #666;
		font-size: 14px;
		text-align: center;
		line-height: 24px;
	}


	.mdperul li {
		width: 30%;
		height: 273px;
	}

	.mdperul li .mdperimg {
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 28px;
		font-weight: bold;
	}


	.mdperul li .diffper {
		width: 100%;
		height: 100%;
		background: rgba(226, 57, 48);
		color: white;
		top: 0;
		padding: 0 16%;
		opacity: 0;
		transition: all 0.7s;
	}

	.mdperul li:hover .diffper {
		opacity: 1;
	}

	.mdperul li .diffper h4 {
		color: #fff;
		font-weight: bold;
		font-size: 28px;
		margin-bottom: 10%;
	}

	.mdperul li .diffper p {
		color: #fff;
		font-size: 14px;
		margin-bottom: 20%;
	}

	.mdperul li .diffper a {
		color: #fff;
		font-size: 16px;
	}

	.mdperinfobg {
		width: 100%;
		background: url(../img/perBg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 140px 0;
	}

	.mdpermain h4 {
		color: #fff;
		font-size: 35px;
		font-weight: bold;
	}

	.mdpermain p {
		text-align: center;
		color: #fff;
		font-size: 32px;
		padding-top: 30px;
	}

	.sycplist a {
		padding: 15px 20px;
		height: 88px;
		margin-bottom: 24px;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer {
		width: 100%;
		padding-top: 45px;
		overflow: hidden;
	}

	.footer .top .footerlef h4 {
		font-size: 16px;
	}

	.footerlef a {
		display: block;
		color: #dfdfdf;
		font-size: 12px;
		padding-top: 15px;
	}
	.footerlef a p{
		margin-left: 60px;
		margin-top: 7px;
	}
	.footerlef .footer_ewm {
		padding-top: 25px;
		width: 109px;


	}

	.footerwarn {
		text-align: center;
		color: #999999;
		padding: 64px 0 20px 0;
		font-size: 12px;
	}

	.footerwarn img {
		width: 16px;
		margin-right: 5px;
	}

	/* 企业业务 */
	.ejbj {
		width: 100%;
		height: 400px;
		line-height: 400px;
		font-size: 40px;
		font-family: ZhenyanGB;
		font-weight: 400;
		color: #FFFFFF;
		letter-spacing: 10px;
	}



	.mianbx {
		width: 100%;
		height: 60px;
		line-height: 60px;
		background: #f4f6fa;
		color: #999999;
		font-size: 16px;
	}

	.qytablist {
		width: 70%;
		margin: auto;
		margin-top: 30px;
	}

	.qytablist li {
		padding: 18px 0;
		color: #333333;
		font-size: 19px;
		transition: 0.5s all;
	}


	.qytablistcpn .tabtit .top {
		color: #333333;
		font-size: 25px;
		font-weight: bold;
	}

	.qytablistcpn .tabtit .en {
		font-size: 21px;
		color: #eff1f5;
		font-weight: bold;
	}

	.qytablistcpn .tabtit .hx {
		width: 9px;
		height: 3px;
		background: #e1251b;
		margin-right: 2px;
		margin-top: 6px;
	}

	.qytablistcpn .tabcon1 {
		margin-top: 97px;
	}

	.qytablistcpn .tabcon1 .taconlf {
		width: 360px;
		display: flex;
		align-items: center;
	}

	.qytablistcpn .tabconr {
		width: calc(100% - 400px)
	}

	.qytablistcpn .tabconr li {
		height: 100px;
		padding: 10px 0 10px 15px;
		margin-bottom: 8px;
		background: linear-gradient(to right, #f9fafc, #fff);
	}

	.qytablistcpn .tabconr li .icon {
		width: 31px;
		margin-right: 15px;

	}

	.qytablistcpn .iconr .tit {
		color: #333333;
		font-size: 18px;
		margin-bottom: 6px;
	}

	.qytablistcpn .iconr .desc {
		color: #333333;
		font-size: 15px;
	}

	.qytablistcpn .tabcon2 span {
		color: #333333;
		font-size: 16px;
	}

	.qytablistcpn .tabcon2img {
		width: 86%;
		margin: auto;
		padding-top: 100px;
	}

	.qytablistcpn .enter_diffBg {
		margin-top: 20px;
		margin-bottom: 85px;
		padding-bottom: 20px;
		background: linear-gradient(to bottom, #fff, #f9fafc);
	}

	.qytablistcpn .difflist li {
		width: 24%;
		margin-right: 1%;
		background: #fff;
		padding: 20px 20px;
		box-sizing: border-box;
	}

	.qytablistcpn .difflist li .top {
		width: 60px;
		height: 68px;
		margin: 0 auto;
		text-align: center;
		line-height: 68px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		background: url(../img/shape.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .difflist li .bottom {
		color: #333333;
		font-size: 14px;
		padding-top: 10px;
		text-align: center;
	}

	.qytablistcpn .tabcon3 {
		width: 100%;
		background: linear-gradient(to bottom, #f9fafc, #fff);
		padding: 40px 0 0;
		border-radius: 20px;
		margin-top: 60px;
	}

	.qytablistcpn .tabcon3 h4 {
		color: #333;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 30px;
	}

	.qytablistcpn .tabcon3 .img {
		width: 600px;
		margin: auto;
	}

	.qytablistcpn .tabcon3 .bottom {
		color: #333;
		font-size: 18px;
		text-align: center;
		padding: 30px 0 80px;
	}

	.qytablistcpn .qiyewl {
		margin-top: 70px;
		height: 437px;
	}

	.qytablistcpn .qiyewl li {
		width: 19%;
		height: 360px;
		padding: 18px 20px;
		transition: all 0.7s;
		color: #fff;
	}

	.qytablistcpn .qiyewl li .ico {
		width: 30px;
		margin-bottom: 6px;
	}

	.qytablistcpn .qiyewl li .tithz {
		font-size: 18px;
		font-weight: bold;
	}

	.qytablistcpn .qiyewl li .en {
		padding-top: 3px;
		font-size: 12px;
		color: #fff;
	}

	.qytablistcpn .qiyewl li .desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 16px;
		opacity: 0;
	}

	.qytablistcpn .qiyewl li:nth-child(1) {
		background: url(../img/sendbg1.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(2) {
		background: url(../img/sendbg2.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(3) {
		background: url(../img/sendbg3.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(4) {
		background: url(../img/sendbg4.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(5) {
		background: url(../img/sendbg5.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:hover {
		width: 23%;
		background: #e1251b;
		height: 400px;
		border-radius: 16px;
	}

	.qytablistcpn .qiyewl li:hover .desc {
		opacity: 1;
	}

	.qytablistcpn .qiyewl .act {
		width: 23%;
		background-image: none;
		background: #e1251b !important;
		height: 400px;
		border-radius: 16px;
	}

	.qytablistcpn .qiyewl .act .desc {
		opacity: 1;
	}

	.qytablistcpn .platcon {
		color: #333333;
		font-size: 16px;
		margin-top: 50px;
	}

	.qytablistcpn .platcon .desc {
		color: #333;
		font-size: 14px;
		margin-top: 20px;
		line-height: 28px;
	}

	.qytablistcpn .enter_company {
		padding: 68px;
		margin-bottom: 50px;
		background: linear-gradient(to bottom, #fff, #f9fafc);
	}

	.qytablistcpn .companylist li {
		width: 25%;
		text-align: center;
	}

	.qytablistcpn .companylist li img {
		width: 60%;
	}

	/* 个人业务 */


	.perlist {
		margin-top: 70px;
	}

	.perlist li {
		width: 24%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		padding: 24px 18px;
		box-sizing: border-box;
		background: #fff;
	}

	.perlist li .ico {
		padding-bottom: 12px;
		width: 39px;
		margin: auto;
	}

	.perlist li .tit {
		font-weight: bold;
		font-size: 18px;
		color: #333333;
		text-align: center;
	}

	.perlist li .dec {
		color: #333333;
		font-size: 14px;
		padding-top: 10px;
		text-align: center;
	}

	.percon {
		color: #333333;
		font-size: 16px;
		margin-top: 40px;
	}

	/* 预约体检 */
	.yuyue {
		width: 50%;
	}

	.appoint {
		width: 80%;
		margin: auto;
	}

	.appoint .list {
		width: 45%;
		margin-top: 40px;
	}

	.appoint .list .label {
		font-size: 18px;
		color: #666;
		padding-bottom: 20px;
	}

	.appoint .list .input input {
		padding: 15px;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		width: 100%;
		font-size: 14px;
	}

	.appoint .liuy {
		margin-top: 40px;
	}

	.appoint .liuy .label {
		font-size: 18px;
		color: #666;
		padding-bottom: 20px;
	}

	.appoint .liuy .input textarea {
		padding: 15px;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		width: 100%;
		height: 90px;
		font-size: 14px;
	}

	.subbtn {
		width: 130px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 10px;
		color: #fff;
		background-color: #e1251b;
		font-size: 14px;
		margin-top: 30px;
	}

	/* 了解我们 */

	.uscon {
		text-indent: 28px;
		line-height: 35px;
		color: #333333;
		font-size: 14px;
	}

	.usconlist {
		margin-top: 80px;
	}

	.usconlist li {
		width: 24%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		padding: 18px;
		box-sizing: border-box;
	}

	.usconlist li .imgl {
		width: 28px;
		margin-right: 18px;
		flex-shrink: 0;
	}

	.usconlist li .imgr .tit {
		font-weight: bold;
		font-size: 18px;
		color: #333333;
	}

	.usconlist li .imgr .desc {
		color: #333333;
		font-size: 14px;
		line-height: 24px;
		padding-top: 6px;
	}

	/* 预约体检 */
	.yuyue {
		width: 50%;
	}

	.appoint {
		width: 80%;
		margin: auto;
	}

	.appoint .list {
		width: 45%;
		margin-top: 60px;
	}

	.appoint .list .label {
		font-size: 20px;
		color: #666;
		padding-bottom: 25px;
	}

	.appoint .list .input input {
		padding: 15px;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		width: 100%;
		font-size: 14px;
	}

	.appoint .liuy {
		margin-top: 60px;
	}

	.appoint .liuy .label {
		font-size: 20px;
		color: #666;
		padding-bottom: 25px;
	}

	.appoint .liuy .input textarea {
		padding: 15px;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		width: 100%;
		height: 90px;
		font-size: 14px;
	}

	.subbtn {
		width: 130px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-radius: 10px;
		color: #fff;
		background-color: #e1251b;
		font-size: 14px;
		margin-top: 30px;
	}

	/* 下载 */
	.load1 {
		background-image: linear-gradient(#ffffff 0%, #ffffff 110px, #fcfcfd 110px, #eff1f6 800px, #eff1f6 100%);
	}

	.load1lf {
		width: 45%;
	}

	.load1lf .logo {
		width: 200px;
	}

	.load1lf .tit {
		font-size: 35px;
		margin-top: 50px;
	}

	.load1lf .dec {
		font-size: 20px;
		margin-top: 20px;
		font-weight: 500;
	}

	.btnlist .btn {
		width: 45%;
		height: 65px;
		padding:0 10px;
		background: #2869fb;
		border-radius: 16px;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-top: 40px;
	}

	.btnlist .btn img {
		width: 30px;
	}

	.loadrf {
		padding-top: 41px;
		width: 45%;
	}

	.loadtit .app_title {

		font-size: 34px;
		font-weight: bold;

	}

	.loadtit .app_line {
		margin: 10px auto;
		width: 159px;
	}

	.loadtit .app_text {
		text-align: center;
		color: #495c86;
		font-size: 18px;
	}

	.load2 .imglf {
		margin-left: 0%;
		width: 50%;
		margin-right: 8%;
	}

	.load2 .imgrflist {
		padding-bottom: 6%;
	}

	.load2 .imgrflist li {
		width: 318px;
		height: 54px;
		text-align: center;
		border-radius: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f5f6fa;
		font-size: 16px;
	}

	.load2 .imgrflist li img {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}

	.load2 .imgrflist li:nth-child(2) {
		margin-left: 60px;
	}

	.load2 .imgrflist li:nth-child(3) {
		margin-left: 120px;
	}

	.load2 .imgrflist li:nth-child(4) {
		margin-left: 60px;
	}

	.mt90 {
		padding-top: 90px;
	}

	.load3 {
		background-color: #f5f6fa;
	}

	.load3 .loadtit {
		margin-top: 40px;
		margin-bottom: 6%;
	}

	.load3 .bgtit,
	.load4 .bgtit {
		text-align: center;
		font-size: 20px;
		color: #333333;
		margin-bottom: 6%;
	}

	.load3 .list {
		height: 50%;
	}

	.load3 .list li {
		width: 32%;
		height: initial;
		border-radius: 10px;
		box-sizing: border-box;
		border: 1px solid #9ebcfd;
		background-color: #ffffff;
		overflow: hidden;
		padding: 35px;
	}

	.load3 .list li .img {
		width: 115px;
		margin: auto;
	}

	.load3 .list li .dec {
		font-size: 15px;
		line-height: 28px;
		color: #333333;
		margin-top: 20px;
	}

	.load4 .loadtit {
		margin-bottom: 3%;
	}

	.load4 .img {
		width: 63%;
		margin: auto;
	}

	.load5 .con {
		height: 100%;
		padding-top: 5%;
	}

	.load5 .imglf {
		width: 55%;
	}

	.load5 .imgr {
		width: 43%;
		color: #555;
		margin-left: 3%;
		padding-top: 6%;
	}

	.load5 .imgr p:nth-child(1) {
		font-size: 24px;
	}

	.load5 .imgr p:nth-child(2) {
		font-size: 60px;
		text-align: center;
		margin-top: 40px;
	}

	.tank {
		width: 100%;
		height: 100vh;
		z-index: 888;
		top: 0;
		position: fixed;
	}

	.tank .zz {
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.tank .tankcon {
		width: 100%;
		height: 100vh;
		z-index: 889;
	}

	.tank .tklist {
		background: #fff;
		border-radius: 20px;
		padding: 30px;
		width: 800px;
	}

	.tank .tklist li {
		width: 32%;
		height: 400px;
		background-image: url(../img/load/code_bj.png);
		background-repeat: no-repeat;
		background-position: center 50px;
		background-size: 100% 84%;
		text-align: center;
		overflow: hidden;
	}

	.tank .tklist .tit {
		font-size: 20px;
		font-weight: bold;
		color: #555;
	}

	.tank .tklist .code {
		width: 63%;
		margin: auto;
		margin-top: 90px;
	}

	.tank .tklist .code .img {
		width: 100%;
	}

	.tank .tklist .code .bottom {
		margin-top: 10px;
		font-size: 16px;
		line-height: 28px;
		color: #555;
	}

	.closetn {
		width: 45px;
		height: 44px;
		right: -45px;
		top: -44px;
	}
}

@media only screen and (max-width: 999px) {
	body {
		overflow: auto !important;
	}

	.mobile {
		display: block;
	}

	.pc {
		display: none;
	}

	.con {
		padding: 0 0.28rem;
		margin: auto;
	}

	.header {
		height:1.2rem;
		z-index: 50;
		position: fixed;
		top: 0;
		padding: 0.19rem 0;
		box-shadow: 11px 5px 40px 0px rgba(85, 85, 85, 0.1);
	}

	.header .logo,
	.mnav .logo {
		width: 2.55rem;
	}

	.mnav .logo {
		opacity: 0;
	}

	.mnav {
		width: 100%;
		height: 100vh;
		position: fixed;
		background: #fff;
		padding-top: 1.4rem;
		z-index: 48;
		top: 0;
		box-sizing: border-box;
	}

	.mnav .blist {
		width: 100%;
	}

	.mnav .blist li,
	.mnav .slist li {
		line-height: 0.9rem;
		font-size: 0.32rem;
		color: #333333;
		border-bottom: 1px solid #EAEAEA;
		background: #fff;
	}

	.mnav .blist li:hover {
		background: #2A4890;
		border-radius: 4px;
		color: #fff;
	}

	.mnav .blist li span {
		padding: 0 0.3rem;
	}
	.mnav .blist li .ico img{
		width:7px;
		height:12px;
	}

	.mnav .slist li span {
		padding: 0 0.9rem;
	}

	.mindex .banner {
		padding-top: 1.8rem;
		overflow: hidden;
		/* height:3.35rem; */
	}

	.mindex .banner video {
		width: 100%;
	}

	.indextit {
		margin-top: 0.67rem;
		margin-bottom: 0.32rem;
	}

	.indextit .mdtextbg {
		font-size: 0.36rem;
		color: #eff1f5;
		font-weight: bold;
	}

	.indextit .mdtext {
		font-size: 0.32rem;
		color: #333;
		font-weight: bold;
		margin-top: -0.21rem;
	}

	.indextit .mdline {
		width: 0.86rem;
		margin: auto;
		margin-top: 0.06rem;
	}

	.qyint li {
		width: 32%;
		height: inherit;
		background: #FFFFFF;
		border: 1px solid #2A4890;
		border-radius: 12px;
		padding: 0.3rem 0.13rem;
	}

	.qyint li .mdicon {
		width: 0.6rem;
		margin: auto;
	}

	.qyint li h4 {
		font-size: 0.28rem;
		font-weight: 500;
		color: #333333;
		margin-bottom: 0.1rem;
	}

	.qyint li .mdininfotext {
		font-size: 0.24rem;
		font-weight: 400;
		color: #666666;
		line-height: 0.4rem;
	}

	.qyinb li {
		width: 48%;
		margin-top: 0.14rem;
	}

	.mdperul li {
		width: 30%;
		height: 1.89rem;
	}

	.mdperul li .mdperimg {
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 0.24rem;
		font-weight: bold;
	}

	.mdperinfobg {
		width: 100%;
		background: url(../img/perBg.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 0.28rem 0;
		margin-top: 0.8rem;
	}

	.mdpermain h4 {
		color: #fff;
		font-size: 0.26rem;
		font-weight: bold;
	}

	.mdpermain p {
		text-align: center;
		color: #fff;
		font-size: 0.2rem;
		padding-top: 0.13rem;
	}

	.sycplist a {
		height: 0.66rem;
		margin-bottom: 0.15rem;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 0.1rem;
	}

	.mhbg {
		background: linear-gradient(to bottom, #fff, #EFF1F6);
	}

	.mfooter {
		padding: 0.34rem 0;
	}

	.mfooter .footerlist {
		margin-bottom: 0.26rem;
	}

	.mfooter .footerlist .tit {
		font-size: 0.2rem;
		color: #FFFFFF;
		margin-right: 0.58rem;
		flex-shrink: 0;
	}

	.mfooter .footerlist .mfcon {
		font-size: 0.19rem;
		color: #FFFFFF;
		opacity: 0.8;
	}

	.mfooter .footerlist .lxfs li {
		/* font-size: 0.19rem; */
		color: #FFFFFF;
		line-height: 0.4rem;
		/* margin-bottom: 0.15rem; */
		opacity: 0.8;
	}
.mfooter .footerlist .lxfs li p{

	margin-top: 0.08rem;
}
	.mfooter .footerlist .img {
		width: 1.17rem;
		height: 1.17rem;
		background: #FFFFFF;
		border-radius: 0.08rem;
	}

	.mfooter .ercode .tit {
		margin-right: 0.19rem;
	}

	.mfooterb {
		border-top: 1px solid #4B4B4B;
		padding-top: 0.22rem;
		font-size: 0.16rem;
		line-height: 0.32rem;
	}

	.mfooterb img {
		width: 0.18rem;
		margin-right: 0.09rem;
	}

	.ejbj {
		margin: 1.8rem 0.3rem;
		height: 2.36rem;
		line-height: 2.36rem;
		font-size: 0.32rem;
		font-family: ZhenyanGB;
		font-weight: 400;
		color: #FFFFFF;
		letter-spacing: 0.1rem;
		margin-bottom: 0;
	}

	.qytablist {
		width: 90%;
		margin: auto;
		margin-top: 0.5rem;
		margin-bottom: 0.63rem;
		justify-content: space-around;
	}

	.qytablist li {
		padding: 0.17rem 0;
		color: #333333;
		font-size: 0.3rem;
	}

	.qytablist .act {
		color: #e1251b;
		font-weight: bold;
	}

	.qytablistcpn .tabtit .top {
		color: #333333;
		font-size: 0.3rem;
		font-weight: 500;
	}

	.qytablistcpn .tabtit .en {
		font-size: 0.28rem;
		color: #eff1f5;
		font-weight: 500;
	}

	.qytablistcpn .tabtit .hx {
		width: 0.09rem;
		height: 0.04rem;
		background: #e1251b;
		margin-right: 0.02rem;
		margin-top: 0.08rem;
	}

	.qytablistcpn .tabcon1 {
		margin-top: 0.62rem;
		flex-wrap: wrap;

	}

	.qytablistcpn .tabcon1 .taconlf {
		width: 100%;
		margin-bottom: 0.66rem;
	}

	.qytablistcpn .tabcon1 .taconlf img {
		width: 80%;
		margin: auto;
	}

	.qytablistcpn .tabconr {
		width: 100%;
	}

	.qytablistcpn .tabconr li {
		padding: 0.2rem 0 0.2rem 0.15rem;
		margin-bottom: 0.08rem;
		background: linear-gradient(to right, #f9fafc, #fff);
	}

	.qytablistcpn .tabconr li .icon {
		width: 0.41rem;
		margin-right: 0.15rem;
	}

	.qytablistcpn .iconr .tit {
		color: #333333;
		font-size: 0.24rem;
	}

	.qytablistcpn .iconr .desc {
		color: #333333;
		font-size: 0.18rem;
	}

	.jiange {
		margin: 0.4rem 0;
		height: 0.2rem;
		background: #EFF1F6;
	}

	.qytablistcpn .tabcon2 span {
		color: #333333;
		font-size: 0.26rem;
		font-weight: bold;
		margin-top: 0.54rem;
		display: block;
	}

	.qytablistcpn .tabcon2img {
		width: 100%;
		margin: auto;
		padding-top: 0.32rem;
	}

	.qytablistcpn .enter_diffBg {
		margin-top: 0.2rem;
		margin-bottom: 0.85rem;
		padding-bottom: 0.2rem;
		background: linear-gradient(to bottom, #fff, #f9fafc);
	}

	.qytablistcpn .difflist li {
		width: 48%;
		margin-right: 0.11rem;
		background: #fff;
		padding: 0.3rem 0;
		box-sizing: border-box;
		margin-bottom: 0.2rem;
	}

	.qytablistcpn .difflist li .top {
		width: 0.78rem;
		height: 0.9rem;
		margin: 0 auto;
		text-align: center;
		line-height: 0.9rem;
		color: #fff;
		font-size: 0.2rem;
		font-weight: bold;
		background: url(../img/shape.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .difflist li .bottom {
		color: #333333;
		font-size: 0.2rem;
		padding-top: 0.17rem;
		text-align: center;
		line-height: 0.34rem;
	}

	.qytablistcpn .tabcon3 {
		width: 100%;
		background: #fff;
		padding: 0.4rem 0 0;
		border-radius: 0.2rem;

	}

	.qytablistcpn .tabcon3 h4 {
		color: #333;
		font-size: 0.24rem;
		font-weight: bold;
		text-align: center;
		padding-bottom: 0.34rem;
	}

	.qytablistcpn .tabcon3 .img {
		width: 90%;
		margin: auto;
	}

	.qytablistcpn .tabcon3 .bottom {
		color: #333;
		font-size: 0.24rem;
		text-align: center;
		padding: 0.3rem 0 0.8rem;
	}

	.qytablistcpn .qiyewl {
		margin-top: 0.26rem;
		height: 3rem;
		position: relative;
		z-index: 44;
	}

	.qytablistcpn .qiyewl li {
		width: 20%;
		height: 2.22rem;
		padding: 0.4rem 0.12rem;
		transition: all 0.7s;
		color: #fff;
	}

	.qytablistcpn .qiyewl li .ico {
		width: 0.36rem;
		margin-bottom: 0.15rem;
	}

	.qytablistcpn .qiyewl li .tithz {
		font-size: 0.24rem;
		font-weight: bold;
	}

	.qytablistcpn .qiyewl li .en {
		display: none;
	}

	.qytablistcpn .qiyewl li .desc {
		font-size: 0.24rem;
		line-height: 0.36rem;
		position: absolute;
		background: #E1251B;
		color: #fff;
		left: 0;
		padding: 0.24rem;
		border-radius: 0.16rem;
		top: 2.5rem;


	}

	.qytablistcpn .qiyewl li .desc::before {
		content: '';
		width: 0px;
		height: 0px;
		border-bottom: 0.4rem solid #E1251B;
		border-left: 0.2rem solid transparent;
		border-right: 0.2rem solid transparent;
		position: absolute;
		top: -0.2rem;

	}

	.qytablistcpn .qiyewl li:nth-child(1) .desc::before {
		left: 5%
	}

	.qytablistcpn .qiyewl li:nth-child(2) .desc::before {
		left: 25%
	}

	.qytablistcpn .qiyewl li:nth-child(3) .desc::before {
		left: 45%
	}

	.qytablistcpn .qiyewl li:nth-child(4) .desc::before {
		left: 65%
	}

	.qytablistcpn .qiyewl li:nth-child(5) .desc::before {
		left: 85%
	}

	.qytablistcpn .qiyewl li:nth-child(1) {
		background: url(../img/sendbg1.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(2) {
		background: url(../img/sendbg2.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(3) {
		background: url(../img/sendbg3.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(4) {
		background: url(../img/sendbg4.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .qiyewl li:nth-child(5) {
		background: url(../img/sendbg5.png) no-repeat;
		background-size: 100% 100%;
	}

	.qytablistcpn .platcon {
		color: #333333;
		font-size: 0.26rem;
		margin-top: 0.53rem;
	}

	.qytablistcpn .platcon .desc {
		color: #333;
		font-size: 0.26rem;
		line-height: 0.44rem;
		margin-bottom: 0.42rem;
	}

	.enter_company {
		margin-bottom: 0.49rem;
	}

	.mtith {
		margin-top: 0.53rem;
	}

	.perlist {
		margin-top: 0.39rem;
		flex-wrap: wrap;
	}

	.perlist li {
		width: 48.5%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		padding: 0.32rem 0;
		box-sizing: border-box;
		background: #fff;
		margin-bottom: 0.2rem;
	}

	.perlist li .ico {
		padding-bottom: 0.14rem;
		width: 0.64rem;
		margin: auto;
	}

	.perlist li .tit {
		font-weight: bold;
		font-size: 0.24rem;
		color: #333333;
		text-align: center;
	}

	.perlist li .dec {
		color: #333333;
		font-size: 0.22rem;
		padding-top: 0.15rem;
		text-align: center;
	}

	.percon {
		color: #333333;
		font-size: 0.26rem;
		margin-top: 0.39rem;
	}

	.uscon {
		text-indent: 0.56rem;
		line-height: 0.56rem;
		color: #333333;
		font-size: 0.28rem;
		margin-top: 0.4rem;
	}

	.usconlist {
		margin-top: 0.58rem;
	}

	.usconlist li {
		width: 100%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		padding: 0.2rem;
		box-sizing: border-box;
		border-radius: 0.12rem;
		margin-bottom: 0.14rem;
	}

	.usconlist li .imgl {
		width: 0.4rem;
		margin-right: 0.18rem;
		flex-shrink: 0;
	}

	.usconlist li .imgr .tit {
		font-weight: bold;
		font-size: 0.26rem;
		color: #333333;
	}

	.usconlist li .imgr .desc {
		color: #333333;
		font-size: 0.24rem;
		line-height: 0.4rem;
		padding-top: 0.17rem;
	}

	.appoint {
		width: 100%;
		margin: auto;
	}

	.appoint .list {
		width: 100%;
		margin-top: 0.6rem;
	}

	.appoint .list .label,
	.appoint .liuy .label {
		font-size: 0.3rem;
		color: #666;
		padding-bottom: 0.25rem;
	}

	.appoint .list .input input {
		padding: 0.15rem;
		border: 1px solid #eaeaea;
		border-radius: 0.05rem;
		width: 100%;
		font-size: 0.24rem;
	}

	.appoint .liuy {
		margin-top: 0.6rem;
	}

	.appoint .liuy .input textarea {
		padding: 0.15rem;
		border: 1px solid #eaeaea;
		border-radius: 0.05rem;
		width: 100%;
		height: 2.08rem;
		font-size: 0.24rem;
	}

	.subbtn {
		width: 3.6rem;
		height: 0.8rem;
		line-height: 0.8rem;
		text-align: center;
		border-radius: 0.1rem;
		color: #fff;
		background-color: #e1251b;
		font-size: 0.34rem;
		margin: auto;
		margin-top: 0.46rem;
	}

	.mload1 {
		padding-bottom: 1.22rem;
		background: linear-gradient(to bottom, #FCFDFE, #EFF1F6);
	}

	.mload1 .img {
		width: 80%;
		margin: auto;
		padding: 0.9rem;
	}

	.mload1 .titb,
	.mload3 .titb,
	.mload4 .titb {
		font-size: 0.42rem;
		font-weight: 500;
		color: #333333;
	}

	.mload3 .titb,
	.mload4 .bgtit {
		margin-top: 1.13rem;
	}

	.mload1 .tits {
		font-size: 0.28rem;
		font-weight: 500;
		color: #333333;
		margin-top: 0.29rem;
		margin-bottom: 0.67rem;
	}

	.mloadbtn .btn {
		width: 3.2rem;
		height: 0.8rem;
		background: #2869FB;
		border-radius: 0.08rem;
		color: #fff;
		font-size: 0.28rem;
		margin: auto;
		margin-bottom: 0.3rem;
	}

	.loadtit .app_title {
		font-size: 0.4rem;
		font-weight: bold;
	}

	.loadtit .app_line {
		margin: 0.09rem auto;
		width: 1.59rem;
	}

	.loadtit .app_text {
		text-align: center;
		color: #495c86;
		font-size: 0.22rem;
	}

	.mload2 .imglf,
	.mload4 .img {
		padding-top: 1.13rem;
		width: 80%;
		margin: auto;
	}

	.mload2 .imgrflist {
		margin-top: 0.78rem;
	}

	.mload2 .imgrflist li {
		width: 4.27rem;
		height: 0.7rem;
		text-align: center;
		border-radius: 0.35rem;
		background-color: #f5f6fa;
		font-size: 0.28rem;
		line-height: 0.7rem;
		margin: auto;
		margin-bottom: 0.34rem;
	}

	.mload2 .imgrflist li img {
		width: 0.27rem;
		margin-right: 0.27rem;
	}

	.mload3 {
		background: url('../img/load/mload3bg.png') no-repeat;
		background-size: 100% 100%;
		padding: 0 0.52rem;
		padding-top: 1.19rem;
		padding-bottom: 1.08rem;
	}




	.mload3 .list {
		margin-top: 0.5rem;
	}

	.mload3 .list li {
		width: 100%;
		height: initial;
		border-radius: 0.1rem;
		box-sizing: border-box;
		border: 1px solid #9ebcfd;
		background-color: #ffffff;
		overflow: hidden;
		padding: 0.35rem;
		display: flex;
		margin-bottom: 0.27rem;
	}

	.mload3 .list li .img {
		width: 1.02rem;
		margin: auto;
		margin-right: 0.3rem;
		flex-shrink: 0;
	}

	.mload3 .list li .dec {
		font-size: 0.24rem;
		line-height: 0.32rem;
		color: #333333;
		margin-bottom: 0.27rem;
		text-align: left;
	}

	.mload5 {
		background: url('../img/load/mload5.png') no-repeat;
		background-size: 100% 100%;
		padding-top: 1.09rem;
	}

	.mload5 .tit1 {
		font-size: 0.28rem;
		font-weight: 500;
		color: #333333;
		margin-bottom: 0.41rem;
	}

	.mload5 .tit2 {
		font-size: 0.8rem;
		font-weight: 500;
		color: #333333;
		margin-bottom: 0.88rem;
	}

	.mload5 .img {
		width: 80%;
		margin: auto;
		margin-top: 1.29rem;
	}

	.tank {
		width: 100%;
		height: 100vh;
		z-index: 888;
		top: 0;
		position: fixed;

	}

	.tankcon {
		z-index: 900;
		padding: 0.3rem;
		height: 100vh;
	}

	.tank .zz {
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, 0.3);
	}

	.mtank {
		width: 100%;
		background: #fff;
		border-radius: 0.16rem;
		padding: 0.57rem;

	}

	.mtablist li {
		width: 31%;
		height: 0.68rem;
		line-height: 0.68rem;
		font-size: 0.3rem;
		color: #333;
		border: 1px solid #333333;
		border-radius: 0.04rem;
		text-align: center;
	}

	.mtablist .act {
		border: 1px solid #2869FB;
		color: #2869FB;
	}

	.mtanktit {
		font-size: 0.34rem;
		font-weight: bold;
		color: #333333;
		margin-top: 0.61rem;
		margin-bottom: 0.41rem;
	}

	.mcode {
		background-image: url(../img/load/code_bj.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 0.6rem 0.43rem;
		padding-bottom: 0.43rem;
	}

	.mdesc {
		font-size: 0.28rem;
		color: #333333;
		margin-top: 0.27rem;
	}

	.closetn {
		width: 0.45rem;
		height: 0.45rem;
		right: 0.05rem;
		top: 0.05rem;
	}

	.mheader .daoh {
		width: 0.34rem
	}

	.mloadbtn .ico {
		width: 0.3rem;
		height: 0.37rem;
	}

	.mloadbtn .ico img {
		height: 100%;
	}
}
