* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
}



.clear {
	clear: both;
}

.information_bg {
	width: 100%;
	height: 100vh;
	background: rgba(98, 157, 246, .4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;

}

.information_tips {
	font-size: 14px;
	text-align: center;
	position: fixed;
	bottom: 2rem;
	left: 0;
	width: 100%;
	color: #206bc4;
}

.information_outside {
	width: 92%;
	margin: 5rem 4%;
	position: relative;
}

.information_inside {
	width: 92%;
	background: #fff;
	border-radius: 0.5rem;
	margin-left: 4%;
	padding: 1rem 4% 2rem;
	box-sizing: border-box;
}

.information_inside_bot {
	width: 100%;
	padding: 1.5rem 4%;
	box-sizing: border-box;

	background-image: linear-gradient(180deg, #3E8ED2 0%, #5795BE 100%);

	border-radius: 0.5rem;
	margin-top: -1rem;
}

.information_inside_hr {
	width: 100%;
	height: 5px;
	display: flex;
	justify-content: space-between;
}

.information_inside_hr span:nth-child(1) {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #206bc4;
	border-radius: 5px;
}

.information_inside_hr span:nth-child(2) {
	width: 88%;
	height: 1px;
	background: #206bc4;
	margin-top: 2px;
	border-radius: 10px;
}

.information_inside_hr span:nth-child(3) {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #206bc4;
	border-radius: 10px;
}

.information_inside_title {
	width: 100%;
	line-height: 2rem;
	text-align: center;
	padding: 0.5rem;
	box-sizing: border-box;
	color: #206bc4;
	text-align: center;
}

.information_inside_img {
	margin: 1rem 0 0;
}

.information_inside_img img {
	width: 100%;
	border-radius: 0.5rem;
}

.information_inside_text {
	width: 100%;
	padding: 0.75rem;
	box-sizing: border-box;
	font-size: 14px;
	background: rgba(255, 255, 255, .2);
	border-radius: 0.5rem;
	line-height: 1.5rem;
	color: #fff;
	max-height: 6rem;
	box-sizing: border-box;
	overflow: hidden;
}

.information_inside_bot a {
	width: 88%;
	height: 3rem;
	background: #fff;
	display: block;
	margin: 1.5rem 6% 0;
	border-radius: 50px;
	text-align: center;
	box-sizing: border-box;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #000;
}

.information_exam {
	width: 92%;
	margin: 2.5rem 4%;
}

.information_exam_title {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	border: 1px #000 solid;
}

.information_exam_title span {
	width: 20%;
	height: 40px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
}

.information_exam_title p {
	width: 80%;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	background: #206bc4;
	overflow: hidden;
	color: #fff;
	box-sizing: border-box;
}

.information_exam_question {
	width: 100%;
	height: 200px;
	background: #272332;
	position: relative;
	margin-top: 0.5rem;
	border: 1px #000 solid;
	padding: 0 1rem;
	box-sizing: border-box;
}

.information_exam_question .left {
	width: 4px;
	height: 200px;
	background: #206bc4;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.information_exam_question .right {
	width: 4px;
	height: 200px;
	background: #206bc4;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.information_exam_question .text {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.75rem;
	font-size: 16px;
	color: #fff;
}

.info_header {
	width: 100%;
	height: 80px;
	background: #fff;
	display: flex;
	justify-content: center;
}

.info_center {
	width: 1200px;
}

.info_header_logo {
	width: 128px;
	height: 50px;
	background: #f5f5f5;
	text-align: center;
	line-height: 50px;
	color: #ccc;
	border-radius: 0.25rem;
	margin-top: 15px;
	user-select: none;
	float: left;
}

.info_header_nav {
	margin-left: 32px;
	float: left;
}

.info_header_nav li {
	padding: 0 16px;
	box-sizing: border-box;
	float: left;
	height: 80px;
	line-height: 80px;
}

.info_header_nav li a {
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

.info_header_login {
	float: right;
}

.info_header_login a {
	padding: 0 16px;
	box-sizing: border-box;
	background-color: #206bc4;
	height: 50px;
	display: block;
	line-height: 50px;
	font-size: 14px;
	border-radius: 0 0 8px 8px;
	color: #fff;
	letter-spacing: 2px;
}

.info_main {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.info_main_left {
	width: 70%;
	box-sizing: border-box;
	border-radius: 4px;
	float: left;
}

.info_main_right {
	width: 28%;
	box-sizing: border-box;
	float: right;
	border-radius: 4px;
}

.info_main_lis {
	padding: 16px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 32px;
}

.info_main_left_info {
	background: #fff;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 4px;
}

.info_main_left_info h3 {
	width: 100%;
	line-height: 40px;
	margin-bottom: 8px;
}

.info_main_left_info .info_text {
	display: flex;
	justify-content: flex-start;
}

.info_main_left_info .info_text img {
	width: 350px;
	object-fit: cover;
	height: 150px;
	border-radius: 4px;
}

.info_main_left_info .info_text p {
	margin-left: 16px;
	font-size: 14px;
	line-height: 25px;
	max-height: 150px;
	overflow: hidden;
}

.info_text_x {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}

.info_text_x ul {
	width: 60%;
	height: 50px;
	display: block;
	float: left;
	display: flex;
	justify-content: flex-start;
	user-select: none;
}

.info_text_x li {
	display: flex;
	justify-content: flex-start;
	width: 33.33%;
	height: 50px;
}

.info_text_x li span {
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #999;
	border-radius: 8px;
	margin-top: 22px;
}

.info_text_x li p {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	margin-left: 8px;
	color: #999;
}

.info_text_x a {
	width: 25%;
	height: 40px;
	display: inline-block;
	background: #206bc4;
	float: right;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	line-height: 40px;

	margin-top: 5px;
}

.info_main_left_text {
	margin-top: 32px;
	width: 100%;
	background: #fff;
	padding: 16px;
	box-sizing: border-box;
	border-radius: 4px;
}

.info_main_title {
	width: 100%;
	height: 50px;
	padding-bottom: 10px;
	border-bottom: 1px #f5f5f5 solid;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	user-zoom: none;
}

.info_main_title span:nth-child(1) {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #206bc4;
	border-radius: 6px;
	margin: 10px;
}

.info_main_title span:nth-child(2) {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #206bc4;
	border-radius: 6px;
	margin: 10px;
}

.info_main_title h3 {
	padding: 0 10px;
}

.info_main_title span:nth-child(4) {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #206bc4;
	border-radius: 6px;
	margin: 10px;
}

.info_main_title span:nth-child(5) {
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #206bc4;
	border-radius: 6px;
	margin: 10px;
}

.info_main_left_texts {
	width: 100%;
	margin-top: 10px;
	line-height: 28px;
	font-size: 15px;
}

.info_main_left_texts img {
	width: 100%;
	margin-top: 10px;
	border-radius: 4px;
}

.info_main_right_list li {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.info_main_right_list li span {
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #206bc4;
	border-radius: 6px;
	margin-right: 8px;
}

.info_main_right_list li a {
	font-size: 14px;
	overflow: hidden;
	color: #999;
}

.info_footer {
	width: 100%;
	height: 240px;
	background: #313131;
	margin-top: 64px;
}

.info_footer {
	display: flex;
	justify-content: center;
}

.info_centers {
	width: 1200px;
	height: 200px;
	padding: 20px 0;
}

.info_centers ul {
	display: flex;
	justify-content: space-between;
}

.info_centers li {
	width: 30%;
	height: 150px;
}

.info_centers li:nth-child(2) {}

.info_centers li:nth-child(3) {
	width: 15%;
}

.info_centers h3 {
	color: #fff;
}

.info_centers p {
	line-height: 30px;
	max-height: 90px;
	font-size: 14px;
	margin-top: 16px;
	color: #ccc;
}

.info_centers img {
	width: 90px;
	height: 90px;
	margin-top: 16px;
}

.info_centers .bot {
	width: 100%;
	height: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #424242;
	border-radius: 0.25rem;
}

.info_text_btn {
	display: none;
}

.m_info_header {
	display: none;
}

.m_info_headers {
	display: none;
}

.res_top_bg {
	width: 100%;
	height: 240px;
	background: #206bc4;
	padding: 1rem 4%;
	box-sizing: border-box;
}

.res_top_bg h4 {
	line-height: 32px;
	max-height: 64px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
}

.res_top_bg h4 a {
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	background: #ff6a00;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	border-radius: 4px;
	margin-left: 8px;
	margin-top: 4px;
}

.res_top_bg p {
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	letter-spacing: 2px;
}

.mt-112 {
	margin-top: -112px;
}

.res_text_box {
	width: 92%;
	position: relative;
	background: #fff;
	margin-left: 4%;
	margin-bottom: 24px;
	border-radius: 8px;
	padding: 3rem 1rem 1rem;
	box-sizing: border-box;
}

.res_text_box .title {
	position: absolute;
	top: 0;
	left: 1rem;
	background: #ff6a00;
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 14px;
	border-radius: 0 0 8px 8px;
	color: #fff;
}

.res_text_box .text {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.res_text_box .table {
	width: 100%;
	height: 122px;
	margin-top: 1rem;
	border: 1px #206bc4 solid;
	box-sizing: border-box;
	border-radius: 4px;
}

.res_text_box .table ul {
	display: flex;
	justify-content: flex-start;
}

.res_text_box .table li {
	height: 120px;
}

.res_text_box .table li:nth-child(1) {
	width: 30%;
	border-right: 1px #206bc4 solid;
	text-align: center;
	line-height: 120px;
	font-weight: bold;
	color: #fff;
	background: #206bc4;
	flex-shrink: 0;
}

.res_text_box .table li:nth-child(2) {
	width: 70%;
}

.res_text_box .table li:nth-child(2) p {
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 14px;
	border-bottom: 1px #206bc4 solid;
	padding: 0 16px;
	box-sizing: border-box;
}

.res_text_box .table li:nth-child(2) p:nth-child(2) {
	background: rgba(98, 157, 246, .2);
}

.res_text_box .table li:nth-child(2) p:nth-child(3) {
	border: none;
}

.res_text_box .tips {
	background: rgba(98, 157, 246, .2);
	padding: 1rem;
	box-sizing: border-box;
	margin-top: 1rem;
	border-radius: 4px;
}

.res_text_box .tips h4 {
	text-align: center;
	width: 100%;
}

.res_text_box .tips p {
	margin-top: 1rem;
	font-size: 14px;
	line-height: 1.5rem;
	color: #999;
}

.yxlable {
	width: 100%;
	border: 1px #206bc4 solid;
	border-radius: 4px;
}

.yxlable p {
	width: 100%;
	height: 40px;
	border-bottom: 1px #206bc4 solid;
}

.yxlable p span {
	width: 25%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-right: 1px #206bc4 solid;
	display: inline-block;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 4px;
	box-sizing: border-box;
	overflow: hidden;
}

.yxlable p span:last-child {
	border: none;
}

.yxlable p span:nth-child(1) {
	width: 20%;
}

.yxlable p span:nth-child(2) {
	width: 30%;
}

.yxlable p:last-child {
	border: none;
}

.res_text_box .wdfx {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	border-radius: 4px;
	position: relative;
}

.res_text_box .wdfx_title {
	background: #206bc4;
	height: 2rem;
	line-height: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1rem;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 4px 0 4px 0;
	color: #fff;
}

.res_text_box .wdfx_bar {
	width: 100%;
	height: 12px;
	background: #f5f5f5;
	border-radius: 4px;
	position: relative;
	margin-top: 1rem;
}

.res_text_box .wdfx_bar span {
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	background-image: linear-gradient(90deg, #01d5fd 0%, #0063e5 100%);
	border-radius: 4px;
}

.res_text_box .wdfx_bars {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	color: #999;
}

.res_text_box .wdfx_texts {
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	margin-top: 1.5rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.res_text_box .wdfx_texts span {
	padding: 0 1rem;
	background-image: linear-gradient(90deg, #01d5fd 0%, #0063e5 100%);
	color: #fff;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 8px;
}

.res_text_box .tjcs li {
	width: 48%;
	height: 5rem;
	position: relative;

}

.res_text_box .tjcs li img {
	width: 100%;
	height: 5rem;
	object-fit: cover;
	border-radius: 4px;
}

.res_text_box .tjcs li p {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #206bc4;
	padding: 0 0.5rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	border-radius: 4px 0 4px 0;
}

.res_text_box .gzh {
	width: 120px;
	height: 120px;
	margin: 32px auto;
}

.res_text_box .gzh img {
	width: 120px;
	height: 120px;
}

.home_banner {
	width: 100%;
	height: 400px;
}

.home_banner img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.home_main {
	width: 100%;
	display: flex;
	justify-content: center;
}

.home_recommended_test {
	width: 1200px;
	margin-top: 32px;
}

.home_recommended_test h2 {
	color: #333;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	display: flex;
	justify-content: flex-start;
}

.home_recommended_test h2 span {
	width: 5px;
	height: 24px;
	display: inline-block;
	background: #206bc4;
	margin-top: 8px;
	margin-right: 8px;
	border-radius: 16px;
}

.home_recommended_test_list {
	margin-top: 20px;
	height: 300px;
	overflow: hidden;
}

.home_recommended_test_list li {
	float: left;
	width: 386px;
	height: 140px;
	background: #f5f5f5;
	margin-left: 20px;
	border-radius: 0.25rem;
	position: relative;
}

.home_recommended_test_list li:nth-child(1) {
	width: 388px;
	height: 300px;
	background: #f5f5f5;
	margin-left: 0;
}

.home_recommended_test_list li:nth-child(4) {
	margin-top: 20px;
}

.home_recommended_test_list li:nth-child(5) {
	margin-top: 20px;
}

.home_recommended_test_list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.25rem;
}

.home_recommended_test_list .musk {
	width: 100%;
	height: 100px;
	background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .5));
	position: absolute;
	bottom: 0;
	left: 0;
}

.home_recommended_test_list p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 88px 0 10px;
	box-sizing: border-box;
	color: #fff;
	z-index: 9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home_recommended_test_list span {
	position: absolute;
	bottom: 0;
	right: 10px;
	height: 40px;
	color: #E9C61F;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
	z-index: 10;
}

.home_all_tests{
	width: 1200px;
	margin-top: 60px;
}
.home_all_tests h2 {
	color: #333;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.home_all_tests h2 span {
	width: 5px;
	height: 24px;
	display: inline-block;
	background: #206bc4;
	margin-top: 8px;
	margin-right: 8px;
	border-radius: 16px;
}
.home_all_tests h2 a{
	position: absolute;
	top: 0;
	right: 0;
	border: 1px #206bc4 solid;
	color: #206bc4;
	border-radius: 50px;
	height: 32px;
	line-height: 30px;
	margin-top: 4px;
	font-weight: normal;
	font-size: 16px;
	padding: 0 16px;
}
.home_all_tests_list{
	margin-top: 20px;
}
.home_all_tests_list li{
	width: 285px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
	float: left;
	margin-bottom: 32px;
	border-radius: 0.25rem;
	position: relative;
}
.home_all_tests_list li:nth-child(4n+2){
	margin-left: 20px;
}
.home_all_tests_list li:nth-child(4n+3){
	margin-left: 20px;
}
.home_all_tests_list li:nth-child(4n+4){
	margin-left: 20px;
}
.home_all_tests_list li img{
	width: 100%;
	height: 120px;
	border-radius: 0.25rem 0.25rem 0 0;
	object-fit: cover;
}
.home_all_tests_list li  .text{
	padding: 12px 12px 60px 12px;
	box-sizing: border-box;
}
.home_all_tests_list li  .text h3{
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
.home_all_tests_list li  .text p{
	color: #ccc;
	font-size: 14px;
	display: inline-block;
	font-weight: normal;
	margin-left: 16px;
}
.home_all_tests_list li  h3:nth-child(2){
	display: flex;
	justify-content: flex-start;
	height: 32px;
	line-height: 32px;
	color: #206bc4;
	margin-bottom: 0;
}
.home_all_tests_list li  .text a{
	position: absolute;
	bottom: 16px;
	right: 12px;
	padding: 0 16px;
	background: #f59356;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}
.info_search{
	width: 200px;
	height: 40px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 50px;
	position: relative;
	border: 1px #206bc4 solid;
	box-sizing: border-box;
}
.info_search input{
	width: 100%;
	height: 38px;
	background: transparent;
	font-size: 14px;
	padding-left: 16px;
	box-sizing: border-box;
}
.info_search button{
	width: 25%;
	height: 38px;
	background: #206bc4;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 40px 40px 0;
	font-size: 14px;
	color: #fff;
}
.m_info_search{
	display: none;
}
footer{
	display: none;
}
.footerbut{
	display: none;
}



.section-title h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 24px;
	position: relative;
	color: #2C2D3F;
}

.section-title p{
	font-size:15px;
	color:#888;
	margin-top:15px;
}

/* Tablet Screen */
