body {
	min-width: 1900px;
	margin: 0px !important;
	font-size: 13px;
	font-family: Arial,"Microsoft YaHei";
	padding-top: 70px;
}
body.hidden{
	overflow: hidden!important;
	/*margin-right: 17px !important;*/
}
body.no-padding{
	padding: 0px !important;
}
.tf-relative{
	position: relative !important;
}
body.hidden .tf-style-1:not(.tf-fixed) + .tf-site-map{
	transform: translateX(-8px);
}
body.hidden .tf-header.tf-white .tf-header-menu-div.tf-fixed,body.hidden .tf-header.tf-white:not(.tf-style-1) .tf-header-menu-div{
	padding-right: 17px;
}
body.tf-style-1{
	padding-top: 50px;
}
body.tf-style-1 .tf-wrapper{
	margin-top: -50px;
}
.tf-fontx{
	font-family: SMTX,Roboto,PingFang SC,Source Han Sans SC,sans-serif;
}
.tf-hide{
	display: none;
}
.tf-show{
	display: block;
}
.tf-clear-both{
	clear: both;
}
.tf-clear-both:after{
	content: '';
	display: block;
	clear: both;
}
.tf-nav-fixed {
	position: fixed !Important;
	top: 0px;
}
.tf-float-right{
	float: right;
}
.tf-float-left{
	float: left;
}
.tf-mt15{
	margin-top: 15px !important;
}
.tf-mt30{
	margin-top: 30px !important;
}
.tf-mt20{
	margin-top: 20px !important;
}
.tf-ml15{
	margin-left: 15px;
}
.tf-ml10{
	margin-left: 10px;
}
.tf-mr15{
	margin-right: 15px;
}
.tf-mr10{
	margin-right: 10px;
}
.tf-red{
	color: red;
}
.tf-icons{
	background-image: url("../../../common/images/commons_icons.png");
	display: inline-block;
	/*vertical-align: middle;*/
}
.tf-group{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.tf-group-14{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.tf-module-box .tf-title {
	line-height: 50px;
	text-align: center;
	font-size: 25px !important;
	font-weight: normal;
	font-family: "微软雅黑";
	color: #000;
	padding-top: 55px;
}
.tf-module-box .tf-title span {
	display: inline-block;
	position: relative;
	margin-top: 30px;
	/* margin-bottom: 10px; */
	margin-bottom: 0px;
	/* padding-top: 10px; */
}
.tf-module-box .tf-sub-title {
	text-align: center;
	font-size: 15px;
	color: #808080;
	/* margin-bottom: 35px; */
	/* margin-top: 5px; */
	line-height: 25px;
	padding-bottom: 65px;
	position: relative;
}
.tf-header{
	width: 100%;
	z-index:201;
	position: relative;
	transition: all .3s;
}
.tf-line {
	position: absolute;
	width: 0;
	height: 4px;
	bottom: 0px;
	transition: width .3s cubic-bezier(.4,0,.2,1);
	z-index: 1000;
	background: #0066ff;
}
.tf-line.show{
	transition: width .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1);
}
.tf-header.tf-menu {
	/*border-bottom: 2px solid #218680;*/
}
.tf-header.tf-menu .tf-header-menu-div.fixed{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0px;
	right: 0px;
	opacity: 0;
	border-bottom: none;
	/*background: rgba(52, 52, 52, 1);*/
}
.cd-menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	width: 16px;
	height: 2px;
	transform: translateX(50%) translateY(-50%);
	background-color: #000;
	transition: background-color 0.3s;
}
.cd-menu-icon::before,  .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	right: 0;
	transition: transform .3s, top .3s, background-color 0s;
}
.cd-menu-icon::before {
	top: -5px;
}
.cd-menu-icon::after {
	top: 5px;
}
.cd-menu-icon.is-clicked {
	background-color: rgba(255, 255, 255, 0);
}
.cd-menu-icon.is-clicked::before, .cd-menu-icon.is-clicked::after{
	background-color: #3e3e3e;
}
.cd-menu-icon.is-clicked::before{
	top: 0;
	transform: rotate(135deg);
}
.cd-menu-icon.is-clicked::after{
	top: 0;
	transform: rotate(225deg);
}
.tf-header.tf-menu.tf-white .tf-header-menu-div.fixed
{
	min-width: 1900px;
}
.tf-header.tf-menu.tf-white .tf-header-menu-div.fixed+div{
	opacity: 1;
}
.tf-header.tf-menu .tf-header-menu-div.fixed.show{
	opacity: 1;
	z-index: 1147;
}
.tf-header.tf-white .tf-header-top,.tf-header.tf-white .tf-header-menu-div{
	background-color: #fff;
}
.tf-header.tf-white .tf-header-top,.tf-header.tf-white .tf-header-menu-div{
	border-bottom: 1px solid #dedede;
}
.tf-header .tf-header-menu-div.hide {
	transform: translateY(-100%);
	opacity: 0;
}
.tf-header.tf-white .tf-header-menu-div .tf-header-menu-ul>li>a,.tf-header.tf-white .tf-email-image{
	color: #000;
}
.tf-header .tf-header-top{
	/*background-color: rgba(0,0,0,0.1);*/
	height: 40px;
	width: 100%;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	transition: all .5s cubic-bezier(0,0,.2,1);
	padding-right:10px;
	box-sizing: border-box;
}
.tf-header .tf-header-top .tf-header-top-email{
	float: left;
	color:#fff;
}
.tf-email-image:before{
	content: '';
	display: inline-block;
	width: 23px;
	height: 17px;
	background: url(../../../common/images/home.png)-134px -63px;
	vertical-align: middle;
}
.tf-white .tf-email-image:before{
	background-position: -174px -63px;
}
.tf-header .tf-header-top .tf-header-top-email>.tf-email-image{
	cursor: pointer;
}
.tf-header .tf-header-top .tf-header-top-email>.tf-email-image:hover{
	text-decoration: underline;
}
.tf-header .tf-header-top .tf-header-top-email>.tf-email-image:before{
	content:'';
	background-image: url("../../../common/images/commons_icons.png");
	background-position: -38px -111px;
	width: 20px;
	height: 9px;
	display: inline-block;
}

.tf-header  .tf-header-right-btn{
	height: 100%;
	color: #FFFFFF;
	box-sizing: border-box;
	float: right;
	/* font-weight: bold; */
	text-align: center;
	line-height: 40px;
	transition: background-color .3s ease-out;
	padding-right: 20px;
	font-size: 13px;
}
.tf-header  .tf-header-right-btn>a{
	display: block;
	height: 100%;
}
.tf-header  .tf-header-right-btn>a:hover{
	color: #ffffff;
	text-decoration: underline;
}
/**头部菜单**/
.tf-header .tf-header-menu-div{
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	/*background-color: rgba(0,0,0,0.1);*/
	z-index: 4;
	/*transition: top .5s cubic-bezier(0,0,.2,1);*/
	/*box-shadow:0 5px 5px rgba(0,0,0,.1);*/
	box-sizing: border-box;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
	/*overflow: hidden;*/
	transition: transform 1s;
}
.tf-header.tf-menu.tf-white .tf-header-menu-div,.tf-header.tf-white .tf-header-menu-div .tf-nav-map,.tf-header.tf-white .tf-header-menu-div .tf-top-search,.tf-header.tf-menu.tf-white:not(.tf-style-1) .tf-nav-logo{
	height: 70px;
}

.tf-header.tf-menu.tf-white .tf-header-menu-div .tf-header-menu-ul>li>a{
	height: 70px;
	padding: 28px 13px;
}
.tf-header.tf-menu.tf-white:not(.tf-style-1) .cd-menu-icon,.tf-header.tf-white:not(.tf-style-1) .tf-header-menu-div .tf-nav-logo{
	margin-top: -2px;
}
.tf-header.tf-white .tf-header-menu-div .tf-nav-map{
	padding: 12px 0px;
}
.tf-header.tf-style-1 .tf-header-menu-div:not(.tf-fixed),.tf-header.tf-style-1 .tf-header-menu-div:not(.tf-fixed) .tf-top-search{
	height: 55px;
}
.tf-header.tf-style-1 .tf-header-menu-div:not(.tf-fixed) .tf-top-search:before{
	height: 55px;
	background-position: 0px -45px;
}
.tf-header.tf-style-1 .tf-header-menu-div .tf-header-menu-ul>li>a,.tf-header.tf-white.tf-style-1 .tf-header-menu-div .tf-header-menu-ul>li>a{
	height: 55px !important;
	padding: 19px 15px !important;
	color: #fff !important;
}
.tf-header.tf-style-1 .tf-header-menu-div:not(.tf-fixed)  .tf-nav-logo>i{
	background-position: -811px -26px !important;
}
.tf-header.tf-style-1 .tf-header-menu-div:not(.tf-fixed)  .tf-nav-logo>.tf-nav-logo-info{
	background-position: -879px -27px !important;
}
.tf-header.tf-style-1 .tf-header-menu-div:not(.tf-fixed) .tf-top-search{
	border-radius: 4px;
}

.tf-header.tf-style-1 .tf-header-menu-div:not(.tf-fixed) .tf-nav-map{
	height: 55px;
	padding: 21px 0px;
}
.tf-header .tf-header-menu-div:after{
	content: '';
	display: block;
	clear: both;
}
.tf-header.tf-menu:not(.tf-white):hover .tf-header-menu-div:not(.fixed),.tf-header-white .tf-header-menu-div:not(.fixed):hover,.tf-header.tf-menu.active .tf-header-menu-div:not(.fixed){
	/*background-color: #1b1b1b !important;*/
	/*border-bottom: none;*/
}
.tf-header.tf-menu:hover .tf-header-menu-div .tf-swhz,.tf-header.tf-menu.active .tf-header-menu-div .tf-swhz{
	height: 50px;
}
.tf-header.tf-menu:not(.tf-white):hover .tf-header-top,.tf-header.tf-menu:not(.tf-white).active .tf-header-top{
	background-color: #1b1b1b !important;
}
.tf-header .tf-header-menu-div.tf-relative{
	box-shadow: none !important;
	transition: background-color .8s;
	border-bottom: none !important;
}
.tf-header .tf-header-menu-div .tf-header-menu-logo{
	background-position: -501px -43px;
	width: 156px;
	cursor: pointer;
	float: left;
	height: 44px;
}
.tf-header .tf-header-menu-div>div{
	box-sizing: border-box;
	min-width: 1000px;
	z-index: 1000;
}
.tf-header.company .tf-header-menu-div>div{
	width: 1400px !important;
}
.tf-w12 .tf-header .tf-header-menu-div>div,.tf-w12 .tf-fixed-header.tf-ai .tf-group{
	width: 1200px !important;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul {
	list-style: none;
	height: 100%;
	padding: 0px;
	/*float: left;*/
	vertical-align: top;
	padding-left: 15px;
	box-sizing: border-box;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul:after{
	content: '';
	clear: both;
	display: block;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li.tf-PRODUCT{
	position: inherit;
}
.tf-PRODUCT .tf-header-hover-div{
	left: 0px;
	right: 0px;
	background: rgba(39, 43, 46, 0.98);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}
.tf-SOLUTION .tf-header-hover-div{
	background: rgba(39, 43, 46, 0.98);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
	padding: 15px 46px 28px 0px;
	transform: translateX(-35%);
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li{
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	z-index: 10;
	height: 100%;
	position: relative;
}
.tf-header .tf-swhz{
	background-color: #0066ff;
	float: right;
	height: 49px;
	padding: 15px 30px;
	color: #ffffff;
	display: block;
	position: relative;
	box-sizing: border-box;
	transition: none;
}
.tf-header .tf-swhz:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-bottom: 1px solid #0066ff;
}

.tf-header .tf-header-menu-div .tf-header-menu-ul>li:not(:last-child)>a:before{
	content: '';
	position: absolute;
	right: -1px;
	top: 16px;
	height: 20px;
	width: 3px;
	/* background: url(../../../common/images/commons_icons.png)-94px -107px; */
}
.tf-header .tf-header-menu-div .tf-nav-map{
	height: 50px;
	width: 53px;
	float: right;
	/* background: url(../../../common/images/home.png)9px -5px; */
	display: inline-block;
	margin-right: 15px;
	padding: 14px 0px;
	/* font-weight: bold; */
	color: #fff;
	font-size: 13px;
	box-sizing: border-box;
	position: relative;
	transition: none;
	margin-left: 10px;
}
.tf-header.tf-white .tf-header-menu-div .tf-nav-map{
	background-position: -33px -5px;
	color: #666;
}
.tf-header.company .fixed .tf-nav-info{
	color: #fff;
}
/*.tf-header.tf-white .tf-header-menu-div:not(.fixed) .tf-nav-map{*/
/*color: #000;*/
/*}*/
.tf-nav-info{
	height: 60px;
	line-height: 62px;
	margin-right: 40px;
	color: #fff;
	display: none;
}
.tf-white.tf-style-1 .tf-nav-info,.tf-white:not(.tf-style-1) .tf-header-menu-div:not(.fixed) .tf-nav-info{
	color: #000;
}
.tf-nav-logo{
	display: inline-block;
	width: 145px;
	height: 50px;
	text-align: center;
	transition: margin-right .3s;
}

.tf-nav-logo>i{
	cursor: pointer;
	display: inline-block;
	width: 91px;
	height: 100%;
	background: url(../../../common/images/home.png)-791px -30px;
	transition: width .3s,margin-left .3s;
}
.tf-nav-logo>.tf-nav-logo-info{
	cursor: pointer;
	display: inline-block;
	width: 51px;
	height: 100%;
	background: url(../../../common/images/home.png)-879px -30px;
	transition: width .3s,margin-left .3s,opacity .3s;
	vertical-align: 0px;
	margin-left: -35px;
	opacity: 0;
}
.tf-nav-logo:hover .tf-nav-logo-info{
	margin-left: 0px;
	opacity: 1;
}
.tf-header.tf-white.tf-style-1 .tf-header-menu-div  .tf-nav-logo>i,.tf-header.tf-white.company .tf-header-menu-div  .tf-nav-logo>i,.tf-header.tf-white:not(.tf-style-1) .tf-header-menu-div  .tf-nav-logo>i{
	background-position: -778px -68px;
}
.tf-header.tf-white.tf-style-1 .tf-header-menu-div  .tf-nav-logo>.tf-nav-logo-info,.tf-header.tf-white.company .tf-header-menu-div  .tf-nav-logo>.tf-nav-logo-info,.tf-header.tf-white:not(.tf-style-1) .tf-header-menu-div  .tf-nav-logo>.tf-nav-logo-info{
	background-position: -869px -68px;
}
.tf-header .tf-header-menu-div  .tf-top-search{
	float: right;
	width: 40px;
	height: 50px;
	cursor: pointer;
	margin-left: -10px;
	overflow: hidden;
}
.tf-header .tf-top-contact{
	float: right;
	height: 55px;
	margin-right: 10px;
	position: relative;
	color: #fff;
}
.tf-header.tf-white:not(.tf-style-1):not(.company) .tf-header-menu-div .tf-top-contact{
	color: #000;
}
.tf-header .tf-top-contact:before{
	content: '';
	position: absolute;
	left: -34px;
	width: 30px;
	height: 30px;
	background: url(../../../common/images/home.png)-572px -99px;
	top: 23px;
}
.tf-header.tf-white:not(.tf-style-1):not(.company) .tf-header-menu-div .tf-top-contact:before {
	background-position: -572px -52px;
}
.tf-header  .tf-top-contact h5{
	margin: 22px 0px 0px 0px;
	font-size: 18px;
	line-height: 17px;
}
.tf-header  .tf-top-contact p{
	margin: 0px;
	color: #b8b8b8;
	font-size: 13px
}
.tf-header.tf-white:not(.tf-style-1):not(.company) .tf-header-menu-div  .tf-top-contact p{
	color:#7b7b7b
}
.tf-header .tf-header-menu-div  .tf-top-search:hover{
	/*background-color: #0036ff !important;*/
}
.tf-header.company .tf-header-menu-div.fixed  .tf-top-search{
	opacity: 0;
}
.tf-header.tf-style-1 .tf-header-menu-div  .tf-top-search{
	background-color: #0027b8;
}
.tf-header .tf-header-menu-div  .tf-top-search:before{
	content: '';
	display: inline-block;
	background: url(../../../common/images/home.png) -2px -45px;
	width: 60px;
	height: 50px;
	margin-top: 10px;
}
.tf-header.tf-white:not(.tf-style-1):not(.company) .tf-header-menu-div  .tf-top-search:before{
	background-position: -40px -46px;
}
/*.tf-header.tf-white:not(.tf-style-1) .tf-header-menu-div  .tf-top-search:hover:before{
	background-position: -2px -48px;
}*/
.tf-header .tf-header-menu-div .tf-header-menu-ul>li>a{
	color: #fff;
	display: block;
	padding: 28px 15px;
	position: relative;
	/* font-weight: bold; */
	font-size: 13px;
	height: 100%;
	box-sizing: border-box;
	transition: none;
	text-decoration: none;
	height: 50px;
	cursor: pointer;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li>a>span{
	position: relative;
	left: 0;
	top: -1px;
	z-index: 2;
	width: 100%;
	font-size: 14px;
	height: 100%;
	font-weight: normal;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li:not(.no-line)>a:after{
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0px;
	background-color: #fff;
	height: 3px;
	transition: all .3s;
}
.tf-header.tf-white .tf-header-menu-div .tf-header-menu-ul>li:not(.no-line)>a:after{
	background-color: #0027B8;
}
.tf-header.tf-white.tf-style-1 .tf-header-menu-div .tf-header-menu-ul>li:not(.no-line)>a:after{
	background-color: #fff;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li:hover>a:after{
	left: 11px;
	right: 11px;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li:hover>a:after,.tf-header .tf-header-menu-div .tf-header-menu-ul>li.active>a:after{
	/*top: 0px;*/
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li:not(.active).tf-menus>a{
	margin-right: 12px;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li.tf-menus>a:before{
	content: '';
	position: absolute;
	height: 5px;
	width: 9px;
	background: url(../../../common/images/banner_icons.png) -53px -70px;
	top: 22px;
	right: 0px;
	transition: transform .3s ease-out;
}
.tf-header .tf-header-menu-div .tf-header-menu-ul>li.tf-menus.hover>a:before{
	transform: rotate(180deg);
	background-position: -83px -70px;
}
/*.tf-header .tf-header-menu-div .tf-header-menu-ul>li>a[href="javascript:void(0)"],.tf-header .tf-header-menu-div .tf-header-menu-ul>li[url="null"]{*/
/*cursor: default;*/
/*}*/
.tf-header .tf-header-menu-div .tf-header-menu-ul>li:hover>a{
	/*color: #0066ff !important;*/
}
.tf-white .tf-header-menu-div .tf-header-menu-ul>li:hover>a,.tf-white .tf-product-type{
	/*text-decoration: none;*/
	/*color: #fff !important;*/
	color: #0027B8 !important;
	/*font-weight: bold;*/
}
/*.tf-header .tf-header-menu-div .tf-header-menu-ul>li.active .tf-header-hover-div{*/
/*height: 40px;*/
/*opacity: 1;*/
/*}*/
body:not(.loaded) .tf-header-menu-div .tf-header-menu-ul>li:hover>.tf-header-hover-div{
	height: auto !important;
	opacity: 1 !important;
}
.tf-header-hover-div.show{
	transition: none;
}
.tf-header-hover-div {
	position: absolute;
	color: #fff;
	top: 100%;
	left: 0px;
	right:0px;
	transition: all 0.2s;
	/* width: 350px; */
	background-color: #001d8a;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	min-width: 100px;
}
/*.tf-header-hover-div.hover{*/
/*height: 40px;*/
/*line-height: 40px;*/
/*}*/
.tf-header-hover-div>ul {
	padding: 0px;
	text-align: left;
}
.tf-header-hover-div>ul{
	/*padding: 10px 0px;*/
}
.tf-header-hover-div>ul>li {
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	/*padding: 0px 10px;*/
	display: block;
}
.tf-site-logo{
	width: 40px;
	height: 52px;
	margin: 0 auto;
	background: url(../../../common/images/home.png)-554px -1536px;
}
.tf-site-logo.icon2{
	background-position: -614px -1550px;
}
.tf-site-logo.icon3{
	background-position: -689px -1549px;
}
.tf-site-logo.icon4{
	background-position: -751px -1543px
}
.tf-site-logo.icon5{
	background-position: -759px -1541px;
	width: 44px;
}
.tf-site-logo.icon6{
	background-position: -843px -1541px;
	width: 39px;
}
.tf-site-logo.icon7{
	background-position: -922px -1541px;
}
.tf-site-logo.icon8{
	background-position: -1009px -1541px;
}
.tf-header-hover-div>ul>li>a{
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	padding: 10px 15px;
	text-align: left;
}
.tf-header-hover-div>ul>li>a:hover{
	transition: all .3s;
	text-decoration: none;
	background-color: #0030E3;
}
.tf-header-hover-div>ul>li.active>a {
	color: #FFAA3D;
}
/*头部菜单 end*/
/*白色背景颜色的header*/
.tf-header-white{
	width: 100%;
	z-index:2;
	position: relative;
}
.tf-header-white .tf-header-top{
	background-color: #2E363A;
	height: 33px;
	width: 100%;
	line-height: 33px;
}
.tf-header-white .tf-header-top .tf-header-top-email{
	float: left;
	color:#fff;
}
.tf-header-white .tf-header-top .tf-header-top-email>.tf-email-image{
	cursor: pointer;
}
.tf-header-white .tf-header-top .tf-header-top-email>.tf-email-image:before{
	content:'';
	background-image: url("../../../common/images/commons_icons.png");
	background-position: -38px -111px;
	width: 20px;
	height: 9px;
	display: inline-block;
}
.tf-header-white .tf-header-top .tf-header-right-btn{
	height: 100%;
	width: 125px;
	padding: 0 20px;
	background-color: #BA1827;
	color:#fff;
	box-sizing: border-box;
	float: right;
}

.tf-header-white .tf-header-menu-div{
	height: 53px;
	width: 100%;
	border-bottom: 1px solid #202426;
	position: absolute;
	background-color: transparent;
	z-index:4;
	transition:all .3s cubic-bezier(0,0,.2,1);
}
.tf-header-white .tf-header-menu-div .tf-header-menu-logo{
	background-position: -36px -31px;
	height: 100%;
	width: 138px;
}
.tf-header-white .tf-header-top,.tf-header-white .tf-header-menu-div>div{
	/* padding: 0 calc((100% - 1200px)/2); */
	box-sizing: border-box;
	min-width: 1000px;
	z-index: 4;
	width: 1200px;
	margin: 0px auto;
}
.tf-header-white .tf-header-menu-div>div{
	height: 100%;
}
.tf-mt10{
	margin-top: 10px;
}
.tf-mt5{
	margin-top: 5px;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-ul {
	list-style: none;
	height: 100%;
	margin: 0px;
	padding:0px;
	display: inline-block;
	float: right;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-ul>li{
	display: inline-block;
	line-height: 53px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	/* padding: 0px 15px; */
	position: relative;
	cursor: pointer;
	z-index: 10;
	color: #232B36;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-ul>li>a {
	color: #232B36;
	display: block;
	padding: 0px 15px;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-ul>li a[href="javascript:void(0)"]{
	cursor: default;
}

.tf-header-white .tf-header-menu-div {
	background-color: #fff !important;
	border-bottom: 0px;
	height: 53px;
	width: 100%;
	position: absolute;
	z-index:4;
}
.tf-header-white .tf-topbar-dropdown:hover + .tf-header-menu-div{
	background-color: #fff !important;
}
.tf-header-white .tf-header-hover-div>ul>li>a{
	color: #FFF !important;
}

.tf-header-white .tf-header-menu-div.hover {
	background-color: #fff !important;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-logo{
	background-position: -36px -31px;
	height: 100%;
	width: 120px;
}
.tf-header-white .tf-header-top,.tf-header-white .tf-header-menu-div{
	/*padding: 0 calc((100% - 1200px)/2);*/
	box-sizing: border-box;
	min-width: 1000px;
	z-index: 4;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-ul {
	list-style: none;
	height: 100%;
	margin: 0px;
	padding:0px;
	display: inline-block;
	float: right;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-ul>li{
	display: inline-block;
	line-height: 53px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	z-index: 10;
	color: #232B36;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-ul>li>a {
	color: #232B36;
	display: block;
}
.tf-header-white .tf-header-menu-div:hover .tf-header-menu-ul>li>a {
	color: #fff;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-ul>li:hover{
	text-decoration: none;
	color: #FF6271;
	transition: color .1s;
}
.tf-header-white .tf-header-menu-div .tf-header-menu-logo {
	background-position: -254px -28px;
}
.tf-header-white .tf-header-menu-div .tf-header-hover-div ul li{
	font-weight: normal;
}
/*白色背景颜色的header  end*/

/*黑色背景颜色的header*/
.tf-header-black{
	width: 100%;
	z-index:2;
}
.tf-header-black .tf-header-menu-div{
	height: 53px;
	width: 100%;
	border-bottom: 1px solid #202426;
	position: absolute;
	background-color: transparent;
	z-index:4;
	transition:all .3s cubic-bezier(0,0,.2,1);
}
.tf-header-black .tf-header-menu-div .tf-header-menu-logo{
	background-position: -36px -32px;
	height: 100%;
	width: 138px;
}
.tf-header-black .tf-header-top,.tf-header-black .tf-header-menu-div{
	padding: 0 calc((100% - 1200px)/2);
	box-sizing: border-box;
	min-width: 1000px;
	z-index: 4;
	overflow: hidden;
}
.tf-header-black .tf-header-menu-div .tf-header-menu-ul {
	list-style: none;
	height: 100%;
	margin: 0px;
	padding:0px;
	display: inline-block;
	float: right;
}
.tf-header-black .tf-header-menu-div .tf-header-menu-ul>li{
	display: inline-block;
	color: #fff;
	line-height: 53px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding:0px 0px;/**/
	position: relative;
}
.tf-header-black .tf-header-menu-div .tf-header-menu-ul>li a{
	color: #fff;
	display: block;
	transition: color .5s;
}
.tf-header-black .tf-header-menu-div .tf-header-menu-ul>li a[href="javascript:void(0)"]{
	cursor: default;
}
.tf-header-black .tf-header-menu-div .tf-header-menu-ul>li:hover a{
	text-decoration: none;
	color: #FF6271;
}
.tf-header-black .tf-header-menu-div {
	background-color: #2E363A !important;
	border-bottom: 0px;
	height: 45px;
	width: 100%;
	position: relative;
	z-index:4;
}
.tf-header-black .tf-header-menu-div.hover {
	background-color: #2E363A !important;
}
.tf-header-black .tf-header-top,.tf-header-black .tf-header-menu-div{
	padding: 0 5px;
	box-sizing: border-box;
	min-width: 1000px;
	z-index: 4;
	overflow: hidden;
}
.tf-header-black .tf-header-menu-div .tf-header-menu-ul>li{
	display: inline-block;
	cursor: pointer;
	line-height: 45px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	color: #fff;
}
/*黑色背景颜色的header  end*/
.tf-top{
	width: 100%;
	z-index: 1;
	margin-top: -70px;
	position: relative;
}
.tf-product+.tf-top{
	margin-top: -45px;
}
.tf-top.tf-fixed{
	/* padding-bottom: 46px; */
}
a:hover {
	text-decoration: none;
	color: #0066ff ;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s ease-out;
}
ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.tf-red-dot-icon{
	background-position: -49px -228px;
	height: 20px;
	width: 12px;
	vertical-align: top;
}
.tf-black-dot-icon{
	background-position: -134px -226px;
	height: 20px;
	width: 20px;
	vertical-align: text-bottom;
	display: inline-block;
}
.tf-trumpet-icon{
	background-position: -39px -183px;
	height: 20px;
	width: 20px;
	vertical-align: text-bottom;
	display: inline-block;
	margin-right: 8px;
}
.tf-link-detail-icon{
	background-position: -39px -158px;
	width: 20px;
	height: 14px;
	float: right;
	margin-top: 15px;
	cursor: pointer;
}
.tf-link-detail-icon2{
	background-position: -39px -305px;
	width: 35px;
	height: 14px;
	/*  float: right; */
	margin-top: 1px;
	cursor: pointer;
}
.tf-link-detail-icon3{
	background-position: -40px -269px;
	width: 20px;
	height: 19px;
	margin-top: 7px;
	cursor: pointer;
	float: right;
}
.tf-icons-qq{
	background-position: -259px -156px;
}
.tf-icons-weibo{
	background-position: -290px -156px;
}
.tf-icons-sina{
	background-position: -320px -156px;
}
.tf-icons-weixin{
	background-position: -349px -156px;
}
.tf-icons-share-more{
	background-position: -379px -156px;
}

/*图标 end*/

/**********头部下拉菜单***************/
.tf-topbar-dropdown{
	transition: height .2s cubic-bezier(0,0,.2,1) 0ms;
	height: 0;
	overflow: hidden;
	background: #0027b8;
	color: #fff;
	position: absolute !important;
	z-index: 998;
	top: 60px;
	font-weight: normal;
	/* box-shadow: 0 2px 6px 0 rgba(0,0,0,.3); */
	left: 0px;
	right: 0px;
}
.tf-white .tf-topbar-dropdown{
	/*border-bottom: 1px solid #dedede;*/
	opacity: 0;
}
.tf-topbar-dropdown:hover + .tf-header-menu-div{
	background-color: #1F1F1F !important;
}

.tf-all-product{
	text-align: center;
	width: 1500px !important;
	margin: 0 auto;
	position: relative;
}
.tf-topbar-item .tf-left{
	float: left;
	width: 120px;
	padding: 15px 0px;
	height: 100%;
}
.tf-topbar-item .tf-left>ul>li{
	line-height: 40px;
	color: #999;
	cursor: pointer;
	transition: all .3s ease-out;
	border-bottom:  1px rgba(255, 255, 255, 0.3) solid;
	text-align: center;
}
.tf-topbar-item .tf-left>ul>li>a{
	display: block;height: 40px;
}
.tf-topbar-item.tf-left>ul>li:last-child{
	/*border-bottom: 0px;*/
}
.tf-topbar-item .tf-left>ul>li:hover,.tf-topbar-item .tf-left>ul>li.active{
	color: #000;
	background-color: #fff
}
.tf-all-product .tf-individual-wrapper{
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	background: #2f3438;
	text-align: left;
	display: none;
}
.tf-all-product .tf-individual-wrapper .tf-title{
	font-size: 12px;
	color: #9b9ea0;
	letter-spacing: 0;
}
.tf-all-product .tf-individual-wrapper ul{
	display: inline;
}
.tf-all-product .tf-individual-wrapper ul>li{
	display: inline;
	margin-right: 16px;
}
.tf-all-product .tf-individual-wrapper ul>li>a{
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
	text-decoration: none;
}
.tf-all-product-column-wrapper,.tf-topbar-column-wrapper{
	/*width: 1180px;*/
	/*margin: 0 auto;*/
	padding: 20px 0px;
	display: flex;
	display: none;
	padding-right: 0px;
}
.tf-all-product-column-wrapper.active,.tf-topbar-column-wrapper.active{
	display: flex;
}
.tf-all-product-column-wrapper .tf-split,.tf-topbar-column-wrapper .tf-split{
	border-top:1px solid rgba(115, 119, 122, 0.5);
}
.tf-header-menu-div .tf-menu-des,.tf-header-white .tf-menu-des{
	float: right;
	width: 220px;
	height: 100%;
	padding: 0px 25px;
	/*border-left: 1px solid rgba(115, 119, 122, 0.5);*/
	margin: 10px 15px;
	display: inline-block;
	box-sizing: border-box;
}
.tf-header-menu-div .tf-all-product .tf-menu-des,.tf-header-white .tf-all-product .tf-menu-des{
	height:400px;
	margin-top:18px;
}
.tf-header-menu-div .tf-menu-des .tf-title,.tf-header-white  .tf-menu-des .tf-title{
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
}
.tf-header-menu-div .tf-menu-des .tf-des, .tf-header-white .tf-menu-des .tf-des{
	color: #c3c5c6;
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	font-weight: normal;
}
.tf-all-product-column-wrapper>.tf-product-name{
	clear: both;
	text-align: left;
	font-size: 13px;
	padding: 18px 0px;
	font-weight: bold;
	/*display: table-cell;*/
	text-align: left;
	padding: 10px;
	cursor: pointer;
}
.tf-all-product-column-wrapper>.tf-product-name a{
	color: #b71928;
}
.tf-all-product-column-wrapper>.tf-product-name a:hover{
	text-decoration: none;
}
.tf-all-product-column-wrapper>.tf-product-name:first-child{
	padding-left: 0px;
}
.tf-all-product-column-wrapper>.tf-product-column:first-child{
	margin-left: 0px;
}
.tf-all-product-column-wrapper>.tf-product-column{
	width: 230px;
	flex: 2;
	text-align: left;
	vertical-align: top;
	margin-left: 40px;
}


.tf-all-product-column-wrapper>.tf-product-column>.tf-product-item:first-child{
	padding-top: 0px;
}
.tf-all-product-column-wrapper>.tf-product-column>.tf-product-item{
	position: relative;
	padding: 4px 0;
}
.tf-all-product-column-wrapper>.tf-product-column>.tf-product-item:last-child{
	padding-bottom: 0px;
}
.tf-all-product-column-wrapper>.tf-product-column>.tf-product-item .tf-menu-item{
	background: rgba(255, 255, 255, 0.07);
}

.tf-all-product-column-wrapper>.tf-product-column>.tf-product-item>.tf-title{
	font-size: 14px;
	/* font-weight: bold; */
	color: #fff;
	letter-spacing: .99px;
	margin-bottom: 12px;
	/* height: 28px; */
	line-height: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}

.tf-all-product-column-wrapper>.tf-product-column>.tf-product-item+.tf-product-item {
	margin-top: 6px;
}
.tf-all-product-column-wrapper .tf-product-item li{
	font-size: 12px;
	color: #c3c5c6;
	letter-spacing: .85px;
	margin-bottom: 15px;
}
.tf-about-us .tf-all-product-column-wrapper .tf-product-item li{
	margin-bottom: 0px;
}
.tf-menu-item>li{
	margin-bottom: 0px !important;
}
.tf-menu-item>li>a{
	height: 28px !important;
	line-height: 28px !important;
	padding: 0px 15px !important;
}
.tf-all-product-column-wrapper .tf-product-item li:last-child{
	margin-bottom: 0px;
}
.tf-all-product-column-wrapper .tf-product-item li>a{
	text-decoration: none;
	color: #c3c5c6;
	transition: color .5s;
	display: inline-block;
	padding: 8px 15px;
}
.tf-all-product-column-wrapper .tf-product-item li a>span{
	font-size: 12px;
	color: #B5B5B5;
}
.tf-all-product-column-wrapper .tf-product-item li>a.tf-style-1{
	/*background: rgba(255, 255, 255, 0.1);*/
	padding: 4px 0px;
}
.tf-all-product-column-wrapper .tf-product-item li>a.tf-style-1:hover>h3{
	color: #0066ff;
}
.tf-solution .tf-product-container{
	padding: 25px 18px;
}
.tf-about-us .tf-product-container{
	padding: 3px 18px;
	height:60px;
}
.tf-about-us .tf-product-container .tf-right{
	width: 300px;
	position: relative;
	display: none;
}
.tf-about-us .tf-product-container .tf-right:before{
	content: '';
	position: absolute;
	left: -30px;
	height: 172px;
	border-left: 1px solid rgba(222, 222, 222, 0.25);
}
.tf-about-us .tf-link-more{
	margin-top: 15px;
	display: inline-block;
}
.tf-product-container{
	text-align: left;
	padding: 10px 0px;
	display: flex;
	flex: 1;
}
.tf-product-type{
	padding-left: 12px;
	font-size: 14px;
	font-weight: 500;
	color:#0066ff !important;
}
.tf-header-menu-div .tf-header-menu-ul  .tf-arrow{
	opacity: 1;
	position: relative;
	top: -2px;
}
.tf-product-cat{
	height: 33px;
	padding: 8px 13px;
	font-weight: 500;
	box-sizing: border-box;
}
.tf-product-cat>a{
	padding: 0px !important;
	margin-top: -6px;
}
.tf-product-cat>a:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 30px;
	vertical-align: middle;
	background: url(../../../common/images/home.png)-153px -512px;
	margin-left: 5px;
}
.tf-product-cat>a:hover{
	color: #0066ff;
}
.tf-header-menu-div .tf-arrow,.tf-fixed-header .tf-back-top>i,.tf-product-cat .tf-arrow{
	height: 0px;
	width: 0px;
	border-top: 3px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	display: inline-block;
	margin-left: 5px;
	box-sizing: border-box;
}
.tf-product-cat .tf-arrow{
	border-top: 4px solid #fff !important;
}
.tf-white:not(.tf-style-1) .tf-header-menu-div .tf-arrow{
	border-top: 3px solid #000;
}
.tf-header-menu-div li:hover .tf-arrow{
	border-top-color: #fff !important;
	opacity: 1;
	transform: rotate(-180deg);
}
.tf-white .tf-header-menu-div a:hover .tf-arrow{
	border-top-color: #0027B8 !important;
	transform: rotate(-180deg);
}
.tf-white .tf-product-type{
	color: #000;
}
.tf-white.tf-style-1 .tf-header-menu-div a:hover .tf-arrow{
	border-top-color: #fff !important;
}
.tf-white .tf-product-type .tf-arrow{
	border-left-color: #0027B8;
	vertical-align: -2px;
}
.tf-product-type .tf-arrow{
	vertical-align: -2px;
}
.tf-product-menu-content{
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.tf-product-container .tf-product-row .tf-product-menu-content>ul>li{
	float: left;
}
.tf-solution .tf-product-container .tf-product-menu-content>ul>li>a,.tf-solution .tf-product-container .tf-product-menu-content>ul>li>a:hover,.tf-about-us .tf-product-container .tf-product-menu-content>ul>li>a,.tf-about-us .tf-product-container .tf-product-menu-content>ul>li>a:hover{
	background-color: transparent;
	width: auto;
	margin-bottom: 0px;
	padding: 8px 13px;
	margin-right: 70px;
	height: 28px;
}

.tf-about-us .tf-product-container .tf-product-menu-content>ul>li>a{
	margin-right: 35px!important;
}
.tf-solution .tf-product-container .tf-product-menu-content>ul>li>a:hover>.tf-title-menu,.tf-about-us .tf-product-container .tf-product-menu-content>ul>li>a:hover>.tf-title-menu{
	color:#fff !important;
	text-decoration: underline;
}
.tf-product-container .tf-product-menu-content>ul>li>a{
	width: 288px;
	padding: 7px 13px;
	background-color: rgb(49, 49, 49);
	/*float: left;*/
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	transition: background-color .3s ease-out;
}
.tf-product-container .tf-product-menu-content>ul>li>a:hover{
	background-color: #ee8e17;
}
.tf-product-container .tf-product-menu-content>ul>li>a:hover p{
	color: #ffffff;
}
.tf-product-container .tf-product-menu-content>ul>li p{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #7D7D7D;
	margin-top: 5px;
	transition: color .3s;
}
.tf-solution .tf-product-container .tf-title-menu,.tf-about-us .tf-product-container .tf-title-menu{
	color: #ffffff;
	font-weight: normal;
}

.tf-product-container .tf-title-menu{
	color:rgba(255, 255, 255, 0.8)!important;
	font-size: 14px;
	transition: color .3s ease-out;
}
.tf-product-column{
	float: left;
	/*flex: 1;*/
	width: 25%;
}
/**************解决方案*******************/
.tf-menu-1{
	display: flex ;
}
.tf-solution.tf-menu-1 .tf-item{
	float: none;
	flex: 2;
	border-right: 1px rgba(255, 255, 255, 0.3) solid;
}
.tf-solution.tf-menu-1 .tf-item:last-of-type{
	border-right: 0px;
}
.tf-solution .tf-item{
	float: left;
	/* width: 220px;
	margin-right: 16px; */
	margin-left:40px;
	position: relative;
}

.tf-solution .tf-item>.tf-item-title{
	font-size: 12px;
	font-weight: 600;
	height: 24px;
	line-height: 24px;
	margin-bottom: 12px;
	transform: translateY(0);
	opacity: 1;
	text-align: left;
}
.tf-solution.tf-menu-1 .tf-item>.tf-item-title{
	background: #2B4D88;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
}
.tf-solution .tf-animate-text {
	transform: translateY(-10px);
	opacity: 0;
	/*transition: all .2s cubic-bezier(0,0,.2,1);*/
}
.tf-topbar-dropdown .tf-animate-text.show {
	transform: translateY(0);
	opacity: 1;
	/*transition: all .3s cubic-bezier(0,0,.2,1);*/
}
.tf-topbar-dropdown .tf-item li ,.tf-solution .tf-item li{
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 4px;
}
.tf-solution.tf-menu-1 .tf-item li{
	margin-bottom: 10px;
}
.tf-solution.tf-menu-1 .tf-item li:last-child{
	margin-bottom: 0px;
}
.tf-topbar-dropdown .tf-item li a,.tf-solution .tf-item li a{
	color: #fff;
	display: block;
	text-decoration: none;
	transition: color .5s;
	text-align: left;
}
.tf-solution.tf-menu-1 .tf-item li a{
	padding: 10px 15px;
	/*height: 78px;*/
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.1);
	transition: 0.2s;
}
.tf-solution.tf-menu-1 .tf-item li a:hover{
	background: #ee8e17;
}
.tf-solution.tf-menu-1 .tf-item li a h3,.tf-all-product-column-wrapper .tf-product-item li>a h3{
	margin: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 1;
	color: #D6D6D6;
	font-weight: normal;
}
.tf-solution.tf-menu-1 .tf-item li a p,.tf-all-product-column-wrapper .tf-product-item li p{
	font-size: 12px;
	line-height: 18px;
	color: #7D7D7D;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	transition: all .3s ease-out;
}
.tf-solution.tf-menu-1 .tf-item li a:hover p,.tf-solution.tf-menu-1 .tf-item li aa:hover p,.tf-all-product-column-wrapper .tf-product-item li>a:hover p{
	color: #fff;
}

.tf-topbar-dropdown>div{
	display: none;
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.tf-topbar-dropdown .tf-solution.tf-category-container .tf-menu-des.tf-common-des{
	margin-top:4px;
}
.tf-topbar-dropdown .tf-solution.tf-category-container.tf-solution-dropdown .tf-item{
	width:100px;
}
.tf-solution.tf-category-container.tf-solution-dropdown .tf-menu-des.tf-common-des{
	margin-left:0;
	height:330px;
}
/**********头部下拉菜单结束***************/
/***************联系我们***************/
.tf-connect{
	padding-top: 50px;
	background-color: #fff!important;
}
.tf-connect .tf-group{
	text-align: center;
}
.tf-connect ul{
	display: inline-block;
	float: left;
}
.tf-connect ul>li:first-child{
	margin-left: 0px;
}
.tf-connect ul>li{
	width: 290px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
.tf-connect ul>li>.tf-icon.icon1{
	width: 290px;
	height: 150px;
	background: url("../../../common/images/img50020.jpg");
}
.tf-connect ul>li>.tf-icon.icon2{
	width: 290px;
	height: 150px;
	background: url("../../../common/images/img50021.jpg");
}
.tf-connect ul>li>.tf-icon.icon3{
	width: 600px;
	height: 150px;
	background: url("../../../common/images/img50022.jpg");
}
.tf-connect .ss-content-title-1{
	margin: 15px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #505050;
	position: relative;
}
.tf-connect .tf-split-line{
	margin-bottom: 35px;
}
.tf-connect .tf-split-line:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0px;
	width: 75px;
	border-bottom: 1px solid #ffa144;
}
.tf-connect .tf-team-des{
	font-size: 12px;
	line-height: 23px;
	padding-right: 35px;
	color: #747474;
}
.tf-connect .tf-team-qq{
	color: #656464;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tf-connect .tf-title span{
	margin-top: 0px;
}
.tf-connect .tf-title span:before{
	border: 0;
	width: 0;
}
.tf-connect .tf-sub-title{
	padding-bottom: 30px;
}
.tf-connect .tf-team-email-title {
	line-height: 22px;
	font-size: 13px;
}
.tf-connect .tf-team-email {
	line-height: 22px;
	margin-bottom: 10px;
	color:#969893;
	font-size: 13px;
}
.tf-connect .tf-team-cooperative-ecology {
	margin: 15px 0px;
	color:#000;
	font-size: 13px;
	cursor: pointer;
	width: 72px;
}
.tf-connect .tf-contact-icons{
	background: url("../../../common/images/icons_companysite.png");
	display:inline-block;
	width:26px;
	height:26px;
}
.tf-connect .tf-team-cooperative-ecology span{
	background-position: -18px -7px;
	width: 15px;
	height: 15px;
}
.tf-connect .tf-team-leader{
	padding: 13px 0px;
}
.tf-connect .tf-team-leader-name ,.tf-connect .tf-contact-name{
	color: #999;
}
.tf-connect .tf-contact-way-item {
	height: 30px;
	background-color: #F3F3F3;
	margin-top:6px;
	line-height: 32px;
	padding-left: 8px;
	color:#747474;
	border-radius: 2px;
}
.tf-connect .tf-contact-way-item:hover {
	background-color: red;
	color:#fff;
}
.tf-connect .tf-contact-way-item .tf-phone-icon {
	background-position: -70px -236px;
	float:left;
	margin-right: 5px;
}
.tf-connect .tf-contact-way-item:hover .tf-phone-icon{
	background-position: -120px -236px;
}
.tf-connect .tf-contact-way-item .tf-email-icon {
	background-position: -70px -270px;
	float:left;
	margin-right: 5px;
}
.tf-connect .tf-contact-way-item:hover .tf-email-icon{
	background-position: -120px -270px;
}
.tf-connect .tf-contact-way-item .tf-qq-icon {
	background-position: -70px -307px;
	float:left;
	margin-right: 5px;
}
.tf-connect .tf-contact-way-item:hover .tf-qq-icon {
	background-position: -120px -307px;
}
.tf-connect ul.tf-contact-commerce-content{
	width:600px;
}
.tf-connect ul.tf-contact-commerce-content>li:nth-child(3){
	margin-left:0;
}
.tf-connect ul.tf-contact-commerce-content>li:nth-child(2),.tf-connect ul.tf-contact-commerce-content>li:nth-child(4){
	margin-left:10px;
}
.tf-connect ul>li.tf-contact-area{
	width:295px;
	float:left;
}
.tf-connect ul>li.tf-contact-area .tf-team-top,.tf-connect .tf-team-leader {
	background-color: #fbfafa;
	text-align: center;
	line-height: 30px;
}
.tf-connect .tf-contact-area-icon{
	text-align: center;
	padding-top:60px;
	line-height: 30px;
}
.tf-connect .tf-north{
	width: 160px;
	height: 160px;
	background-position: -166px -202px;
}
.tf-connect .tf-east{
	width: 160px;
	height: 160px;
	background-position: -346px -215px;
}
.tf-connect .tf-south{
	width: 185px;
	height: 160px;
	background-position: -150px -202px;
}
.tf-connect .tf-central{
	width: 185px;
	height: 160px;
	background-position: -347px -400px;
}
.tf-connect .tf-area-name {
	font-weight: bold;
	font-size: 13px;
}
/*导航条*/
.tf-company-nav {
	height: 45px;
	/* border-bottom: 1px solid #E5E5E5; */
	background-color: rgba(0,0,0,0.2);
	/* background-color: #131313; */
	box-sizing: border-box;
	position: relative;
	/* margin-top: -45px; */
	z-index: 1;
}
.tf-company-nav.tf-ai{
	padding-top: 7px;
	background-color: #282828;
	height: 60px;
	box-sizing: border-box;
}
.tf-company-nav.tf-ai .tf-nav-content>span:last-child{
	color: #999;
}
.tf-company-nav.tf-ai.tf-white{
	background-color: #f5f5f5;
	border-top: 1px solid #e1e1e1;
}
.tf-w12 .tf-company-nav.tf-ai .tf-nav-content{
	width: 1200px;
}
.tf-company-nav.tf-ai .tf-nav-icon:hover{
	background-color: inherit;
}
.tf-company-nav.s1 .tf-nav-content>span:not(.tf-nav-icon){
	/*color: #ffffff;*/
	font-weight: normal;
}
.tf-bottom.tf-nav-fixed .tf-company-nav.s1 .tf-nav-content>span:not(.tf-nav-icon){
	color: #222;
	font-weight: normal;
}
.tf-company-nav.s1{
	float: left;
	background: transparent;
	border: none;
}
.tf-company-nav.s1 .tf-nav-icon{
	border: none;
	width: 35px;
	margin: 0px;
	margin-top: 1px;
}
.tf-company-nav.s1 .tf-nav-content{
	width: auto;
}
.tf-company-nav .tf-nav-content {
	width: 1400px;
	margin: 0 auto;
	line-height: 45px;
}
.tf-company-nav .tf-nav-icon {
	/* width: 50px; */
	height: 44px;
	display: inline-block;
	float: left;
	/* border-right: 1px solid #e5e5e5; */
	/* border-left: 1px solid #e5e5e5; */
	cursor: pointer;
	background-position: -77px -131px;
	transition: background-color .3s ease-out;
	width: 45px;
}

.tf-company-nav .tf-nav-separator {
	background-position: -136px -108px;
	width: 12px;
	height: 12px;
}
.tf-company-nav.tf-product .tf-nav-separator{
	background-position: -141px -354px;
	width: 12px;
	height: 21px;
	vertical-align: -5px;
}
.tf-company-nav .tf-nav-content>span:not(.tf-nav-icon){
	display: inline-block;
	margin-left: 5px;
	color: #999;
	/* font-weight: bold; */
}

.tf-company-nav .tf-nav-content>span:last-child{
	color:#FF9444;
}
/*****************右侧侧边栏*****************/
.sidebar{
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -131px;
	width: 45px;
	background:#6b6b6b;
	z-index: 999999;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
}
.sidebar li{
	height: 40px;
	width: 160px;
	padding-left: 11px;
	transition: all 0.5s;
	color: #ffffff;
	padding-bottom: 5px;
}
.sidebar li a{
	display: block;
	line-height: 45px;
	padding-left: 38px;
	position: relative;
}
.sidebar li img{
	vertical-align: -22px;
	margin-right: 10px;
}
.sidebar .tf-icon{
	width: 40px;
	height: 44px;
	background: url(../../../common/images/sidebar/slidebar_icon.png)0px 7px no-repeat;
	position: absolute;
	left: 0px;
}
.sidebar .tf-icon.contact{
	background-position: 0px -36px;
}
.sidebar .tf-icon.email{
	background-position: 0px -68px;
}
.sidebar .tf-icon.top{
	background-position: 0px -100px;
}
.sidebar li:hover{
	margin-left: -105px;
	background: rgba(107, 107, 107, 0.6);
}
.sidebar li.tf-mail:hover{
	margin-left: -190px; background: rgba(0,0,0,0.6);
}
.sidebar li:hover>a{
	color: #ffffff;
}
/***********导航***************/
.tf-header-nav{
	height: 40px;
	line-height: 40px;
	background: rgba(4, 4, 4, 0.57);
	margin-top: -40px;
	position: relative;
	z-index: 2;
}
.tf-header-nav.tf-fixed{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
}
.tf-header-nav>.tf-group{
	text-align: center;
}
.tf-header-nav>.tf-group>a{
	display: inline-block;
	/* flex: 1; */
	height: 40px;
	color: #ffffff;
	padding: 0px 20px;
}
.tf-header-nav img{
	width: 18px;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -3px;
}
.tf-header-nav img.current,.tf-header-nav>.tf-group>a:hover img.normal,.tf-header-nav>.tf-group>a.active img.normal{
	display: none;
}
.tf-header-nav>.tf-group>a:hover,.tf-header-nav>.tf-group>a.active{
	color: #ee8e17;
}
.tf-header-nav>.tf-group>a:hover img.current,.tf-header-nav>.tf-group>a.active img.current{
	display: inline-block;
}/**************页面导航*******************/
.tf-company-nav .tf-nav-icon {
	border: none;
	margin: 0px;
	width: 36px;

	/*margin-top: 3px;*/
}
.tf-company-nav.tf-ai .tf-nav-icon{
	background: url(../../../common/images/home.png)-465px -95px;
	width: 71px;
	zoom: .8;
	margin-top: 6px;
}
.tf-company-nav.tf-ai .tf-nav-separator{
	background-position: -95px -187px;
}
.tf-nav-wrap{
	height: 45px;
	/* border-bottom: 1px solid #dedede; */
	text-align: center;
	/* box-shadow: 0px 1px 6px #dedede; */
	text-align: center;
}
.tf-nav-wrap>ul{
	display: inline-block;
}
.tf-company-nav.tf-nav-fixed {
	background-color: #373D41;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 1px 6px rgb(51, 51, 51);
	margin-top: 0px;
	border-bottom: none;
}
.tf-company-nav.tf-nav-fixed+div.tf-module-box {
	margin-top: 40px;
}
.tf-nav-wrap .tf-nav-line{
	position: absolute;
	width: 94px;
	display: block;
	height: 3px;
	background: #ED8D16;
	left: 7px;
	bottom: -1px;
	width: 50px;
	opacity: 0;
	display: none !important;
	/*transition: left .3s ease-out;*/
}
.tf-nav-wrap>ul{
	transition: opacity .3s .6s,visibility 0s .6s,margin-top 0s .6s;
}
.tf-nav-wrap>ul>li{
	height: 44px;
	line-height: 45px;
	float: left;
	padding: 0px 25px;
	cursor: pointer;
	transition: background-color .3s ease-out;
	color: #ffffff;
	font-size: 13px !important;
	position: relative;
}
.tf-nav-wrap>ul>li>a{
	display: block;
}
.tf-nav-wrap>ul>li.active:before,.tf-nav-wrap>ul>li:before{
	content: '';
	position: absolute;
	bottom: 5px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	left: 50%;
	margin-left: -15px;
	transition: width .3s,margin-left .3s;
	text-align: center;
}
.tf-nav-wrap>ul>li:before{
	width: 0px;
	margin-left: 0px;
}
.tf-nav-wrap>ul>li:hover:before{
	margin-left: -15px;
	width: 30px;
}
.tf-nav-wrap>ul>li>a:hover{
	color: inherit;
}
.tf-wrapper  .tf-nav-wrap>ul>li.active{
	color: #fff;
}
.tf-nav-fixed .tf-nav-wrap>ul>li{
	color: #ffffff;
}

.tf-nav-service-btn{
	display: block;
	float: right;
	padding: 0 20px;
	height: 100%;
	color: #ffffff;
	background-color: #ED8D16;
	display: none;
}
.tf-company-nav.tf-nav-fixed .tf-nav-service-btn{
	display: block;
}
.tf-company-nav.tf-nav-fixed{
	animation:mymove .3s ease-out;
}
.tf-nav-service-btn:hover {
	background-color: #CE7403;
	border-color: #CE7403;
	color: #ffffff;
}
@keyframes mymove{
	from {top:-100px;}
	to {top:0px;}
}
/*********************下拉后菜单******************/
.tf-fixed-header.fixed{
	transform: translateY(-100%);
	position: fixed;
}
.tf-fixed-header{
	position: relative;
	z-index: 20;
	height: 45px;
	background-color: #222425;
	width: 100%;
	/*transform: translateY(-100%);*/
	transition: transform .3s,background-color .3s,opacity .3s;
	opacity: 1;
	top: -1px;
	overflow: auto;
	white-space: nowrap;
	z-index: 200;
}
.tf-fixed-header:not(.fixed).show{
	transform: translateY(0);
	/*box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);*/
	opacity: 1;
	position: fixed;
}
.tf-fixed-header:not(.fixed).show + .tf-module-box{
	margin-top: 60px;
}

.tf-fixed-header .tf-fixed-top{
	height: 45px;
	line-height: 45px;
	margin-bottom: 0px;
	display: inline-block;
	opacity: 0;
	margin-left: -250px;
	transition: margin-left .3s;
}
.tf-fixed-header.show .tf-fixed-top{
	opacity: 1;
	margin-left: 0px;
}
.tf-fixed-header .tf-text{
	margin-left:20px;
	position: relative;
	display: inline-block;
	vertical-align: 0px;
	color: #fff;
	font-size: 15px;
}
.tf-fixed-header .tf-text:before{
	content: '';
	position: absolute;
	left: -15px;
	height: 15px;
	width: 1px;
	background-color: #b8b6b6;
	top: 17px;
}
.tf-fixed-header .tf-back-top{
	float: right;
	color: #fff;
	background-color: #0027b8;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
	padding: 0px 15px;
	border-radius: 2px;
}
.tf-fixed-header .tf-back-top:hover{
	background-color: #0036ff;
}
.tf-logo-info{
	width: 100px;
	height: 44px;
	background: url(../../../module/bigdata/product/images/nav_logo.png) 0px 13px no-repeat;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	display: none;
}
.tf-fixed-header ul{
	clear: none;
	display: inline-block;
	vertical-align: -21px;
	float: right;
}
.tf-fixed-header ul>li{
	height: 45px;
	line-height: 45px;
	float: left;
	margin-right: 15px;
	cursor: pointer;
	position: relative;
	color: #fff;
}
.tf-fixed-header ul>li:after{
	position: absolute;
	bottom: 6px;
	height: 1px;
	background-color: #fff;
	content: '';
	left: 50%;
	top: 38px;
	right: 50%;
	transition: left .3s ,right .3s;
	display: none;
}
.tf-fixed-header ul>li.active:after,.tf-fixed-header ul>li:hover:after{
	left: 10px;
	right: 10px;
	top: 38px;
}
.tf-fixed-header ul>li.active,.tf-fixed-header ul>li:hover{
	color: #ccc5c5 !important;
}
.tf-fixed-header.show ul>li.active, .tf-fixed-header.show  ul>li:hover{
	color: #808080 !important;
}
/**人工智能**/
.tf-fixed-header.tf-ai{
	background-color: rgba(255, 255, 255, 0.1);
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
	overflow: hidden;
}
.tf-fixed-header.tf-ai.tf-product{
	background-color: rgba(0, 0, 0, 0.9);
}

.tf-fixed-header.tf-ai.tf-product ul{
	display: none;
}
.tf-fixed-header.tf-ai.tf-product.show ul{
	display: block;
}
.tf-fixed-header.tf-ai:not(.tf-white).show{
	background-color: rgba(0, 0, 0, 0.85);
	border-bottom: none;
}
.tf-fixed-header.tf-ai .tf-group{
	width: 1400px !important;
}
.tf-fixed-header.tf-ai.tf-white{
	background-color: #fff;
	/* border-bottom: 1px solid #dedede; */
	top: 0px;
}
.tf-fixed-header.tf-ai.tf-white.show{
	background-color: rgba(255,255,255,.9);
	border-bottom: 1px solid #f1f1f1;
}
.tf-fixed-header.tf-ai.tf-product.tf-white.show{
	background-color: #fff;
}
.tf-fixed-header.tf-ai.tf-white  ul>li,.tf-fixed-header.tf-ai.tf-white  .tf-text{
	color: #000;
}
.tf-fixed-header.tf-ai .tf-text{
	font-weight: bold;
}
.tf-fixed-header.tf-ai.tf-product .tf-text{
	font-weight: normal;
	font-size: 13px;
}
.tf-fixed-header.tf-product  ul>li:not(:last-child):before{
	content: '';
	position: absolute;
	right: -7px;
	height: 14px;
	width: 1px;
	background-color: #ababab;
	display: block;
	top: 50%;
	margin-top: -7px;
}
.tf-fixed-header.tf-ai .tf-text:before{
	display: none;
}
.tf-fixed-header  ul>li:after{
	background-color: #8a8989;
	display: none;
}
.tf-fixed-header.tf-ai .tf-fixed-top{
	opacity: 1;
	margin-left: 0px;
}
/********菜单**********/
.tf-menu-right{
	position: absolute;
	right: 0px;
	width: calc((100% - 1400px)/2 + 540px);
	background: url(../../company/images/banner_right.png)0px 0px no-repeat;
	z-index: 2;
	top: 0px;
	bottom: 0px;
}
.tf-company-banner-inner{
	background: url(../../company/images/address_banner1.png)155px bottom no-repeat;
	height: 369px;
	margin-top: -50px;
}
.tf-company-menu li {
	color: #000;
	transition: margin-right .3s;
	text-align: right;

	line-height: 20px;
}
.tf-company-menu li>a:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 1px;
	background-color: #c1c1c1;
	transition: background-color .3s,width .3s;
	margin-left: 10px;
}
.tf-company-menu li.active>a:after,.tf-company-menu li:hover>a:after{
	background-color: #ffffff;
	width: 30px;
}

.tf-company-menu li.active a:hover,.tf-company-menu li.active a  {
	color: #fff
}


.tf-company-menu li a{
	font-size: 13px;
	padding: 5px 18px;
	display: inline-block;
	text-decoration: none;
	color: #c1c1c1;
	padding-right: 10px;
}
.tf-company-menu li a>span{
	opacity: 1;
}
.tf-company-menu:hover li a>span,.tf-company-menu li.active a>span{
	opacity: 1;
	transition: opacity 0.3s ease;
}
.tf-company-menu:hover li a{
	padding: 5px 18px;
	transition: All 0.3s ease;
	padding-right: 10px;
}
.tf-company-menu li.active a,.tf-company-menu li:hover a {
	color: #fff
}
.tf-company-menu li:hover a {
	text-decoration: underline;
}
.tf-company-menu {
	position: absolute;
	right: 130px;
	height: 40px;
	z-index: 3;
	width: 150px;
	padding: 0;
	margin: 0;
	top: 30px;
}
/*.tf-header.company .tf-header-menu-div {*/
/*left: 0px;*/
/*padding-left: 100px;*/
/*width: auto;*/
/*right: 0px;*/
/*padding-right: 130px;*/
/*transition: none;*/
/*}*/
/*.tf-header.company .tf-header-menu-div>div {*/
/*width: 100% !important;*/
/*}*/
/*****************菜单剧中样式************************/
.tf-header.tf-white.tf-style-1 .tf-header-menu-div
{
	background-color: transparent;
	border: none;
	top: 0px !important;
	position: absolute;
}
.tf-header.tf-white.tf-style-1 .tf-header-menu-div.tf-fixed{
	position: fixed;
}
.tf-header.tf-menu.tf-white.tf-style-1 .tf-nav-logo{
	margin-left:12px;
}
.tf-header.tf-menu.tf-white.tf-style-1 .tf-header-menu-div>div{
	background-color: #0027b8;
	border-radius: 5px;
	width: 1400px;
}
.tf-header.tf-white.tf-style-1 .tf-header-menu-div.tf-fixed{
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	top: 0px !important;
}
.tf-header.tf-menu.tf-white.tf-style-1 .tf-header-menu-div.tf-fixed>div{
	background-color: transparent;
}
.tf-header-contact{
	display: none;
}
.tf-header.tf-style-1 .tf-header-contact{
	position: absolute;
	top: -50px;
	left: 0px;
	right: 0px;
	height: 50px;
	text-align: right;
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
}
.tf-header.tf-style-1.tf-fixed .tf-header-contact{
	position: fixed;
}
.tf-header.tf-style-1 .tf-header-contact a{
	position: relative;
	display: inline-block;
}
.tf-header.tf-style-1 .tf-header-contact a:hover{
	text-decoration: underline;
	color: inherit;
}
.tf-header.tf-style-1 .tf-header-contact a:before{
	content: '';
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFC000;
	margin-right: 5px;
}
.tf-header.tf-style-1 .tf-topbar-dropdown{
	background-color: transparent;
	border-bottom-color: transparent;
}
.tf-header.tf-style-1 .tf-fixed .tf-topbar-dropdown, .tf-header.tf-style-1 .tf-topbar-dropdown>div{
	background-color: #0027b8;
}
.tf-header.tf-style-1 .tf-topbar-dropdown>div.tf-about-us{
	height: 100px;
}
.tf-header .tf-topbar-dropdown>div.tf-about-us .tf-product-container{
	padding: 10px 18px;
}
.tf-style-1:not(.tf-fixed) + .tf-site-map{
	top: 50px;
	left:calc((100% - 1400px)/2);
	right:calc((100% - 1400px)/2);
	width: 1400px;
}
.tf-go-back{
	bottom: 20px;
	position: fixed;
	width: 44px;
	height: 44px;
	margin-top: 8px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.29);
	z-index: 10000;
	right: 0px;
	background: #fff url(../../../common/images/sidebar/slidebar_icon.png)9px -99px no-repeat;
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s;
}
.tf-go-back:hover{
	background-color: #ebe7e7;
}
.tf-go-back.show{
	opacity: 1;
}
.tf-arrow-icon{
	display: inline-block;
	width: 27px;
	height: 30px;
	vertical-align: middle;
	background: url(../../../common/images/home.png)-215px -513px;
}
.tf-arrow-icon.tf-white{
	background-position: -141px -514px;;
}
/***********黑色头部****************/
.tf-header.tf-white.company .tf-header-menu-div,.tf-header.tf-white.company .tf-header-hover-div{
	background-color: #333333;
	border-bottom-color: #333;
}
.tf-header.tf-white.company  .tf-header-hover-div>ul>li>a:hover{
	background-color: rgba(108, 108, 108, 0.6) !important;
}
.tf-header.tf-white.company.tf-product .tf-header-menu-div{
	background-color: #333333;
	border-bottom-color: #333333;
}
.tf-header.tf-white.company .tf-header-menu-div .tf-header-menu-ul>li>a{
	color: #fff!important;
}
.tf-header.tf-white.company .tf-header-menu-div .tf-header-menu-ul>li:hover>a{
	color: #b1b1b1!important;
}
.tf-header.tf-white.company .tf-header-menu-div .tf-header-menu-ul>li:not(.no-line)>a:after{
	background-color: #fff;
	display: none;
}
.tf-white.company .tf-header-menu-div .tf-arrow{
	border-top-color: #fff !important;
}
.tf-header.tf-white.company .tf-header-menu-div .tf-nav-map{
	color: #fff;
}
.tf-header.tf-white.company .cd-menu-icon,.tf-header.tf-white.company .cd-menu-icon::before,.tf-header.tf-white.company .cd-menu-icon:after{
	background-color: #fff;
}
.tf-white.company .tf-header-menu-div a:hover .tf-arrow{
	border-top-color: #fff !important;
}
/*body.hidden .tf-header.tf-white.company:not(.tf-style-1) .tf-header-menu-div{*/
/*padding-right: 147px;*/
/*}*/
.tf-header.tf-white.company .cd-menu-icon.is-clicked{
	background-color: #000;
}
.tf-header.tf-white.company .tf-nav-logo>i {
	background-position: -779px -14px !important;
}
.tf-header.tf-white.company  .tf-nav-logo>.tf-nav-logo-info {
	background-position: -869px -14px !important;
}
/**********遮罩*****************/
.tf-mask-black{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 1;
	transition: opacity .5s;
	z-index: 2000;
}