/**********头部banner*************/
.tf-banner-wrap{
    position: relative;
}
.tf-banner-inner{
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none;
}
.tf-company-nav.tf-product{
    margin-top: -45px;
    background-color: #333333;
}
.tf-company-nav.tf-product .tf-nav-icon{
    width: 45px;
    background-position: -123px -374px;
    height: 45px;
}

.tf-company-nav.tf-product .tf-nav-content,.tf-company-nav.tf-product .tf-nav-content>span:not(.tf-nav-icon){
    color: #fff;
}
.tf-banner-nav{
    line-height: 40px;
    font-size: 12px;
    color: #989898 !important
}
.tf-banner-nav>a{
    margin-right: 3px;
}
.tf-banner-nav>a+a,.tf-banner-nav>a+span{
    margin-left: 3px;
}
.tf-banner-des{
    font-size: 15px;
    margin-top: -21px;
    line-height: 26px;
}

.tf-banner-en{
    font-size: 37px;
}
.tf-banner-inner h3{
    font-size: 30px;
    margin-top: -40px;
    font-weight: normal;
}
.tf-banner-75{
    height: 750px;
}
.tf-banner-70{
    height: 700px;
}
.tf-banner-70{
    height: 700px;
}
.tf-banner-55{
    height: 550px;
}
.tf-text-center{
text-align: center;
}
    /***********menu工具栏******************/
.tf-top-menu{
    height: 55px;
    line-height: 55px;
    background-color: #0027b8;
    color: #ffffff;
    text-align: center;
}
.tf-top-menu>ul>li{
    display: inline-block;
    border: none !important;
    padding: 0 40px;
    font-size: 15px;
}
/***********menu工具栏结束******************/
.tf-top{
    position: relative;
}
section>div:after {
    content: '';
    display: block;
    clear: both;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tf-module-box .tf-top-menu {
    background: #1c3c74 !important;
}
.tf-top-menu ul>li {
    border-left: 1px solid #072354 !important;
}
.tf-module-box .tf-top-menu ul>li:last-child{
border-color:#072354 ;
}
.tf-module-box .tf-top-menu ul>li>div>p{
    color: #6D80A2!important;
}
.tf-module-box  .tf-top-menu ul>li>div>h2{
    color: #ffffff;
}
.tf-top.tf-index-top .tf-top-image {
    height: 470px;
    background-size: cover !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
}
.tf-banner-item-left{
    text-align: center;
    position: absolute;
    top: 135px;
    /* left: calc((100% - 1200px)/2); */
    color: #fff;
    text-align: left;
    width: 100%;
}
.tf-banner-item-left>a,.tf-banner-item-left>.tf-banner-container{
    text-decoration: none;
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.tf-banner-item-left p{
    font-size: 14px;
    text-align: left;
    color: #c6c7ca;
    margin-top: 20px;
   /*  width: calc(100% - 200px); */
    width: 1000px;
}
.tf-banner-item-left a .tf-title{
    font-size:29px;
    text-align: left;
}
.tf-banner-item-left a .tf-des{
    font-size: 13px;
    line-height: 25px;
    max-width: 700px;
}
.tf-banner-item-left .tf-service-btn{
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
    font-size: 13px!important;
    float: left;
    width: 120px;
    height: 36px;
    line-height: 34px;
    background: transparent;
    transition: color .3s ease-in-out,background .3s, border-color .3s;
    text-align: center;
    box-sizing: border-box;
}
.tf-banner-item-left .tf-service-btn>a{
    display: block;
    height: 100%;
}
.tf-banner-item-left .tf-service-btn.tf-order{
    background-color: #1035bc;
    margin-left: 10px;
    color: #fff;
    border-color: #1035bc;
}
.tf-banner-item-left .tf-service-btn.tf-order:hover{
    background-color: #0036ff;
    color: #ffffff;
    border-color: #0036ff;
}
.tf-banner-item-left .tf-service-btn.tf-order:hover>a{
    color: #ffffff;
}
.tf-banner-item-left .tf-service-btn:hover{
    background-color: #0153ce;
    border-color: #0153ce;
}
.tf-top .tf-bottom {
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    z-index: 100;
    background: rgba(26, 29, 38, 0.94);
    text-align: center;
}
.tf-top .tf-bottom .tf-inner-row,.tf-product-list .tf-product-tab{
    margin: auto;
    max-width: 1200px;
    transition: opacity .3s .6s,visibility 0s .6s,margin-top 0s .6s;
    display: inline-block;
}
.tf-top .tf-bottom .tf-inner-row:after{
    content: '';
    display: block;
    clear: both;
}

.tf-top .tf-bottom .tf-inner-row>li{
    float: left;
    height: 35px;
    position: relative;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
  /*   padding: 0px 15px; */
    padding: 0 25px;
    transition: all .4s ease-in-out;
    font-size: 14px;
}
/* .tf-top .tf-bottom .tf-inner-row > li:after{
	background-color: #e61e2a;
    content: "";
    position: absolute;
    height: 3px;
	width: 0px;
	bottom: 0px;
    left: 0px;
    transition: width .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1);
}
.tf-top .tf-bottom .tf-inner-row > li.active:after, .tf-top .tf-bottom .tf-inner-row > li:hover:after {
    width: 100%;
} */
/**行业生态**/
.tf-top .tf-bottom .tf-inner-row>li.active,.tf-top.tf-industry-top .tf-bottom .tf-inner-row>li:hover{
    background-color: #FF8A00;
}
.tf-top .tf-bottom .tf-inner-row>li span{
    position: relative;
    display: inline-block;
}
.tf-top .tf-bottom .tf-inner-row>li span:after{
    position: absolute;
    content: '';
    width: 0px;
    bottom: 7px;
    left: 50%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.53);
    transition: width .3s ease-in-out;
    transform: translateX(-50%);
}
/**行业生态**/
.tf-top .tf-bottom .tf-inner-row>li.active span:after,
.tf-top.tf-industry-top .tf-bottom .tf-inner-row>li:hover span:after{
    width: 40px;
}

/**选中菜单下划线*/
.tf-top-menu-line {
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    background: #e61e2a;
    transition: width .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1);
    z-index: 1000;
}
/**********内容***************/
section{
	padding-bottom: 25px;
    background: #f5f5f5;
}
section:before{
    content: '';
    display: table;
}
section{
    content: '';
    display: block;
    clear: both;
}
.tf-module-box{
	/* height: 300px; */
}
.tf-module-box .tf-title{
    font-size: 22px !important;
}
.tf-module-box .tf-sub-title{
    font-size: 16px !important;
}
.tf-module-box .tf-group,.tf-top-container{
	width: 1200px;
	margin: 0 auto;
    width: 1200px;
    position: relative;
}
.tf-module-box .tf-group>h2{
    padding: 40px 0 30px 14px;
    font-size: 22px;
    color: #141a24;
    position: relative;
    margin: 0px;
    text-align: left;
    font-weight: normal;
}
.tf-module-box .tf-group .tf-text{
	font-size: 14px;
    color: #333;
    line-height: 24px;
}
.tf-module-list>.tf-group{
	text-align: center;
}
.tf-module-list .tf-module-title>span{
	display: inline-block;
    margin-bottom: 23px;
    font-size: 22px;
    color: #040404;
    position: relative;
    margin-top: 50px !important;
}
/* 公共样式  */
.ss-font-bold{
	font-weight:bold;
}
.ss-size-14{
	font-size:14px;
}
/* 按钮 */
.tf-button{
	cursor:pointer;
	transition:.2s all;
	background-color:#fff;
	padding:5px 20px;
	display:inline-block;
	vertical-align: 17px;
	margin-left: 10px;
	border:1px solid #000;
}
.tf-button:hover{
	background-color:#f5f5f5;
}
/*.tf-module-list .tf-module-title>span:after{*/
    /*content: '';*/
    /*border-bottom: 3px solid #e6222f;*/
    /*margin-left: 34px;*/
    /*position: absolute;*/
    /*width: 80%;*/
    /*bottom: -16px;*/
    /*left: -11px;*/
/*}*/
/*********产品样式1*****************/
.tf-product-1>li,.tf-product-2>li{
    width: 285px;
    height: 200px;
    float: left;
    border: 1px solid #dfdfdf;
    margin-right: 20px;
    text-align: center;
    background-color: #ffffff;
    transition: transform .3s;
}
.tf-product-1>li:nth-child(4n){
    margin-right: 0px;
}
.tf-product-1>li>.tf-des,.tf-product-2>li>.tf-des{
    line-height: 23px;
    font-size: 14px;
    padding: 0px 20px;
    text-align: left;
}
.tf-product-1>li:hover,.tf-product-2>li:hover{
    box-shadow: 0 6px 10px #ddd;
    transform: translateY(-5px);
}
/*********产品样式2*****************/
.tf-product-2>li{
    width: 562px;
    height: 110px;
    position: relative;
    padding-top: 10px;
    text-align: left;
    padding-left: 46px;
    margin-bottom: 20px;
    margin-right: 75px;
}
.tf-product-2>li>.tf-des{
    padding: 0px;
    color: #a3a3a3;
}
.tf-product-2>li:nth-child(2n){
    margin-right: 0px;
}
.tf-product-2>li>.tf-info{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
}
.tf-product-2>li>.tf-icon{
    position: absolute;
    top: 30px;
    left: -33px;
    width: 60px;
    height: 60px;
    background-color: #0027b8;
    text-align: center;
}