@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	 border-collapse: collapse; 
	/* border-spacing: 0;
	margin: 0 auto; */
/*	border-collapse: separate !important;*/
	border-spacing: 0 !important;
	background-color: #ccd6e1 !important;
}

table td {
	background: #fff;
}

caption,
th {
/*	text-align: left;*/
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

* {
	box-sizing: border-box;
}

img {
	border: 0;
	outline: 0;
	vertical-align: middle;
	
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

body {
	font-family: 'Microsoft YaHei','Menlo';
	color: #1a1a1a;
	background: #f9f9f9;
	overflow-x: hidden;
	font-size: 18px;
	min-width: 1000px;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
	transition: .3s;
}

a:hover {
	color: #3587c0;
	transition: .3s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pcNone {
    display: none !important;
}

.wrapper{
	width: 1400px;
	margin: 0 auto;
}
.font_b{
	font-weight: bold;
}
.red{
	color: #c00;
}

/*头部*/
.header{
	height: 160px;
	background-color: #fff;
}
.header .topbar{
	height: 40px;
	/* background: url(tcare_202511_topbg.png) center bottom no-repeat #d9eaf6; */
	background: url(tcare_202511_topbg2.png) center bottom no-repeat #d9eaf6;
	line-height: 38px;
}
.topbar .wrapper {
	position: relative;
	height: 40px;
}
.head_link{
	position: absolute;
	/* right: -190px; */
	right: -115px;
	top: 0	;
	/* float: right; */
	margin-right: 60px;
}
.head_link li{
	float: left;
	font-size: 14px;
	margin-left: 10px;
}
.head_link li:first-child{
	margin-left: 0;
}
.head_link li,
.head_link li a {
	color: #3587c0;
}
.head_link li .icon{
	width: 22px;
	margin-right: 2px;
	opacity: .6;
}
.head_link li:hover .icon{
	opacity: 1;
}
/*公众号*/
.head_link li.wx{
	cursor: pointer;
	position: relative;
}
.head_link li.wx:hover{
	color: #3587c0;
}
.head_link li.wx:hover .wx_win{
	display: block;
}
.head_link li.wx .wx_win{
	display: none;
	padding-top: 8px;
	width: 98px;
	height: 98px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 32px;
	z-index: 10;
	box-sizing: border-box;
}
.head_link li.wx .wx_win::before{
	content: '';
	width: 0;
	height: 0;
/*	尖尖朝上*/
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -7px;
}
.head_link li.wx .wx_win .ewmbox {
	text-align: center;
	height: 100%;
	padding: 5px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 20px rgba(31, 67, 132, .2);
}
.head_link li.wx .wx_win .ewmbox .pic_ewm{
	width: 100%;
	height: 100%;
}
/*公众号 end*/

.head_logo{
	text-align: center;
	padding-bottom: 10px;
}




.menu{
	position: absolute;
	top: 159px;
	/* top: 0; */
	left: 0;
	width: 100%;
	z-index: 2;
}
.menu .menu_bg{
	width: 1400px;
	height: 52px;
	margin: 0 auto;
	background: url(tcare_202511_menubg.png) center bottom no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	text-align: center;
}
.menu li{
	height: 52px;
	line-height: 30px;
	font-size: 21px;
	display: inline-block;
	width: 13%;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.menu li a{
	display: block;
	height: 100%;
}
.menu li::before{
	content: '';
	width: 0;
	height: 20px;
	border-left: 1px solid #9cc3de;
	position: absolute;
	right: 0;
	top: 10px; 
}
.menu li:last-child::before{
	display: none;
}
.menu li.on{
	color: #3587c0;
}
.menu li.on::after{
	content: '';
	/* width: 5px;
	height: 5px; */
	width: 6.5px;
	height: 6.5px;
	border-radius: 50%;
	background-color: #3587c0;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -3px;
}

.t_open{
	color: #bb9d7b;
	white-space: nowrap; /*强制不换行*/
}
.lm_more{
	position: absolute;
	right: 0;
	top: 12px;
	white-space: nowrap; /*强制不换行*/
}
.lm_more *{
	transition: all .3s;
    -webkit-transition: all .3s;
}
.lm_more .ico{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background: url(tcare_202511_more.png) no-repeat;
	background-size: cover;
}
.lm_more a{
	display: block;
	color: #4db3a4;
}
.lm_more a:hover {
	color: #3587c0;
}
.lm_more a:hover .ico{
	background-image: url(tcare_202511_more_h.png);
}

.lm_tit {
	border-bottom: 1px solid #d9e0e4;
/*	font-size: 0;*/
	font-weight: bold;
	line-height: 1.8
}
.lm_tit .bt{
	display: inline-block;
	font-size: 26px;
	position: relative;
	height: 60px;
	color: #3587c0;
}
.lm_tit .bt::after{
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 4px solid #4db3a4;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%); 
}

/*Footer*/
.footer{
	background: #f5f9fb url(tcare_202511_foot.png) no-repeat;
	background-size: 100%;
	border-top: 8px solid #2880a8;
	margin-top: 70px;
}
.foot{
	padding-right: 150px;
	position: relative;
}
.foot_link{
	position: relative;
	line-height: 40px;
	margin: 10px 0;
}
.foot_link a{
	display: block;
}
.foot_link .linker{
}
.foot_link .bt{
	position: absolute;
	left: 0;
}
.foot_link .linker li{
	width: 24.9%;
	float: left;
	color: #2c4c4b;
	padding: 0 15px;
	text-align: center;
	font-size: 18px;
}
.foot_link .linker li i{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 8px;
	content: "";
	width: 0;
	height: 0;
/*	尖尖朝上*/
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #d1d1d1;
	
	transition: all .5s;
    -webkit-transition: all .5s;
}
.foot_link .linker li:first-child{
	text-align: left;
	padding-left: 80px;
	width: 21%;
}
.linker_li{
	position: relative;
	cursor: pointer;
}
.linker_li:hover span{
	color: #4589c2;
}
/*foot友情链接弹窗*/
.linker_win{
/*	display: none;*/
	text-align: left;
	height: 0px;
	box-shadow: 0 0 10px rgba(31, 67, 132, .1);
	background-color: #fff;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 8px;
	overflow: hidden;
	z-index: 9;
	opacity: 0;
	
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.linker li.on .linker_win{
/*	display: block;*/
	height: 200px;
	opacity: 1;
	overflow-y: auto;
}
.linker li.on i,
.linker li:hover i {
	border-bottom-color: #4589c2;
}
.linker_win a{
	display: block;
	line-height: 1.5;
	padding: 5px 0;
}
/*foot友情链接弹窗结束*/

.foot_text{
	border-top: 1px solid #cbdae1;
	line-height: 2;
	padding: 15px 0 30px 80px;
	position: relative;
/*	margin-left: 80px;*/
}
.foot_text .foot_li li{
	float: left;
	padding: 0 30px;
	position: relative;
	font-size: 18px;
}
.foot_text .foot_li li::before{
	content: '';
	width: 0;
	height: 18px;
	border-left: 1px solid #a6c0cc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.foot_text .foot_li li:first-child{
	display: none;
}
.foot_text .foot_li li:nth-child(2){
	padding-left: 0;
}
.foot_text .foot_li li:nth-child(2)::before,
.foot_text .foot_li li:first-child::before{
	display: none;
}
.foot_text .t1,
.foot_text .t2{
	font-size: 16px;
	color: #4d4d4d;
}
.foot_text .t1 span{
	margin-right: 10px;
}
.foot_text .t1 span::after{
	content: '|';
	margin-left: 12px;
	font-size: 15px;
	color: #a6c0cc;
}
.foot_text .t1 span:last-child::after{
	display: none;
}
.foot_text .t2 span{
	display: inline-block;
	width: 32.5%;
	font-size: 16px;
	color: #4d4d4d;
/*	margin-top: -5px;*/
}
.foot .beian_icon{
	width: 20px;
	margin-right: 5px;
	margin-top: -3px;
}
.foot .lanbiao{
	width: 56px;
	position: absolute;
	left: 0;
	top: 70px;
}
.foot .lanbiao img{
	width: 100%;
}
.foot_wx_ewm{
	width: 94px;
	position: absolute;
	right: 0;
	top: 30px;
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
}
.foot_wx_ewm img{
	width: 100%;
	border: 1px solid #cbdae1;
	display: block;
	margin-bottom: 6px;
}

/* 页码 */

.badoo1 {
	font-size: 13px;
	padding-bottom: 10px;
	color: #48b9ef;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
}
.badoo1 * {
	box-sizing:border-box;
}
.badoo1 a {
	border: #ddd 1px solid;
	margin: 0px 2px;
	text-decoration: none;
	color: #333!important;
	border-radius: 2px;
	display: block;
	float: left;
	min-width: 12px;
	text-align: center;
	cursor: pointer;
	padding: 0px 11px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}

.badoo1 a:hover {
	border: #3587c0 1px solid;
}

.badoo1 span {
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	margin: 0 2px;
	min-width: 12px;
	text-align: center;
}

.badoo1_txt {
	float: left;
	margin: 0 2px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}

.badoo1_nr1 {
	position: relative;
	left: 50%;
	float: left;
}

.badoo1_nr2 {
	position: relative;
	left: -50%;
	float: left;
}

.badoo1 a:active {
	border: #3587c0 1px solid;
	color: #fff;
}

.badoo1 .current {
	border: #3587c0 1px solid;
	background-color: #3587c0;
	border-radius: 2px;
	display: block;
	float: left;
	color: #fff!important;
	padding: 0px 11px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	min-width: 16px;
}

.badoo1 span.disabled {
	display: none
}

.badoo1 {
	font-family: 'Microsoft YaHei', '微软雅黑';
	font-size: 14px;
	color: #333;
	clear: both;
}


.badoo1 input[type=text] {
	padding: 9px 8px;
	margin: 0 2px;
	border: 1px solid #ddd;
	display: block;
	border-radius: 2px;
	float: left;
	height: auto;
	line-height: normal;
	font-size: 16px;
	height: 34px;
	line-height: 16px;
	width: 40px;
	text-align: center;
}

.badoo1 button {
	margin: 0 2px;
	border: 1px solid #ddd;
	display: block;
	border-radius: 2px;
	float: left;
	cursor: pointer;
	height: 34px;
	width: 46px;
	font-size: 16px;
	background: #90bcda;
    color: #fff;
}
@media screen and (max-width: 1440px){
	.wrapper{
		width: 1000px;
	}

	/*头部*/
	.header{
		height: 115px;
	}
	.topbar .wrapper {
		position: relative;
		height: 30px;
	}
	.header .topbar{
		height: 30px;
		background-size: auto 14px;
		line-height: 30px;
	}
	.head_link{
		/* margin-right: 30px; */
		/* right: -180px; */
		right: -140px;
	}
	.head_link li{
		font-size: 12px;
	}
	.head_link li .icon{
		width: 18px;
	}
	/*公众号*/
	.head_link li.wx .wx_win{
		padding-top: 6px;
		width: 120px;
		height: 126px;
		margin-left: -50px;
		top: 28px;
	}
	/*公众号 end*/

	.head_logo img{
		width: 650px;
	}

	.menu{
		position: absolute;
		top: 115px;
		left: 0;
		width: 100%;
		z-index: 2;
	}
	.menu .menu_bg{
		width: 1000px;
		height: 38px;
	}
	.menu li{
		height: 38px;
		line-height: 24px;
		font-size: 17px;
	}
	.menu li::before{
		height: 15px;
		top: 6px; 
	}
	.menu li.on::after{
		/* width: 4px;
		height: 4px; */
		width: 5.2px;
		height: 5.2px;
		bottom: 5px;
		margin-left: -3px;
	}
	
	.lm_more{
		font-size: 14px;
	}
	.lm_more .ico{
		width: 18px;
		height: 18px;
	}

	.lm_tit .bt{
		font-size: 18px;
		height: 44px;
	}
	.lm_tit .bt::after{
		border-bottom-width: 3px;
	}

	/*Footer*/
	.footer{
		border-top-width: 6px;
		margin-top: 50px;
	}
	.foot{
		padding-right: 110px;
	}
	.foot_link{
		line-height: 36px;
	}
	.foot_link .linker li{
		font-size: 15px;
	}
	.foot_link .linker li:first-child{
		width: 23%;
	}
	/*foot友情链接弹窗*/
	.linker_win{
		font-size: 14px;
		bottom: 35px;
	}
	.linker li.on .linker_win{
		height: 160px;
	}
	/*foot友情链接弹窗结束*/

	.foot_text{
	}
	.foot_text .foot_li li{
		padding: 0 20px;
		font-size: 15px;
	}
	.foot_text .foot_li li::before{
		height: 15px;
		margin-top: -8px;
	}
	.foot_text .t1,
	.foot_text .t2{
		font-size: 12px;
	}
	.foot_text .t1 span{
		margin-right: 10px;
	}
	.foot_text .t1 span::after{
		font-size: 12px;
	}
	.foot_text .t2 span{
		font-size: 12px;
	}
	.foot .beian_icon{
		width: 16px;
		margin-right: 5px;
		margin-top: -3px;
	}
	.foot .lanbiao{
		width: 40px;
		left: 15px;
		top: 65px;
	}
	.foot_wx_ewm{
		width: 80px;
		top: 20px;
		font-size: 12px;
	}

	
	/* 页码 */
	.badoo1 {
		font-size: 13px;
		padding-bottom: 15px;
		color: #48b9ef;
		padding-top: 30px;
		position: relative;
	}

	.badoo1 a {
		border: #ddd 1px solid;
		margin: 0px 2px;
		text-decoration: none;
		color: #333;
		padding: 0px 8px;
		border-radius: 2px;
		display: block;
		float: left;
		height: 26px;
		line-height: 26px;
		min-width: 12px;
		text-align: center;
		cursor: pointer;
		font-size: 14px;
	}

	.badoo1 a:hover {
		border: #3587c0 1px solid;
	}

	.badoo1 span {
		display: block;
		float: left;
		height: 28px;
		line-height: 28px;
		margin: 0 2px;
		min-width: 12px;
		text-align: center;
	}

	.badoo1_txt {
		float: left;
		height: 28px;
		line-height: 28px;
		margin: 0 2px;
	}

	.badoo1_nr1 {
		position: relative;
		left: 50%;
		float: left;
	}

	.badoo1_nr2 {
		position: relative;
		left: -50%;
		float: left;
	}

	.badoo1 a:active {
		border: #3587c0 1px solid;
		color: #fff;
	}

	.badoo1 .current {
		border: #3587c0 1px solid;
		min-width: 12px;
		font-size: 14px;
		background-color: #3587c0;
		padding: 0px 8px;
		border-radius: 2px;
		display: block;
		float: left;
		color: #fff;
		height: 26px;
		line-height: 26px;
	}

	.badoo1 span.disabled {
		display: none
	}

	.badoo1 {
		font-family: 'Microsoft YaHei', '微软雅黑';
		font-size: 14px;
		color: #333
	}

	.badoo1 button {
		height: 26px;
		width: 40px;
		font-size: 14px;
	}

	.badoo1 input[type=text] {
		font-size: 14px;
		height: 26px;
		line-height: normal;
		padding: 3px 4px;
		margin: 0 2px;
		border: 1px solid #ddd;
		display: block;
		border-radius: 2px;
		float: left;
	}

	.badoo1 input[type=submit] {
		height: 26px;
		width: 36px;
		margin: 0 2px;
		border: 1px solid #ddd;
		display: block;
		border-radius: 2px;
		float: left;
		cursor: pointer;
	}
	
}