* {
    box-sizing: border-box;
}


.tf-company-nav{
    background-color: #0027b8;
}
.tf-company-nav .tf-nav-content span{
	color:#fff !important;
}
.tf-company-nav .tf-nav-icon:hover{
	background-color:transparent;
}
.tf-top .tf-title-info{
    color: #ff1027;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: bold;
}
.tf-top .tf-title-info:after{
    content: '';
    background: url(../../../common/images/commons_icons.png)-132px -285px;
    width: 20px;
    height: 20px;
    display: inline-block
}
/* .tf-img{
    margin-right: -20px;
    margin-top: 30px;
} */
.tf-content-wrap{
    text-align: right;
    width:300px;
    padding-top:130px;
}
.tf-content-wrap .tf-reserve-title{
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #505050;
    margin-bottom: 25px;
}
.tf-content-wrap ul li{
    list-style: none;
    font-size: 12px;
    color: #292929;
    margin-bottom: 20px;
    /* padding-right: 20px; */
    position: relative;
}
.tf-form-wrap{
	position:relative;
    width: 800px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    z-index: 2;
    background: #fff;
    padding: 30px 40px;
    margin:25px 0 50px 40px;  
}
.tf-form-wrap:before{
	content:'';
	left:0;
	top: 35px;
	position: absolute;
	width:5px;
	height: 35px;
	background-color:#FF4E00;
}
.tf-form-top-title,.tf-form-top-sub{
	text-align:center;
	line-height:30px;
}
.tf-form-top-title{
	font-size:20px;
	font-weight:bold;
}
.tf-form-top-sub{
	margin-bottom:10px;
}
.tf-form-wrap .tf-form-title{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}
.tf-form-wrap .tf-require:after{
    content: '';
    background: url(../../../common/images/commons_icons.png)-180px -310px;
    width: 10px;
    height: 20px;
    display: inline-block;
}
.tf-form-wrap .tf-icon{
    display: inline-block;
    width: 40px;
    height: 30px;
    background: #f7f7f7 url(../images/icons_reserve.png);
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    margin-top: -3px;
    border-right: 0px;
}
.tf-form-wrap .tf-name-icon{
    background-position:-19px -14px;
}
.tf-form-wrap .tf-company-icon{
    background-position:-58px -13px;
}
.tf-form-wrap .tf-mail-icon{
    background-position:-104px -13px;
}
.tf-form-wrap .tf-phone-icon{
    background-position:-154px -14px;
}
.tf-form-wrap .tf-form-input{
    width: 100%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d2d2d2;
    outline: none;
}
.tf-input-icon{
	width:calc(100% - 40px) !important;
}
.tf-form-wrap label.error{
    color: red;
    line-height: 30px;
}
.tf-form-wrap .tf-form-input.error{
    border-color: red;
}
.tf-form-wrap .tf-form-des{
    margin-bottom: 10px;
    color: #5a5a5a;
    font-size: 12px;
    font-weight:normal;
}
/* .tf-content-wrap ul li:after{
    content: '';
    position: absolute;
    right: 0px;
    width: 10px;
    height: 10px;
    background: url(../../../common/images/commons_icons.png)-139px -275px;
} */
.tf-form-wrap .tf-checkbox-item{
    font-size: 12px;
    color: #333;
    line-height: 26px;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}
.tf-form-wrap .tf-btn-submit{
    margin-top: 20px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #FF4E00;
    box-sizing: border-box;
    border: 1px solid #FF4E00;
    font-weight: bold;
    border-radius: 3px;
    font-size:15px ;
    transition: all .3s ease-out;
    cursor: pointer;
}
.tf-form-wrap .tf-btn-submit:hover{
    background-color: #e81a2a;
    border-color: #e81a2a;
}
.tf-form-wrap .tf-checkbox-item:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../../../common/images/commons_icons.png)-177px -257px;
}
.tf-form-wrap .tf-other-service{
    width: 100%;
    height: 105px;
}
.tf-form-wrap .tf-select-item{
    width: 225px;
    height: 30px;
}
.tf-form-wrap .tf-checkbox-item.tf-checked{
    color: #139211;
}
.tf-form-wrap .tf-checkbox-item.tf-checked:before{
background-position: -177px -287px;
}
.tf-top .tf-bottom{
    background: #1d222d;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: left;
    font-size: 12px;
}
.tf-top .tf-title-ch{
    color: #fff;
    font-size: 26px;
}
@keyframes bannerSlide {
    0% {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }

    10% {
        opacity: .05;
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}
@keyframes expand {
    from {
        opacity: 0;
        transform: scaleX(0)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}
@keyframes re-banner-slide-20 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.tf-banner-bottom{
    position: absolute;
    bottom: -45px;
    width: 100%;
}
.tf-banner-bottom>.tf-banner-inner{
    width: 980px;
    height: 90px;
    margin: 0 auto;
    background-color: #c40001;
    text-align: center;
    padding: 19px 235px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}
.tf-module-box{
	background-color:#f5f5f5;
}
.tf-module-box .tf-title {
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    font-family: "微软雅黑";
    color: #000;
    /* padding-top: 35px; */
}
.tf-module-box .tf-title span {
    display: inline-block;
    position: relative;
    margin-top: 70px;
    margin-bottom: 10px;
    /* padding-top: 10px; */
}
.tf-module-box .tf-title span:before{
    content: '';
    width: 60px;
    position: absolute;
    bottom: -4px;
    border: 1px solid #FF0400;
    left: 50%;
    transform: translateX(-50%);
}
.tf-module-box .tf-sub-title {
    text-align: center;
    font-size: 16px;
    color: #000;
    /* margin-bottom: 35px; */
    /* margin-top: 5px; */
    line-height: 25px;
    padding-bottom: 65px;
    position: relative;
}
section:nth-of-type(even){
    background-color: #f5f5f5;
}
.tf-connect{
    padding-top: 10px;
    padding-bottom: 45px;
}
.tf-module-box .tf-group{
	display:flex;
    text-align: left;
}

/******地址***********/
.tf-address{
    margin-top: 80px;
    background-color: #fff !important;
    margin-bottom: 50px;
}
.tf-address .tf-left{
    line-height: 23px;
    color: #5b5f6b;
    float: left;
}
.tf-address .tf-right{
    width: 605px;
    height: 270px;
    float: right;
    background: url("../images/icons_companysite_y.png")0px -154px;
}

/* 树样式 */
.ztree li a{
	height:30px;
	line-height:18px;
}
.level0>a>.node_name,.level1>a>.node_name{
	font-size:14px;
	font-weight:bold;
}
.checkbox_true_full+a>span.node_name{
	color:#0027B8 !important;
}