@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: Din;
	src: url("../font/DIN MEDIUM.TTF");
}

@font-face {
	font-family: FZLTHJW;
	src: url("../font/FZLTHJW.TTF");
}

body {
	font-size: 14px;
	/*font-family: 'Microsoft yahei','微软雅黑',Tahoma,Verdana,Arial,sans-serif;*/
	font-family: FZLTHJW;
	padding-top: 80px;
}

li {
	list-style-type: none;
}

.headtoplogo {
	display: inline-block;
}

img {
	border: none;
	display: block;
}

.hotBox {
	position: relative;
}

.hotDemo {
	width: auto;
	height: auto;
	position: absolute;
	right: -20px;
	top: -6px;
}

textarea:focus,
button:focus,
input:focus {
	outline: none;
}

.ie8show {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	font-size: 0px;
}

a {
	text-decoration: none;
	color: #000;
}

a:focus {
	outline: none;
}

.width_1600 {
	width: 100%;
	max-width: 1600px;
	margin: auto;
}

.w1100 {
	width: 1100px;
	margin: auto;
}

.float_left {
	float: left;
}

.font-color {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.mar_top10 {
	margin-top: 10px;
}

.mar_tb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.disPlaynblock {
	display: block !important;
}

.disPlaynone {
	display: none !important;
}

/*头部导航*/
.header {
	height: 79px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	z-index: 5555;
	border-bottom: 1px solid #ccc;
}

.headerbox {
	height: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
}

.headtop {
	height: 100%;
	background-color: rgba(255,255,255,0);
	float: left;
}

img.tk_logo {
	float: left;
	height: 80px;
	width: auto;
	/*position: relative;
	top: 12px;*/
}

.tk_logo {
	float: left;
	height: 80px;
	width: 198px;
	border: 0px;
	/*position: relative;
	top: 12px;*/
}

.tkphonemenu {
	width: 50px;
	height: 50px;
	background: url("../images/index/tkphon_menu.png") no-repeat;
	display: none;
	margin-top: 27%;
	cursor: pointer;
	cursor: hand;
}

.phoneCenterlogo {
	float: left;
	display: none;
	height: 100%
}

.head_seach {
	display: flex;
	margin-left: 50px;
}

.head_seach span {
	display: flex;
	align-items: center;
}

.head_seach .tk_yuyan {
	display: inline-flex;
}

.buttonArea {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.bookingBtn {
	padding: 8px 12px;
	border-radius: 40px 40px 40px 40px;
	border: 1px solid #021450;
	background-color: #fff;
	width: 112px;
	height: 33px;
	font-weight: 600;
	font-size: 14px;
	color: #021450;
	line-height: 16px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}

.bookingForm {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.toast {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	color: #fff;
	transition: opacity 0.5s;
	z-index: 9999;
}

.toast.show {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.form-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 16px 20px;
}

.form-title span {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 600;
	font-size: 16px;
	color: #1D2129;
	line-height: 24px;
	text-align: left;
}

.form-title img {
	cursor: pointer;
}

.form-footer button {
	cursor: pointer;
}

#bookingForm input.radio-input[type="radio"] {
	-webkit-appearance: none;
}


#bookingForm input.radio-input[type="radio"]:checked {
	background-color: transparent;
	border: none;
	position: relative;
	background-image: url(../images/index/tkpc_selected.png);
	background-size: 100% 100%;
}

/* .radio-btn {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
}
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.radio-btn::before {
	content: "";
	display: block;
	background-image: url('./泰康保险集团官网-泰康保险集团股份有限公司-保险，资管，医养_files/单选选中.png');
	background-size: cover;
	background-position: center;
} */
#bookingForm input {
	width: 208px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DCDFE6;
	padding-left: 8px;
}

#bookingForm select {
	width: 218px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DCDFE6;
	outline: none;
}

label {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #1D2129;
	line-height: 22px;
	text-align: right;
	font-style: normal;
	text-transform: none;
}

.radio-area {
	padding-top: 20px;
}

.booking-form {
	width: 293px;
	height: 344px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
}

.form-content {
	padding-left: 16px;
}

.yes-btn {
	margin-right: 32px;
	margin-left: 44px;
}

.btn-block {
	padding-top: 12px;
}

::placeholder {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #D2D3D4;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.form1-item {
	padding: 20px 0px 10px 20px;
	text-align: left;

}
.form-item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.form-footer {
	margin: 20px 42px 16px 43px;
}
.form1-footer {
	margin-top: 30px;
}

.cancel {
	width: 80px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DCDFE6;
	margin-right: 16px;
}

.submit {
	width: 80px;
	height: 32px;
	background: #F47920;
	border: none;
	color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
}
.hwpInfosubmit {
	width: 148px;
	height: 64px;
	background: #C01443;
	border-radius: 4px 4px 4px 4px;
	border: none;
	font-family: PingFang SC, PingFang SC;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.hwpInfosubmit1 {
	width: 140px;
	height: 44px;
	background: #C01443;
	border-radius: 4px 4px 4px 4px;
	border: none;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
}

/* .radio:checked{
	background-color: #FF8520;
} */
.tk_sousou {
	width: 18px;
	height: 18px;
	float: left;
	position: relative;
	left: -20px;
	top: 32px;
	cursor: pointer;
	cursor: hand;
}

span.tk_yuyan {
	display: inline-block;
	height: 40px;
	vertical-align: top;
	border-radius: 3px;
	color: #000;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	font-family: arial;
	float: left;
	text-align: center;
	font-family: "微软雅黑";
	margin-top: 20px;
}

.headAllmenu {
	float: left;
	margin-left: 60px;
}

ul.head_op {
	position: relative;
	float: left;
	margin-top: 20px;
	height: 40px;
	line-height: 40px;
}

ul.head_op li {
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #021450;
	cursor: hand;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 03s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	font-weight: 600;
}

ul.head_op li a {
	padding: 8px 10px;
	color: #021450;
}

ul.head_op li.tk_language {
	display: none;
}

.headmenu {
	width: 100%;
	max-width: 1200px;
	margin-left: -600px;
	height: 400px;
	background-color: #fff;
	position: absolute;
	top: 80px;
	left: 50%;
	display: none;
	z-index: 50;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
}

.headmenu .menucon {
	width: 33.25%;
	height: 100%;
	float: left;
	position: relative;
	border-right: 1px solid #c3c3c3;
}

.secondmenu {
	margin-top: 40px;
	background-color: #fff;
	display: none;
}

.tk_returnback {
	width: 50px;
	height: 50px;
	background: url("../images/index/tkpc_jt3.png") no-repeat;
	display: none;
	position: absolute;
	top: 50%;
	left: 20px;
	cursor: pointer;
	cursor: hand;
	margin-top: -25px;
}

.secondmenu li.secondmenulast {
	border-bottom: none;
}

.secondmenu li a {
	font-size: 16px;
	color: #010101;
	height: 38px;
	text-indent: 140px;
	line-height: 38px;
	display: block;
}

.secondmenu li.pitchon_a {
	background-color: #f47920;
}

.secondmenu li.pitchon_a a {
	color: #fff;
}

.menu_pushbox {
	display: none;
}

.about_margin {
	margin-top: 40px;
	margin-left: 80px;
}

.menu_Cnpush {
	font-size: 30px;
	color: #000;
}

.menu_Enpush {
	font-size: 30px;
	color: #b7b7b7;
	font-family: "Din";
}

.bottom_border {
	width: 60px;
	height: 1px;
	border-top: 1px solid #5bc2b6;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pushboxcon {
	font-size: 18px;
	color: #404040;
	margin-bottom: 15px;
}

.news_number {
	width: 245px;
	margin: 50px auto 0px;
	position: relative;
}

.big_number {
	font-size: 50px;
	color: #003b7d;
	font-family: "Din";
	letter-spacing: -1px;
}

.small_con {
	font-size: 14px;
	color: #404040;
	font-family: "微软雅黑";
}

.news_pic1 {
	width: 33px;
	height: 30px;
	background: url("../images/index/news_con.png") no-repeat;
	position: absolute;
	top: -5%;
	left: -40px;
}

.news_pic2 {
	width: 32px;
	height: 30px;
	background: url("../images/index/news_con.png") no-repeat -33px 0px;
	position: absolute;
	left: -40px;
	top: 32%;
}

.news_pic3 {
	width: 33px;
	height: 32px;
	background: url("../images/index/news_con1.png") no-repeat;
	position: absolute;
	left: -40px;
	top: 69%;
}

.mar_top40 {
	margin-top: 40px;
}

.gongmin_number {
	width: 225px;
	margin: 90px 0px 0px 100px;
	position: relative;
}

.big_number_2 {
	font-size: 100px;
	color: #003b7d;
	font-family: "Din";
	letter-spacing: -1px;
}

.small_con_2 {
	font-size: 24px;
	color: #404040;
	font-family: "微软雅黑";
}

.gm_pic {
	width: 50px;
	height: 43px;
	background: url("../images/index/gm_con.png") no-repeat;
	position: absolute;
	top: 0;
	left: -40px;
}

.zhongxin_number {
	width: 340px;
	margin: 100px auto 0px;
	position: relative;
}

.fontSize22 {
	font-size: 22px;
	color: #404040;
}

.fontSize36 {
	font-size: 36px;
	color: #404040;
}

.kehu_number {
	width: 210px;
	margin: 25px auto 0px;
	position: relative;
}

.kehu_numphone {
	font-size: 50px;
	font-family: "Din";
	color: #00968a;
	font-weight: 600;
	margin-bottom: 20px;
}

.kehu_con {
	font-size: 20px;
	color: #010101;
	margin-bottom: 20px;
}

.menu_pushpic {
	width: 100%;
	height: 100%;
	display: none;
}

.trans {
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#tk_backtop {
	width: 71px;
	height: 71px;
	background: url('../images/index/tk_jt.png') no-repeat;
	cursor: pointer;
	cursor: hand;
	position: fixed;
	right: 4.375%;
	bottom: 4%;
	display: none;
	z-index: 150;
}

.hovertriangle:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0px;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 3px;
	background-color: #f47920;
}

.inquirebox {
	float: left;
	height: 40px;
	width: 50%;
	margin-top: 20px;
	margin-left: 6.25%;
	display: none;
}

.inquireboxpic {
	width: 20px;
	height: 20px;
	border: none;
	background: url("../images/index/tkpc_search.png") no-repeat;
	position: relative;
	top: 5px;
	cursor: pointer;
	cursor: hand;
}

.inquireboxcon {
	height: 40px;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	color: #a2a2a2;
	width: 80%;
	font-family: "微软雅黑";
}

.inquireboxclose {
	float: right;
	width: 24px;
	height: 24px;
	background: url("../images/index/tkpc_close.png") no-repeat;
	cursor: pointer;
	cursor: hand;
	margin-top: 8px;
}

.footerminbox li {
	height: 155px;
}

.footer_1 {
	border-right: 1px solid #3c3c3c;
}

.footer_2 {
	border-right: 1px solid #3c3c3c;
}

.footer_3 {
	border-right: 1px solid #3c3c3c;
}

.footer_4 {
	border-right: 1px solid #3c3c3c;
}

.footer_5 {
	padding: 0;
	margin-left: 30px;
}

.webkitchoose {
	margin-top: 40px;
	width: 200px;
}

.footerlinks {
	display: block;
	color: #FFFFFF;
	margin-bottom: 6px;
	width: 130px;
}

.footerlinks:hover {
	color: #2eb7a7;
}

.footerkey {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.tk_footerline {
	font-size: 24px;
	color: #2eb7a7;
	font-weight: 600;
	position: relative;
	left: 10px;
	line-height: 20px;
	font-family: "Din";
}

.lineHeight28 {
	line-height: 24px;
}

.tk_sharepic {
	margin-left: 28px;
}

.tk_sharetitle {
	font-size: 18px;
	color: #279081;
	margin-bottom: 30px;
}

.tk_sharetitle span {
	letter-spacing: -1px !important;
	margin-left: 10px !important;
	;
}

.tk_sharelink1 {
	width: 28px;
	height: 23px;
	display: block;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.tk_sharelink2 {
	width: 30px;
	height: 23px;
	display: block;
	float: left;
	margin: 0 18%;
	cursor: pointer;
	cursor: hand;
}

.tk_sharelink3 {
	width: 11px;
	height: 23px;
	display: block;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.tk_sharelink4 {
	width: 136px;
	height: 24px;
	display: block;
	float: left;
	margin-top: 20px;
	cursor: pointer;
	cursor: hand;
}

.tk_sharelinkwb {
	background: url('../images/index/tkpc_shareq.png') no-repeat -1px -1px;
}

.tk_sharelinkwb:hover {
	background: url('../images/index/tkpc_shareq.png') no-repeat -1px -33px;
}

.tk_sharelinkwx {
	background: url('../images/index/tkpc_shareq.png') no-repeat -37px -5px;
}

.tk_sharelinkwx:hover {
	background: url('../images/index/tkpc_shareq.png') no-repeat -37px -33px;
}

.tk_sharelinkfc {
	background: url('../images/index/tkpc_shareq.png') no-repeat -80px -3px;
}

.tk_sharelinkfc:hover {
	background: url('../images/index/tkpc_shareq.png') no-repeat -80px -33px;
}

.tk_sharelinkly {
	background: url('../images/index/tkpc_shareq.png') no-repeat -106px -5px;
}

.tk_sharelinkly:hover {
	background: url('../images/index/tkpc_shareq.png') no-repeat -106px -33px;
}

#jiathis_webchat img {
	margin: 15px auto 0px !important;
}

.codepic {
	float: left;
	text-align: center;
}

.codepic img {
	width: auto;
	margin: auto;
}

.ycDemo {
	margin-left: 7px;
}

/* .codepicone{
	margin-left: 25px;
	margin-right: 10px;
} */
.codepicone img {
	width: 95px;
	height: auto;
}

.marginRight10 {
	/*margin-right: 10px;*/
}

.codecon {
	color: #ffffff;
	font-size: 12px;
	width: 80px;
	margin: 13px auto 0;
}

.websitechoose {
	width: 155px;
	height: 30px;
	background-color: #0c0c0c;
	position: relative;
	cursor: pointer;
	cursor: hand;
	float: left;
}

.websitename {
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
	color: #a2a2a2;
	width: 110px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.websitesanjiao {
	position: absolute;
	top: 13px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #a2a2a2;
}

.enterwebsite {
	width: 45px;
	height: 30px;
	color: #fff;
	display: block;
	float: right;
	line-height: 30px;
	background-color: #3b3b3b;
	text-align: center;
}

.enterwebsite:hover {
	background-color: #079080;
}

.corporationname {
	width: 153px;
	position: absolute;
	bottom: 30px;
	left: 0;
	border: 1px solid #d2d2d2;
	border-bottom: none;
	background-color: #FFFFFF;
	display: none;
	z-index: 100;
}

.corporationname li {
	color: #a2a2a2;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.corporationname li:hover {
	background-color: #239e8f;
	color: #fff;
}

.tk_keyword {
	width: 200px;
	height: 30px;
	margin-top: 20px;
}

#keywordsear {
	height: 30px;
	line-height: 30px;
	border: none;
	width: 145px;
	float: left;
	padding-left: 10px;
	background-color: #0c0c0c;
	color: #a2a2a2;
	font-family: "微软雅黑";
}

#keywordsure {
	width: 45px;
	height: 30px;
	border: none;
	float: right;
	cursor: pointer;
	cursor: hand;
	background-color: #3b3b3b;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "微软雅黑";
}

#keywordsure:hover {
	background-color: #079080;
}

.footerbottomline {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #484848;
	width: 100%;
	background-color: #000000;
}

.footerbottomline img {
	width: auto !important;
}

#ckepop .jtico {
	background: none !important;
}

/*头部*/
@media screen and (max-width: 1218px) {
	.headtop {
		margin-right: 33%;
		width: 50px;
	}

	.headtoplogo {
		display: none;
	}

	.hotDemo {
		right: 15px;
		top: -6px;
	}

	.tkphonemenu {
		display: block;
	}

	.phoneCenterlogo {
		display: block;
	}

	.phoneCenterlogo img {
		height: 100%;
		width: auto;
	}

	.phoneCenterlogo .tk_logo {
		height: 100%;
		width: 196px;
	}

	.headAllmenu {
		display: block;
	}

	ul.head_op {
		height: 320px;
		background-color: #fff;
		position: absolute;
		top: 60px;
		left: 0;
		border: 1px solid #CCCCCC;
		border-top: none;
	}

	ul.head_op li {
		display: block;
		float: none;
	}

	ul.head_op li.tk_language {
		display: none;
	}

	ul.head_op li a {
		padding: 8px 35px;
	}

	ul.head_op li:hover {
		background-color: #f47920;
	}

	ul.head_op li:hover a {
		color: #FFFFFF;
	}

	.hovertriangle:after {
		bottom: 0px;
	}

	.headmenu {
		width: 210px;
		left: 180px;
		height: auto;
		border: 1px solid #ccc;
		border-left: none;
		position: absolute;
		top: 110px;
		left: 155px;
		margin-left: 0px;
	}

	.headmenu .menucon {
		width: 100%;
		border: none;
	}

	.headmenu div.menuconOut {
		width: 0;
		overflow: hidden;
	}

	.secondmenu {
		margin-top: 0;
	}

	.secondmenu li a {
		text-indent: 0;
		padding: 0px 35px;
		font-size: 16px;
		height: 40px;
	}

	.secondmenu li a:hover {
		background-color: #f47920;
		color: #fff;
	}
}

@media screen and (max-width: 992px) and (min-width: 680px) {
	.headtop {
		margin-right: 25%;
	}

	.hotDemo {
		right: 15px;
		top: -6px;
	}

	.inquirebox {
		margin-left: 0;
	}

	.inquireboxcon {
		width: 50%;
	}

	ul.head_op {
		top: 61px;
	}

	ul.head_op li.tk_language {
		display: none;
	}

	.tshapp {
		margin-top: 30px;
	}
}

@media screen and (max-width: 680px) {
	body {
		padding-top: 80px;
	}

	.header {
		height: 80px;
	}

	.hotDemo {
		right: 15px;
		top: -6px;
	}

	.headtop {
		margin-right: 0;
	}

	.tkphonemenu {
		margin-top: 32%;
	}

	.tshapp {
		margin-top: 30px;
	}

	.phoneCenterlogo {
		margin-right: 2.2%;
		float: right;
	}

	.phoneCenterlogo img {
		width: auto;
		height: 68px;
		margin-top: 8px;
	}

	.phoneCenterlogo .tk_logo {
		width: 169px;
		height: 68px;
		margin-top: 8px;
	}

	/* .head_seach{
		display: none;
	} */
	ul.head_op {
		top: 61px;
		width: 100%;
		height: 360px;
	}

	ul.head_op li {
		text-align: center;
	}

	ul.head_op li.tk_language {
		display: block;
	}

	.headmenu {
		width: 100%;
		text-align: center;
		left: 0;
		top: 80px;
	}
}

/*底部*/
@media screen and (max-width: 1200px) and (min-width: 992px) {
	.footer {
		overflow-x: hidden;
	}

	.codepic {
		width: 45%;
	}

	.codepicone {
		margin-right: 8%;
		margin-left: 0;
	}

	.ycDemo {
		margin-left: 0px;
	}

	.ycDemo {
		margin-left: 0px;
	}

	.codecon {
		width: auto;
	}

	.tshapp {
		margin-top: 30px;
	}

	.footerminbox li {
		border-right: none;
		height: auto;
	}

	.codepic img {
		width: 100%;
		height: auto;
	}

	.codepicone img {
		width: 100%;
		height: auto;
	}

	.two-dimension {
		margin-left: 45px;
	}

	.tk_sharepic {
		width: 200px;
		margin-top: 10px;
		margin-left: 0;
	}

	.webkitchoose,
	.tk_keyword {
		width: 200px;
	}

	.codecon {
		font-size: 14px;
		text-align: center;
	}

	.footer_5 {
		margin-left: 15px;
	}

}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.footer {
		overflow-x: hidden;
	}

	.footerminbox li {
		border-right: none;
		height: auto;
	}

	.footerlinks {
		font-size: 18px;
		width: 115px;
	}

	.footerkey {
		font-size: 18px;
	}

	.ycDemo {
		margin-left: 0px;
	}

	.codecon {
		width: auto;
	}

	.footerminbox li.footer_1 {
		margin-bottom: 40px;
	}

	.footerminbox li.footer_2 {
		height: 186px;
	}

	.codepic {
		width: 40%;
	}

	.codepicone {
		margin-left: 0;
		margin-right: 25px;
	}

	.codepic img {
		width: 100%;
		height: auto;
	}

	.tk_sharepic {
		margin-left: 0;
		width: 200px;
	}

	.footerminbox li.footer_4 {
		height: 193px;
	}

	.footer_5 {
		margin-left: 15px;
	}

	.webkitchoose,
	.tk_keyword {
		width: 200px;
	}

	.codecon {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.footerminbox li {
		border-right: none;
		height: auto;
	}

	.ycDemo {
		display: none;
	}

	.footerlinks {
		font-size: 16px;
		width: 48%;
		display: inline-block;
	}

	.footerkey {
		font-size: 16px;
	}

	.footerminbox li.footer_2 {
		margin-top: 30px;
	}

	.footerminbox li.footer_3 {
		margin-top: 30px;
	}

	.ycDemo {
		margin-left: 0px;
	}

	.codecon {
		width: auto;
	}

	.codepicone {
		margin-left: 0;
		width: 45%;
		margin-right: 6%;
	}

	.codepicone img {
		width: 100%;
		height: auto;
	}

	.codecon {
		font-size: 14px;
		text-align: center;
	}

	.codepic {
		width: 50%;
	}

	.codepic img {
		width: 100%;
		height: auto;
	}

	.tk_sharepic {
		margin-left: 0;
		margin-top: 30px;
		width: auto;
	}

	.webkitchoose {
		width: 200px;
	}

	.tk_sharelink2 {
		margin: 0px 5%;
	}

	.tk_sharelink3 {
		margin-right: 5%
	}

	.tk_sharelink4 {
		margin-top: 0px;
	}

	.tk_keyword {
		width: 200px;
	}

	.footer_5 {
		margin-left: 15px;
	}

	.footerbottomline {
		line-height: 20px;
		height: 60px;
	}

}

@media screen and (max-width: 400px) {
	.lineHeight28 {
		width: 230px;
		line-height: 28px;
	}

	.ycDemo {
		margin-left: 0px;
	}

	.codecon {
		width: auto;
	}
}

/*新闻中心公共部分*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1200-1600 {
	width: 100%;
	max-width: 1600px;
	min-width: 1200px;
	margin: auto;
}

/*标题*/
.h2_title {
	font-size: 30px;
	position: relative;
	font-weight: normal;
	padding: 60px 0 40px;
}

span.en {
	font-family: Din;
	bottom: 58px;
	font-size: 33px;
	font-weight: normal;
	color: #b7b7b7;
	line-height: 30px;
}

.size_18 {
	font-size: 18px;
}

.size_12 {
	font-size: 12px;
}

/*按钮*/
.button_news {
	display: inline-block;
	width: 114px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #3d3d3d;
	text-align: center;
	border: 1px solid #3d3d3d;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
}

.button_news:hover {
	background-color: #00968a;
	border: 1px solid #00968a;
	color: #fff;
}

.button_news:hover span {
	background: url("../images/news/back_click.png") no-repeat;
}

.h2_title a {
	text-decoration: none;
	position: absolute;
	right: 0;
}

/*返回*/
.news_back span {
	width: 35px;
	height: 44px;
	background: url("../images/news/back_03.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: -3px;
}

.news_back {
	width: 100px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

/*分页*/
.page_con .page {
	padding-top: 20px;
	padding-bottom: 100px;
}

.page_con .page a {
	border-radius: 3px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	border: 1px solid #3d3d3d;
	color: #3d3d3d;
	font-size: 16px;
	margin-right: 5px;
	text-align: center;
	padding: 0;
}

.page_con .page span {
	display: inline-block;
	line-height: 44px;
	width: 12px;
}

.page_con .page .curr {
	background-color: #00968a;
	color: #fff;
	border: 1px solid #00968a;
}

.page_con .page .laypage_prev,
.page_con .page .laypage_next {
	width: 100px;
	border-radius: 3px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #3d3d3d;
	color: #3d3d3d;
	font-size: 16px;
	margin: 0 5px;
	text-align: center;
}

.more_color {
	color: #2db7a8;
}

.no_color {
	color: #fff;
}

@media (max-width: 1200px) {
	.h2_title {
		width: 90%;
		margin-left: 5%;
	}

	.page_con {
		width: 90%;
		margin-left: 5%;
	}

	.h2_title a {
		top: 14px;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.public_con li {
		width: 50%;
	}

	.h2_title a {
		top: 14px;
	}
}

@media (max-width: 768px) {
	.public_con li {
		width: 100%;
	}

	.page_con .page a {
		display: none;
	}

	.page_con .page .laypage_prev,
	.page_con .page .laypage_next {
		display: block;
		float: left;
	}

	.page_con .page .point {
		display: none;
	}

	.h2_title {
		font-size: 30px;
		padding-top: 60px;
		padding-bottom: 40px;
	}

	span.en {
		font-size: 30px;
		display: block;
	}

	span.en {
		padding-left: 0;
	}

	.h2_title .news_back {
		border: 0;
		width: 50px;
	}

	.h2_title .news_back span {
		left: -30px
	}

	.h2_title .news_back:hover {
		background-color: transparent;
		color: #3d3d3d;
	}
}


/*微信分享样式*/

.mask {
	position: absolute;
	top: 0px;
	filter: alpha(opacity=60);
	background-color: #777;
	z-index: 1002;
	left: 0px;
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.model {
	display: none;
	position: fixed;
	z-index: 10000000001;
}

.jiathis_weixin_modal {
	background-clip: padding-box;
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin: -200px 0 0 -200px;
	position: fixed;
	top: 50%;
	overflow: hidden;
	width: auto;
}

.jiathis_modal_header {
	border-bottom: 1px solid #EEEEEE;
	padding: 9px 15px;
}

.jiathis_weixin_close {
	text-decoration: none;
	margin-top: 2px;
	color: #000000;
	float: right;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
	opacity: 0.2;
	text-shadow: 0 1px 0 #FFFFFF;
}

.jiathis_weixin_h3 {
	line-height: 30px;
	margin: 0;
	font-weight: normal;
	font-family: " 微软雅黑";
}

.jiathis_modal_body {
	text-align: center;
}

.jiathis_modal_footer {
	border-radius: 0 0 6px 6px;
	border-top: 1px solid #DDDDDD;
	box-shadow: 0 1px 0 #FFFFFF inset;
	padding: 0 10px;
	padding-top: 11px;
	text-align: left;
	font-size: 12px;
	height: 40px;
}

.jiathis_weixin_tip {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#qrcodeTable {
	width: 200px;
	width: 300px;
	margin: 10px auto;
}


/*右侧*/
.tool_group {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -91px;
	z-index: 120;
}

.bottom-text {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
	white-space: nowrap;
	margin-top: 60px;
}

.tool_group .icon {
	/* position: relative;
	display: block; */
	margin-left: 0;
	z-index: 140;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.toll_troup_trans {
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 04s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.memberCenter .title1,
.hotPhone .title2,
.highServe .title3,
.robot .title4 {
	min-width: 117px;
	width: auto;
	height: 40px;
	position: absolute;
	right: 90px;
	background-color: #fff;
	opacity: 0;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #F47920;
	line-height: 40px;
	text-align: center;
	z-index: 100;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

.tool_group {
	width: 80px;
	height: 344px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
	border-radius: 46px;
	padding: 1px;
	background: radial-gradient(circle, rgba(245, 166, 3, 1), rgba(249, 181, 141, 1), rgba(242, 144, 173, 1), rgba(255, 179, 131, 1));
}

.tool_group .tool_group_inner {
	width: 100%;
	height: 100%;
	border-radius: 46px;
	background: #FFFFFF;
}

.tool_group .memberCenter {
	background: url("../images/index/vricon@2x.png") no-repeat center center;
	background-size: 100%;
	cursor: pointer;

}

.memberCenter:hover .title1 {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hotPhone:hover .title2 {
	opacity: 1;
	filter: alpha(opacity=100);
}

.highServe:hover .title3 {

	opacity: 1;
	filter: alpha(opacity=100);
}
.robot:hover .title4 {

	opacity: 1;
	filter: alpha(opacity=100);
}

.tool_group .hotPhone {
	background: url("../images/index/booking@2x.png") no-repeat center center;
	background-size: 100%;
	margin-top: 14px;
	margin-bottom: 14px
}

.tool_group .highServe {
	background: url("../images/index/online-slaes@2x.png") no-repeat center center;
	background-size: 100%;
}

.tool_group .robot {
	background: url("../images/index/robot.png") no-repeat center center;
	background-size: 100%;
}

@media (max-width: 768px) {

	.memberCenter .title1,
	.hotPhone .title2,
	.highServe .title3,
	.robot .title4 {
		display: none;
	}

	.tool_group {
		bottom: 16%;
		top: auto;
	}

	/* .tool_group .icon {
		border-radius: 50%;
		width: 50px;
		height: 50px;
	} */
	/* 
	.tool_group .memberCenter {
		background: url("../images/index/1.png") no-repeat center center;
		background-color: #000;

	}

	.tool_group .hotPhone {
		background: url("../images/index/2.png") no-repeat center center;
		background-color: #000;
	}

	.tool_group .highServe {
		background: url("../images/index/3.png") no-repeat center center;
		background-color: #000;
	} */

	.tool_group .icon {
		position: relative;
		display: block;
		margin-left: 0;
		margin-bottom: 1px;
		width: 50px;
		height: 50px;
		opacity: 0.4;
		filter: alpha(opacity=40);
		z-index: 140;
	}
}

.footer {
	position: relative;
	z-index: 100;
}
.inputInfo {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	gap: 40px;
}
.hwpbottom {
	display: block;
	margin-top: 10px;
	width: 273px;
height: 44px;
background: #FFFFFF;
border-radius: 4px 4px 4px 4px;
border: 1px solid #DCDFE6;
padding-left: 8px;
}

.alertInfo {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 1000;
	box-shadow: 5px 5px 15px #a5a2a2;
	border-radius: 5px;
	/* transform: translate(-50%,-50%) */
}

.sure .tipSure {
	text-align: right;
	color: #f1b500;
}

.iframe-container {
	display: none;
	width: 100%;
	height: calc(100vh - 60px);
}

.iframe-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}
