@charset "utf-8";

/* CSS Document */
body {
	font: 14px/24px "microsoft yahei", "微软雅黑";
	color: #222;
	background-color: #FFFFFF;
	margin: 0 auto;
	word-wrap: break-word;
	position: relative;
}

* {
	margin: 0 auto;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}



.bold {
	font-weight: bold;
}

img {
	border: medium none;
	vertical-align: top;
}

textarea {
	resize: none;
	vertical-align: middle;
}

input,
button,
textarea {
	border: medium none;
	background: none;
	outline: none;
}

input[type="button"] {
	cursor: pointer;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.clearfix:after {
	clear: both;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

/*多行省略*/
.overflow-normal {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.overflow-two {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.overflow-three {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

a {
	text-decoration: none;
	border: medium none;
	outline: none;
}

.page_bg {
	background: url("../images/bg.png") no-repeat top center;
	background-size: 100% 100%;
	width: 100%;
	padding-bottom: 50px;
	/* height: 7872px; */
}
.page_box {
	width: 1200px;
	margin: 0 auto;
}
.logo_box {
	padding: 16px 0 20px 0;
}
.tit_box {
	width: 947px;
	margin: 0 auto 75px;
	position: relative;
}
.infor_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.infor_left {
	width: 714px;
	margin: 0;
}
.infor_tit {
	display: inline-block;
	background: url("../images/tit-4.png") no-repeat;
	background-size: 100% 100%;
	height: 90px;
	font-size: 32px;
	color: #FEFFFF;
	font-weight: bold;
	line-height: 50px;
	padding: 0 100px 0 45px;
	position: relative;
	z-index: 1;
	margin: 0 8px;
	width: 296px;
	box-sizing: border-box;
}
.infor_tit-big {
	display: inline-block;
	background: url("../images/tit-10.png") no-repeat;
	background-size: 100% 100%;
	height: 90px;
	font-size: 32px;
	color: #FEFFFF;
	font-weight: bold;
	line-height: 50px;
	padding: 0 100px 0 45px;
	position: relative;
	z-index: 1;
	margin: 0 8px;
	width: 629px;
	box-sizing: border-box;
}
.infor_tit-more {
	display: inline-block;
	background: url("../images/tit-8.png") no-repeat;
	background-size: 100% 100%;
	height: 90px;
	font-size: 32px;
	color: #FEFFFF;
	font-weight: bold;
	line-height: 50px;
	padding: 0 100px 0 45px;
	position: relative;
	z-index: 1;
	margin: 0 8px;
	width: 429px;
	box-sizing: border-box;
}
.infor_tit-right {
	display: inline-block;
	background: url("../images/tit-4-rigth.png") no-repeat;
	background-size: 100% 100%;
	height: 90px;
	font-size: 32px;
	color: #FEFFFF;
	font-weight: bold;
	line-height: 50px;
	padding: 0 45px 0 100px;
	position: relative;
	z-index: 1;
	margin: 0 8px;
	width: 309px;
	box-sizing: border-box;
	text-align: right;
}
.infor_cont {
	background-color: #fff;
	border-radius: 40px;
	padding: 24px 29px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
.infor_line {
	display: flex;
	width: 100%;
	align-items: flex-start;
	margin-bottom: 34px;
}
.infor_line:last-child {
	margin-bottom: 0;
}
.infor_num {
	width: 36px;
	height: 36px;
	background: linear-gradient(90deg, #DCFF75 0%, #ACF3E7 100%);
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
	border-radius: 50%;
	margin-top: 8px;
}
.infor_txt {
	flex: 1;
	width: 100%;
	font-size: 28px;
	line-height: 46px;
	color: #333333;
}
.infor_bold {
	font-weight: bold;
	position: relative;
}
.infor_bold:before {
	content: "";
	position: absolute;
	border-radius: inherit;
	background: linear-gradient(90deg, #DCFF75 0%, #ACF3E7 100%);
	height: 6px;
	width: 100%;
	left: 0;
	bottom: -2px;
	z-index: -1;
}
.infor_right {
	width: 458px;
	margin: 0;
}
.infor_right .infor_line {
	margin-bottom: 15px;
}
.infor_border {
	border:20px solid  #EDF9FF;
	border-radius: 40px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}
.brief_box {
	padding: 16px 11px;
	font-size: 24px;
	line-height: 46px;
	color: #333333;
}
.brief_txt {
	margin-bottom: 40px;
	font-size: 24px;
	line-height: 46px;
	color: #333333;
}
.brief_txt:last-child {
	margin-bottom: 0;
}
.infor_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background-color: #F7FCFF;
}
.infor_table tr:first-child {
	background: linear-gradient(90deg, #CADFFF 0%, #DDF1FF 100%);
	border-radius: 40px 40px 0 0;

}
.infor_table th {
	padding: 18px  40px;
	font-size: 24px;
	line-height: 32px;
	color: #0D53FF;
	font-weight: bold;
	text-align: left;
}
.infor_table th:first-child {
	border-radius: 40px 0 0 0 ;
}
.infor_table th:last-child {
	border-radius: 0 40px 0 0 ;
}
.infor_table td {
	padding: 18px  20px 18px 40px;
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	box-sizing: border-box;
	text-align: left;
}
.infor_table tr:nth-child(even) {
	background-color: #F7FCFF;
}
.infor_table tr:nth-child(odd) {
	background-color: #fff;
}
.infor_table tr:last-child td:first-child {
	border-radius: 0 0 0 30px;
}
.infor_table tr:last-child td:last-child {
	border-radius: 0 0 30px 0;
}
.scene_box {
	background: url("../images/scene_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1240px;
	padding: 14px 50px 50px 20px;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.scene_cont {
	margin-top: -30px;
	background-color: #fff;
	border-radius: 40px;
	padding: 12px;
	position: relative;
	z-index: 2;
}
.scene_infor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.scene_block {
	background: url("../images/scene_txt.png") no-repeat;
	width: 372px;
	height: 414px;
	box-sizing: border-box;
	padding: 30px 40px;
	margin-bottom: 12px;
}
.scene_block .s_tit {
	text-align: center;
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 36px;
	color: #0D53FF;
	font-weight: bold;
}
.scene_block .s_txt {
	font-size: 18px;
	line-height: 34px;
	color: #333333;
}
.sample_cont {
	background: url("../images/sample_bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 1240px;
	padding: 40px 40px 40px 27px;
	box-sizing: border-box;
	margin-bottom: 80px;
	min-height: 332px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
.sample_line {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	align-items: flex-start;
}
.sample_line:last-child {
	margin: 0;
}
.sample_name {
	background: linear-gradient(90deg, #D3FF50 0%, #92EFDF 100%);
	border-radius: 8px;
	padding: 0 13px;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	color: #333333;
	width: 150px;
	box-sizing: border-box;
	margin-right: 11px;
}
.sample_txt {
	flex: 1;
	width: 100%;
	font-size: 24px;
	line-height: 44px;
	color: #333333;
}
.sample_top {
	text-align: right;
}
.operate_box {
	position: fixed;
	left: 50%;
	bottom: 20%;
	margin-left: 660px;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 8px;
}
.operate_box .operate_block img {
	width: 22px;
	margin:0 auto 5px;
	display: block;
}
.operate_block {
	font-size: 14px;
	line-height: 16px;
	width: 34px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.operate_bar {
	background-color: #D4D4D4;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}

.erweima_box {
	background-color: #fff;
	width: 160px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 15px;
	position: fixed;
	left: 50%;
	bottom: 20%;
	margin-left: 487px;
	z-index: 10;
	display: none;
}
.erweima_box img {
	width: 100%
}
.erweima_box .txt {
	background: linear-gradient(90deg, #43B1FF 0%, #0D53FF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 0;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.up-sign {
	display: none;
}
















/*底部*/
.page-footer {
	width: 100%;
}

.about-medlive {
	background: #F6F7FA;
}

.about-medlive-body {
	background: #F6F7FA;
	width: 1200px;
	padding: 25px 0;
	margin: 0 auto;
}

.about-box01 {
	float: left;
	width: 172px;
}

.box-title {
	height: 25px;
	position: relative;
	margin-bottom: 11px;
}

.box-title h4 {
	font-size: 16px;
	color: #444;
	line-height: 22px;
	font-weight: bold;
}

.link-list-box a {
	float: left;
	margin-top: 12px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.link-list-box a:hover {
	color: #00418F;
}

.about-box01 .link-list-box a {
	margin-right: 30px;
}

.just-line {
	float: left;
	width: 1px;
	height: 143px;
	background: #CBCED5;
	margin-top: 50px;
	margin-right: 30px;
}

.about-box02 {
	float: left;
	width: 418px;
}

.website-list01,
.website-list02,
.website-list03 {
	float: left;
}

.website-list01 {
	width: 121px;
	margin-right: 24px;
}

.website-list02 {
	width: 135px;
	margin-right: 24px;
}

.website-list03 {
	width: 84px;
	margin-right: 30px;
}

.about-box03 {
	float: left;
	width: 272px;
}

.about-box03 .box-title {
	height: 36px;
	margin-bottom: 0;
}

.total-wx {
	background: url(../images/quanbuweixin.png) no-repeat 91px 1px;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	padding-right: 20px;
	font-size: 14px;
	color: #777C8A;
	line-height: 22px;
	padding: 0 55px 14px 35px;
	float: right;
}

.total-wx:hover,
.total-wx-clicked {
	background: url(../images/quanbuweixin01.png) no-repeat 91px 1px;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	color: #00418F;
}

.about-box03 .link-list-box {
	float: left;
	width: 56px;
	margin-right: 39px;
}

.code-box {
	background: #FFFFFF;
	float: right;
	width: 97px;
	height: 97px;
	padding: 2px;
	margin-top: 14px;
	margin-right: 40px;
}

.code-box img {
	width: 97px;
	height: 97px;
}
/*全部微信弹框*/
.total-wx-box {
	display: none;
	width: 304px;
	padding: 14px 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	position: absolute;
	right: -304px;
	top: 4px;
	z-index: 20;
}

.total-wx-box a {
	float: left;
	margin: 6px 10px;
	font-size: 14px;
	line-height: 20px;
}


.about-box04 {
	float: left;
	width: 228px;
	padding-left: 9px;
}

.about-box04 .total-wx {
	padding: 0 50px 14px 33px;
}

.about-box04 .link-list-box {
	float: left;
	width: 84px;
	margin-right: 38px;
}

.about-box04 .code-box {
	margin-right: 0;
}

.friendly-link {
	background: #333;
}

.friendly-link-body {
	background: #333;
	width: 1200px;
	padding: 25px 0;
	margin: 0 auto;
}

.friendly-link-body h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 11px;
}

.friendly-link-list a {
	float: left;
	margin-right: 25px;
	font-size: 13px;
	color: #CDCDCD;
	line-height: 18px;
}

.friendly-link-list a:hover {
	color: #F6F7FA;
}

.friendly-link-list .marginR0 {
	margin-right: 0;
}

.more-link {
	background: url(../images/gengduoxinxi.png) no-repeat right center;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	padding-right: 20px;
}

.more-link:hover {
	background: url(../images/gengduoxinxi01.png) no-repeat right center;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
}

.page-copyright {
	width: 100%;
	/* height: 56px; */
	background: #121212;
}

.page-copyright-body {
	background: #121212;
	width: 1200px;
	padding: 18px 0;
	margin: 0 auto;
	font-size: 14px;
	color: #989CA6;
	line-height: 20px;
	text-align: center;
}

.page-copyright-body a {
	color: #989CA6;
}

.page-copyright-body a:hover {
	color: #989CA6;
}

.page-copyright-body span {
	padding: 0 5px;
}
.fixed_top_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fixed_top_cont {
	width: 1200px;
	margin: 0 auto;
}

.erweima_pic {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	border: 5px solid #fff;
	position: absolute;
	right: 10.5%;
	bottom: 10%;
}

/* 手机端适配 */
@media screen and (max-width: 768px) {
	.page_box {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.tit_box {
		width: 100%;
		margin: 0 auto 30px;
	}
	.tit_box img {
		width: 100%;
	}
	.tit_box .erweima_pic {
		width: 10%;
		height: auto;
		border-width: 2px;
		border-radius: 2px;
		width: 11%;
		bottom: 11%;
	}
	.infor_box {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.infor_left,
	.infor_right {
		width: 100%;
		margin-bottom: 20px;
	}
	.infor_tit,
	.infor_tit-big,
	.infor_tit-more,
	.infor_tit-right {
		width: auto;
		height: 60px;
		font-size: 20px;
		line-height: 40px;
		padding: 0 40px 0 20px;
	}
	.infor_cont {
		padding: 15px;
		margin-top: -20px;
		border-radius: 20px;
	}
	.infor_line {
		margin-bottom: 20px;
	}
	.infor_num {
		width: 28px;
		height: 28px;
		font-size: 20px;
		line-height: 28px;
		margin-top: 5px;
	}
	.infor_txt {
		font-size: 18px;
		line-height: 32px;
	}
	.infor_border {
		border-width: 10px;
		border-radius: 20px;
		margin-top: -20px;
	}
	.brief_box,
	.brief_txt {
		font-size: 16px;
		line-height: 28px;
		padding: 10px;
	}
	.brief_txt {
		margin-bottom: 20px;
	}
	.brief_txt img {
		width: 100%;
	}
	.infor_table th {
		padding: 10px;
		font-size: 16px;
		line-height: 24px;
	}
	.infor_table td {
		padding: 5px;
		font-size: 14px;
		line-height: 20px;
	}
	.scene_box {
		width: 100%;
		padding: 10px;
		margin-bottom: 40px;
	}
	.scene_cont {
		margin-top: -20px;
		border-radius: 20px;
		padding: 10px;
	}
	.scene_infor {
		flex-direction: column;
	}
	.scene_block {
		width: 100%;
		height: auto;
		padding: 20px;
		margin-bottom: 10px;
		background-size: 100% 100%;
	}
	.scene_block .s_tit {
		font-size: 18px;
		line-height: 28px;
	}
	.scene_block .s_txt {
		font-size: 14px;
		line-height: 24px;
	}
	.sample_cont {
		width: 100%;
		padding: 20px 20px 60px;
		margin-bottom: 40px;
		margin-top: -30px;
		min-height: auto;
	}
	.sample_line {
		flex-direction: column;
		margin-bottom: 15px;
	}
	.sample_name {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 36px;
	}
	.sample_txt {
		font-size: 16px;
		line-height: 28px;
	}
	.operate_box {
		left: auto;
		right: 10px;
		bottom: 10%;
		margin-left: 0;
		z-index: 10;
	}
	.erweima_box {
		left: auto;
		right: 60px;
		bottom: 10%;
		margin-left: 0;
		width: 145px;
		padding: 5px;
		border-radius: 5px;
	}
	.page-footer {
		display: none;
	}
	.fixed_top_cont {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.logo_box img {
		max-width: 40%;
	}
	.logo_box {
		padding: 10px 0;
	}

	.infor_tit-right {
		text-align: right;
		padding:0 20px 0 40px;
	}
}