@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
	box-sizing: border-box;
	/* text-align: justify; */
/*	word-break: break-all;*/
}

body {
    font-family: "Microsoft YaHei",'Menlo';
    overflow-x: hidden;
    -webkit-text-size-adjust: none; /*	字体固定*/
	color: #31404d;
	background-color: #f9f9f9;
	font-size: .3rem;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}
*:focus {
	outline: none;
}
i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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

.mobileNone {
    display: none !important;
}

.wrapper{
	width:100%; padding: 0 0.2rem; box-sizing: border-box;
}
.font_b{
	font-weight: bold;
}
.red{
	color: #c00;
}

/*头部*/
.header{
	height: 2.6rem;
	background: url(tcare_202511_topbg_m.jpg) center top no-repeat #fff;
	background-size: 100%;
	padding-top: .5rem;
	position: relative;
}
.head_logo{
	text-align: center;
	padding: 0 .2rem;
}
.head_logo img{
	width: 100%;
}
/*头部导航按钮*/
.header .menu_ico{
	position: absolute;
	right: .3rem;
	top: .8rem;
}
.header .menu_ico .icos{
	display: inline-block;
	width: 0.36rem;
	height: 0.36rem;
	background: url(tcare_202511_icon_so.png) no-repeat center center;
	background-size: 100% 100%;
	vertical-align: middle;
}
.header .menu_ico .but {
	width: .42rem;
	height: .32rem;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: .15rem;
}
.header .but i {
	width: 100%;
	height: .04rem;
	background: #5b9ad1;
	display: block;
	border-radius: 10px;
	margin-top: .13rem;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.header .but i:before,.but i:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: .04rem;
	background: #5b9ad1;
	border-radius: 10px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.phone_on .header .but i:before, .phone_on .header .but i:after {
	background: #C19D5E;
}
.header .but i:before {
	margin-top: -.12rem;
}

.header .but i:after {
	margin-top: .12rem;
}
.phone_on .but i:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 0;
}
.phone_on .but i:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: 0;
}
.phone_on .but i {
	background: none;
}

/* 导航下拉 开始*/
/*公众号、联系我们*/
.head_link {
	border-bottom: .02rem solid #cbe0f1;
	margin: 0 .3rem;
}
.head_link li{
	display: inline-block;
	padding: 0 .3rem 0 .2rem;
	position: relative;
	color: #5b9ad1;
	line-height: 1rem;
}
.head_link li a {
	color:inherit;
}
.head_link li::after{
	content: '';
	width: 0;
	height: .28rem;
	border-left: .02rem solid #cbe0f1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.14rem;
}
.head_link li.wx img{
	width: .4rem;
	margin-right: .2rem;
	opacity: .6;
	vertical-align: middle;
}
.head_link li:last-child{
	padding-right: 0;
}
.head_link li:last-child::after{
	display: none;
}
/*移动端搜索*/
.head_search {
	/* padding-right: 1.26rem; */
	position: relative;
	border-bottom: .02rem solid #cbe0f1;
	height: 1rem;
	padding-left: 0;
	margin: 0 .3rem;
}

.head_search .input1 {
	border: 0;
	border-right: 0;
	width: 5.85rem;
	font-size: 0.28rem;
	border-radius: 0;
	height: 1rem;
	background: none;
	padding-left: .1rem;
/*
	background: url(tcare_202511_icon_so.png) .2rem center no-repeat;
	background-size: .36rem;
	padding-left: .7rem;
*/
}

.head_search .input1::placeholder {
	color: #a7bdd4;
}
.head_search .input1::-webkit-input-placeholder {
	color: #a7bdd4;
}
.head_search .input1::-moz-placeholder {
	color: #a7bdd4;
}
.head_search .butt {
	position: absolute;
	width: 1rem;
	height: 100%;
	border: none;
	font-size: 0.28rem;
	cursor: pointer;
	right: 0;
	background: url(tcare_202511_icon_so.png) center center no-repeat;
	background-size: .4rem;
}
/*导航菜单*/
.hky_navms {
	position: absolute;
	width: 7.5rem;
	top: 2.6rem;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 999;
	display: none;
	background: #f4f9fd;
}
.hky_navms_s {
	/* overflow-y: scroll; */
	/* height: calc(100vh - 4.6rem); */
	box-shadow:  0 0 0.5rem #f4f9fdff;
}
.hky_navms_s ul {
	padding: 0 .2rem;
	padding-bottom: 0rem;
}
.hky_navms_s ul li {
	border-bottom: 0.01rem solid #cbe0f1;
	color: #30404c;
}
.hky_navms_s ul li .title1 {
	line-height: 1rem;
	font-size: 0.32rem;
	padding: 0 .3rem 0 .2rem;
	position: relative;
}
.hky_navms_s ul li .title1 .icos2,
.hky_navms_s ul li .title1 .icos {
	content: "";
  	position: absolute;
	width: 0;
	height: 0;
/*	尖尖朝右*/
	border-left: .13rem solid #5b9ad1;
	border-bottom: .1rem solid transparent;
	border-top: .1rem solid transparent;
	right: .3rem;
	top: .39rem;
    transition: all .5s;
}

.hky_navms_s ul li.on {
	/*background-color: #fafdfe;*/
}
.hky_navms_s ul li.on .title1 a {
	color: #3587c0;
}
.hky_navms_s ul li.on .title1 .icos {
    transform: rotate(90deg);
}

.hky_navms_s ul li .sonul {
	display: none;
	color: #0b2e3a;
}
.hky_navms_s ul li .sonul .tas {
	display: block;
	padding: .1rem .3rem;
	line-height: 1.5;
/*	border-top: 0.01rem solid #d2e3ed;*/
	font-size: 0.3rem;
	margin-left: .5rem;
	position: relative;
}
.hky_navms_s ul li .sonul .tas::before{
	content: '•';

	margin-right: .15rem;
	position: absolute;
	left: 0;
	color: #3587c0;
}
.hky_navms_s ul li .sonul .tas.on{
	color: #3587c0;
}
.hky_navms_s ul li .sonul .tas:last-child{
	margin-bottom: .25rem;
}


/*导航下拉 end*/

.t_open{
	color: #bb9d7b;
}
.lm_more{
	border: .01rem solid #a3d0c9;
	border-radius: .12rem;
	color: #4db3a4;
	margin-top: .3rem;
}
.lm_more *{
	transition: all .3s;
    -webkit-transition: all .3s;
}
.lm_more .ico{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -.08rem;
	margin-right: .12rem;
	width: .3rem;
	height: .3rem;
	background: url(tcare_202511_more.png) no-repeat;
	background-size: cover;
}
.lm_more a{
	display: block;
	line-height: .9rem;
	text-align: center;
}


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

/*Footer*/
.footer{
	background: #f5f9fb url(tcare_202511_foot.png) no-repeat;
	background-size: 100%;
	border-top: .1rem solid #2880a8;
	margin-top: .8rem;
}
.foot{
	position: relative;
}
.foot.wrapper{
	width: 100%;
}
/*foot 友情链接*/
.foot_link{
	position: relative;
	line-height: .8rem;
	margin: .2rem 0;
}
.foot_link a{
	display: block;
}
.foot_link .linker{
}

.foot_link .linker li{
	width: 24.9%;
	float: left;
	color: #2c4c4b;
	padding: 0 15px;
	text-align: center
}
.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;
}
.linker_li{
	position: relative;
	cursor: pointer;
}
.linker_li:hover span{
	color: #4589c2;
}

/*foot _con*/
.foot_text{
	border-top: .01rem solid #cbdae1;
	line-height: 2;
	padding: .3rem 0 .3rem;
	position: relative;
}
.foot_text .foot_li {
	text-align: center;
	font-size: 0;
	padding-bottom: .1rem;
}
.foot_text .foot_li li{
	display: inline-block;
	padding: 0 .2rem;
	position: relative;
	font-size: .3rem;
	font-weight: bold;
}
.foot_text .foot_li li::before{
	content: '';
	width: 0;
	height: .26rem;
	border-left: .01rem solid #a6c0cc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.11rem;
}
.foot_text .foot_li li:first-child{
	padding-left: 0;
}
.foot_text .foot_li li:first-child::before{
	display: none;
}
.foot_text .t1,
.foot_text .t2{
	font-size: .26rem;
	color: #4d4d4d;
}
.foot_text .t1 span{
	display: block;
	text-align: center
}

.foot_text .t2 span{
	display: block;
	font-size: .26rem;
	color: #4d4d4d;
	text-align: center;
}
.foot .beian_icon{
	width: .3rem;
	vertical-align: middle;
	margin-right: .1rem;
	margin-top: -.03rem;
}
.foot .lanbiao{
	display: inline-block;
	vertical-align: top;
	width: .6rem;
	padding-top: .3rem;
	margin-right: .4rem;
}
.foot .lanbiao img{
	width: 100%;
}
.foot_wx_ewm{
	display: inline-block;
	vertical-align: top;
	width: 1.2rem;
	color: #4c4c4c;
	font-size: .2rem;
	text-align: center;
}
.foot_wx_ewm img{
	width: 100%;
	border: 1px solid #cbdae1;
	display: block;
	margin-bottom: 6px;
}
.foot_wx_ewm p{
	text-align: center;
}
.foot_icon{
	text-align: center;
	padding-bottom: .5rem;
}

.ej-htmlcon img{
    max-width: 100%;
}

/* 页码 */

.badoo1 {
	font-size: 0.026rem;
	padding-bottom: 0.2rem;
	color: #48b9ef;
	padding-top: 0.3rem;
	position: relative;
	overflow: hidden;
}

.badoo1 a {
	border: #ddd 0.01rem solid;
	margin: 0 0.02rem;
	text-decoration: none;
	color: #333!important;
	border-radius: 0.05rem;
	display: block;
	float: left;
	min-width: 0.45rem;
	text-align: center;
	cursor: pointer;
	padding: 0px 0.08rem;
	height: 0.45rem;
	line-height: 0.45rem;
	font-size: 0.26rem;
}

.badoo1 a:hover {
	border: #3587c0 0.01rem solid;
}

.badoo1 span {
	display: block;
	float: left;
	height:  0.35rem;
	line-height:  0.35rem;
	margin: 0 0.05rem;
	min-width: 0.15rem;
	text-align: center;
}

.badoo1_txt {
	float: left;
	margin: 0 0.05rem;
	height: 0.35rem;
	line-height: 0.35rem;
	font-size: 0.26rem;
}

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

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

.badoo1 a:active {
	border: #3587c0 0.01rem solid;
	color: #fff;
}

.badoo1 .current {
	border: #3587c0 0.01rem solid;
	background-color: #3587c0;
	border-radius: 0.04rem;
	/* display: block; */
	/* float: left; */
	color: #fff!important;
	/* padding: 0 0.15rem; */
	/* height: 0.35rem; */
	/* line-height: 0.35rem; */
	/* font-size: 0.26rem; */
	/* min-width: 0.15rem; */
}

.badoo1 span.disabled {
	display: none
}

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


.badoo1 input[type=text] {
	display: none;
}
.badoo1_txt,
.badoo1 button {
	display: none;
}