.tf-banner-inner{
	background: url("../images/light_banner.jpg")center 0px no-repeat;
}
.tf-header.company .tf-header-menu-div>div,.tf-group,.tf-fixed-header.tf-ai .tf-group,.tf-index-bottom-menu>div{
	width: 1400px !important;
}
.tf-top canvas{
	position: absolute;
	top: 0px;
}
.tf-header.tf-white.company .tf-header-menu-div, .tf-header.tf-white.company .tf-header-hover-div{
	background-color:transparent;
	border-bottom-color: transparent;
}
.tf-header.tf-white.company .tf-header-hover-div>ul>li>a:hover,.tf-header.tf-white.company .tf-header-menu-div:hover,.tf-header.tf-white.company .tf-header-hover-div:hover,.tf-header.tf-white.company .tf-header-hover-div.hover{
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom:none;;
}
*{
	box-sizing: border-box;
}
.animated{
	opacity: 0;
}
.tf-module-box{
	background-color: #fff;
}
body{
	padding-top: 45px;
}

.ss-footer-des{
	display: none;
}
/* 顶部 */
.tf-top.tf-index-top .tf-top-image{
	height: 1034px;
	position:relative;
	overflow: hidden;
}
.tf-top.tf-index-top .tf-top-image>.box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url("../images/light_banner.jpg");
	opacity: 0;
	transition: opacity  10s linear,transform  10s linear;
}
.tf-top.tf-index-top .tf-top-image>.box.item2{
	background: url("https://www.jdfcloud.com/static/home/bg.jpg");
}
.tf-top.tf-index-top .tf-top-image>.box.item3{
	background: url("https://www.jdfcloud.com/static/home/bg1.jpg");
}
.tf-top.tf-index-top .tf-top-image>.box.item4{
	background: url("https://www.jdfcloud.com/static/home/bg2.jpg");
}
.tf-top.tf-index-top .tf-top-image>.box.active{
	opacity: 1;
	transform: scale(1.2);
}
.tf-header.tf-white .tf-header-top, .tf-header.tf-white .tf-header-menu-div {
	border-bottom: 1px solid #eaeaea;
}

.tf-header .tf-swhz{
	background-color:transparent;
	color:#000;
	border-left:1px solid #D0D9E3;
}
.tf-header .tf-swhz:before{
	border-bottom:none;
}
.tf-header .tf-header-menu-div .tf-top-search{
	background-position:-50px -49px;
}
.tf-banner-item-left{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}
.tf-banner-item-left>a, .tf-banner-item-left>.tf-banner-container{
	width:1400px;
}
.tf-banner-item-left .tf-inner{
	width: 1200px;
	text-align: center;
}
.tf-banner-item-left .tf-inner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	background: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	outline: none;
	opacity: 1;
}
.tf-banner-item-left .tf-inner .swiper-pagination-bullet-active{
	background: #007aff;
	border-color: #007aff;
}
.tf-banner-item-left .tf-inner .swiper-pagination{
	bottom: 60px;
	right: 50%;
}
.tf-banner-item-left .tf-inner .tf-box-item{
	transition: transform .5s ease-out;
	width: 970px;margin: 0 auto;
}
.tf-banner-item-left .tf-inner .tf-box-item h3{
	font-size: 29px;
	letter-spacing: 5px;
}
.tf-banner-item-left a .tf-title{
	text-align: center;
}
.tf-bg-middle{
	width:165px;
	height:120px;
	position:absolute;
	top:-80px;
	background:url(../images/bg_light_title.png);
}
/*****************头部中间图片******************************/
.tf-pic-wrap{
	width: 937px;
	height: 90px;
	background-color: #003f99;
	margin: 30px auto;
}
.tf-pic-wrap .tf-pic-item{
	width: 154px;
	height: 90px;
	overflow: hidden;
	transition: all .3s ease;
	float: left;
}
.tf-pic-wrap .tf-pic-item.active {
	width: 475px;
}
.tf-pic-wrap .tf-pic-item a{
	display: block;
	padding-left: 154px;
	position: relative;
}
.tf-pic-wrap .tf-pic-item a:hover{
	color: inherit;
}
.tf-pic-wrap .tf-pic-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 154px;
	height: 90px;
	transition: all .3s ease;
}
.tf-pic-wrap .tf-pic-item .tf-content-detail {
	display: block;
	width: 0;
	overflow: hidden;
	text-align: left;
	opacity: 0;
	transition: opacity .3s ease,width .3s ease;
	background: linear-gradient(158deg,#003f99,#003f99);
	padding-left: 10px;
	padding-top: 10px;
}
.tf-pic-wrap .tf-pic-item .tf-content-detail h3{
	margin: 5px 0px;
}
.tf-pic-wrap .tf-pic-item.active .tf-content-detail {
	width: 321px;
	height: 90px;
	opacity: 1;
}
/* 按钮 */
.tf-top-btn{
	display:inline-block;
	border:1px solid #fff;
	width:130px;
	text-align:center;
	line-height:35px;
	transition:.3s all;
}
.tf-top-btn:hover{
	background-color: #C9102F;
	border-color: #C9102F;
}
.tf-top-btn.tf-bg-green{
	background-color:#C9102F;
	border-color: #C9102F;
}
.tf-top-btn.tf-bg-white{
	/* background-color: #fff; */
	margin-left: 5px;
	color: #fff;
}
/* 菜单 */
.tf-top-menu{
	background-color:#C9102F;
	height:70px;
	text-align: left;
}
.tf-top-menu ul>li{
	text-align:left;
	height: calc(100% - 30px);
	line-height: 20px;
	margin: 15px 0;
	font-size:14px;
	border-left:1px solid #d25066 !important
}
.tf-top-menu-sub{
	color: #d69999;
	font-size: 13px;
}
.tf-hover-scale img{
	transition: transform .3s;
}
.tf-hover-scale:hover img{
	transform: scale(1.1);
}
.tf-bg-gray{
	background-color: #ECECEC;
}
/*********************分类*********************/
.tf-category-type{
	padding: 30px 0px;
}
.tf-category-type>.tf-group-14>div{
	display: inline-block;
	background-color: #383838;
	padding: 0px 20px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	color: #fff;
}
.tf-category-type .tf-logo{
	width: 120px;
	background: #C9102F url(../../../module/bigdata/product/images/nav_logo.png) 9px 11px no-repeat !important;
}
.tf-left-bg,.tf-right-bg{
	position:absolute ;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.tf-right-bg{
	left: inherit;
	right: 0px;
}
/************全程服务********************/
.tf-qcfw{
	height: 560px;
	position: relative;
}
.tf-qcfw .tf-left-bg{
	width: 830px;
}
.tf-qcfw ul,.tf-ywfw ul{
	width: 1200px;
	float: right;
	border-bottom: 5px solid #c8102e;
	margin-top: 80px;
	position: relative;
	z-index: 2;
}
.tf-qcfw ul>li{
	width: 200px;
	height: 200px;
	float: left;
	padding-top: 60px;
	position: relative;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
	background-color: #fff;
}
.tf-qcfw ul>li i{
	display: block;
	width: 34px;
	height: 43px;
	margin: 0 auto 23px;
	background: url(../images/light_icon.png) -13px 0px repeat;
	position: relative;
}
.tf-qcfw ul>li i.item2{
	background-position: -102px 0px;
}
.tf-qcfw ul>li i.item3{
	background-position: -180px 0px;
}
.tf-qcfw ul>li i.item4{
	background-position: -264px 0px;
	width: 40px;
}
.tf-qcfw ul>li i.item5{
	background-position: -356px 0px;
	width: 45px;
}
.tf-qcfw ul>li i.item6{
	background-position: -436px 0px;
	width: 40px;
}
.tf-qcfw ul>li i.item7{
	background-position: -9px -70px;
	width: 49px;
}
.tf-qcfw ul>li i.item8{
	background-position: -98px -70px;
	width: 42px;
}
.tf-qcfw ul>li i.item9{
	background-position: -179px -70px;
	width: 39px;
}
.tf-qcfw ul>li i.item10{
	background-position: -264px -70px;
	width: 47px;
}
.tf-qcfw ul>li i.item11{
	background-position: -359px -66px;
	width: 42px;
}
.tf-qcfw ul>li i.item12{
	background-position: -437px -63px;
	width: 39px;
}
.tf-qcfw ul>li .tf-detail i{
	background-position: -5px -147px;
}
.tf-qcfw ul>li .tf-detail  i.item2{
	background-position: -93px -153px;
}
.tf-qcfw ul>li .tf-detail  i.item3{
	background-position: -173px -147px;
}
.tf-qcfw ul>li .tf-detail  i.item4{
	background-position: -254px -147px;
	width: 45px;
}
.tf-qcfw ul>li .tf-detail  i.item5{
	background-position: -346px -147px;
	width: 45px;
}
.tf-qcfw ul>li .tf-detail  i.item6{
	background-position: -426px -147px;
	width: 40px;
}
.tf-qcfw ul>li .tf-detail  i.item7{
	background-position: -2px -221px;
	width: 49px;
}
.tf-qcfw ul>li .tf-detail  i.item8{
	background-position: -88px -221px;
	width: 42px;
}
.tf-qcfw ul>li .tf-detail  i.item9{
	background-position: -169px -214px;
	width: 41px
}
.tf-qcfw ul>li .tf-detail  i.item10{
	background-position: -258px -221px;
	width: 47px;
}
.tf-qcfw ul>li .tf-detail  i.item11{
	background-position: -351px -214px;
	width: 42px;
}
.tf-qcfw ul>li .tf-detail  i.item12{
	background-position: -429px -210px;
	width: 39px;
}
.tf-qcfw ul>li h3{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}
.tf-qcfw ul>li .tf-detail{
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: -30px;
	left: -30px;
	width: 260px;
	height: 248px;
	padding-top: 20px;
	transform: scale(0);
	color: #fff;
}
.tf-qcfw ul>li:hover .tf-detail{
	transform: scale(1);
}
.tf-qcfw ul>li .tf-detail:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #C9102F;
	transform: scale(0);
	transition: transform .3s;
}
.tf-qcfw ul>li .tf-detail:hover:before{
	transform: scale(1);
	transform-origin:center;
}
.tf-qcfw ul>li .tf-detail p{
	width: 190px;
	margin: 0 auto 6px;
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	position: relative;
}
/********************业务范围*************************/
.tf-ywfw{
	height: 570px;
	position: relative;
	background-color: #ECECEC;
	padding-top: 50px;
	margin-bottom: 90px;
}
.tf-ywfw .tf-left-bg{
	width: 1160px;
	top: 50px;
	height: 520px;
}
.tf-ywfw ul{
	width: 1000px;
	margin-top: -100px;
}
.tf-ywfw ul>li{
	width: 250px;
	height: 495px;
	float: left;
	border-left: 1px solid #eee;
	background-color: #fff;
	position: relative;
}
.tf-ywfw ul>li:first-child{
	border-left: none;
}
.tf-ywfw ul>li>a{
	display: block;
	height: 100%;
}
.tf-ywfw .tf-content-wrap{
	width: 100%;
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.tf-front,.tf-back{
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transition: 0.6s ease-out;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(-180deg);
	z-index: 1;
}
.tf-ywfw ul>li i{
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #333333;
	margin-bottom: 150px;
	border-right: 2px solid #c8102e;
	margin-right: -1px;
	font-style: normal;
}
.tf-ywfw ul>li:hover i{
	font-size: 40px;
	color: #FFF;
	border-right: 0;
}
.tf-ywfw ul>li strong{
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
}
.tf-ywfw ul>li:hover strong,.tf-ywfw ul>li:hover .tf-en-name{
	color: #FFF;
}
.tf-ywfw ul>li .tf-en-name {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 24px;
	color: #333333;
	margin-bottom:33px;
}
.tf-ywfw ul>li b {
	display: block;
	width: 23px;
	height: 11px;
	margin: 0 auto;
	background: url(http://www.thinda.cn/Skins/Default/Img/index/jt_h.png) no-repeat center;
}
.tf-ywfw ul>li:hover b{
	background-image: url(http://www.thinda.cn/Skins/Default/Img/index/jt.png);
}
.tf-ywfw ul>li:hover .tf-back{
	z-index: 2;
	transform: rotateY(0deg);
}
.tf-ywfw .item1 .tf-back,.tf-ywfw .item2 .tf-back,.tf-ywfw .item3 .tf-back,.tf-ywfw .item4 .tf-back{
	background: url(http://www.thinda.cn/Skins/Default/Img/index/f31.jpg) no-repeat top;
}

.tf-ywfw ul>li .tf-icon{
	display: block;
	width: 26px;
	height: 38px;
	margin: 0 auto 30px;
	background: url(../images/light_icon.png)no-repeat
}
.tf-ywfw ul>li.item1 .tf-icon{
	background-position: 0px -337px;
}
.tf-ywfw ul>li.item1:hover .tf-icon{
	background-position: 0px -407px;
}
.tf-ywfw ul>li.item2 .tf-icon{
	background-position: -76px -337px;
	width: 50px;
}
.tf-ywfw ul>li.item2:hover .tf-icon{
	background-position: -76px -407px;
}
.tf-ywfw ul>li.item3 .tf-icon{
	background-position: -167px -337px;
	width: 30px;
}
.tf-ywfw ul>li.item3:hover .tf-icon{
	background-position: -167px -407px;
}
.tf-ywfw ul>li.item4 .tf-icon{
	background-position: -238px -337px;
	width: 46px;
}
.tf-ywfw ul>li.item4:hover .tf-icon{
	background-position: -238px -407px;
}
/*****************全过程服务***************/
.tf-service{
	height: 680px;
	position: relative;
}
.tf-service .tf-right-bk{
	position: absolute;
	top: -95px;
	height: 680px;
	right: 0px;
	width: 930px;
}
.tf-service .tf-right-bg{
	height: 500px;
}
.tf-service .tf-cooperation{
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 180px;
	background-color: #C9102F;
	color: #fff;
	padding-top: 30px;
	padding-left: 220px;
}
.tf-service .tf-cooperation a{
	position: relative;
	display: inline-block;
	padding: 0px 40px 0 20px;
	border: 1px solid #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	transition: all .3s;
	border-radius: 40px;
	color: #fff;
	margin-left: 100px;
	margin-top: 10px;

}
.tf-service .tf-cooperation a:before{
	content: '';
	position: absolute;
	right: 8px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../../business/images/icons_medical.png) -52px -232px;
}
.tf-service .tf-left{
	width: 400px;
	float: left;
	margin-top: 50px;
}
.tf-service .tf-left ul{
	display: flex;
	flex-wrap: wrap;
}
.tf-service .tf-left ul>li{
	width: 200px;
	height: 200px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
.tf-service .tf-left ul>li:hover:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(200, 16, 46, 0.8);
}
.tf-service .tf-left ul>li i{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 35px;
	line-height: 35px;
	background-color: #c8102e;
	color: #fff;
	padding: 0px 35px;
	font-style: normal;
}
.tf-service .tf-left ul>li:hover i{
	opacity: 0;
}
.tf-service .tf-left ul>li img{
	width: 100%;
	height: 100%;
}
.tf-service .tf-detail-wrap{
	width: 600px;
	height: 400px;
	float: left;
	background-color: #fff;
	position: relative;
	z-index: 2;
	margin-top: 50px;
}
.tf-service .tf-detail-wrap .tf-item{
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 30px 40px;
	background-color: #fff;
	opacity: 0;
	transition: opacity .3s;
}
.tf-service .tf-detail-wrap .tf-item h3{
	font-size: 22px;
	font-weight: bold;
	line-height: 5px;
}
.tf-service .tf-detail-wrap .tf-item.active{
	opacity: 1;
	z-index: 2;
	transition-delay: .3s;
}
.tf-service .tf-detail-wrap .tf-item p{
	line-height: 22px;
	color: #616161;
}
/*********************************案例************************************/
.tf-case .swiper-slide{
	overflow: hidden;
}
.tf-case .swiper-slide .tf-item{
	width: 100%;
	overflow: hidden;
	height: 292px;
	position: relative;
}
.tf-case .swiper-slide .tf-item img{
	width: 100%;
	height: 100%;
}
.tf-case .swiper-slide .tf-item .tf-info-wrap{
	position: absolute;
	top: 30px;
	left: 50px;
	height: 100px;
	border-left: 1px solid #fff;
	color: #fff;
	z-index: 2;
	padding-left: 20px;
}
.tf-case .swiper-slide .tf-item .tf-info-title{
	font-size: 18px;
	margin-bottom: 10px;
}
/******************新闻**********************/
.tf-category-type.tf-style1>.tf-group-14>div{
	position: relative;
	z-index: 2;
	margin-top: 60px;
}
.tf-news{
	height: 470px;
	position: relative;
	margin-bottom: 50px;
	margin-top: -110px;
}
.tf-news .tf-left-bg{
	width: 640px;
}
.tf-news .tf-right{
	width: 1000px;
	float: right;
}
.tf-news .tf-right li dl {
	height: 130px;
	border-top: 1px solid #e5e5e5;
	margin: 0;
	padding-left: 43px;
}
.tf-news .tf-right li dl .tf-left{
	width: 670px;
	float: left;
	padding-top: 30px;
}
.tf-news .tf-right li dl .tf-left i{
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #333333;
	float: left;
	margin-right: 30px;
}
.tf-news .tf-right li dl .tf-left .tf-news-title{
	display: block;
	float: left;
	text-align: left;
	width: 340px;
}
.tf-news .tf-right li dl .tf-left p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.tf-news .tf-img-wrap{
	width: 266px;
	height: 130px;
	float: right;
	margin-top: -1px;
	overflow: hidden;
}
.tf-news .tf-img-wrap .jt{
	width: 23px;
	height: 11px;
	float: right;
	margin-top: 76px;
	transition: .3s;
}
.tf-news li:hover .tf-img-wrap .jt{
	margin-right: -100px;
}
.tf-news .tf-img-wrap .tf-bg-wrap{
	display: block;
	width: 0;
	height: 130px;
	overflow: hidden;
	transition: .3s;
}
.tf-news li:hover .tf-img-wrap .tf-bg-wrap{
	width: 266px;
}
.tf-news li:hover dl{
	background-color: #f2f2f2;
}
.tf-link-more{
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	background-color: #c9102f;
	display: inline-block;
	margin-left: 43px;
	margin-top: 30px;
}
.tf-link-more:hover{
	color: #fff;
	background-color: #6b0214;
}
.tf-swiper-bottom{
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}
.tf-swiper-bottom>i{
	display: block;
	float: left;
	width: 24px;
	height: 11px;
	margin-right: 52px;
	cursor: pointer;
	outline: none;
}
.tf-swiper-bottom>i.tf-prev{
	background: url(http://www.thinda.cn/Skins/Default/Img/index/prev1.jpg) no-repeat center;
}
.tf-swiper-bottom>i.tf-next{
	background: url(http://www.thinda.cn/Skins/Default/Img/index/next1.jpg) no-repeat center;
}