.banner {
    background: url(../../static/kfzx/bj.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
    position: relative;

    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;

    filter: alpha(opacity=0);
    opacity: 0;
}
.banner .content-box {
    transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
}

.banner h1 {
    color: #fff;
    font-size: 54px;
    line-height: 500px;
    font-weight: lighter;
    /*font-family: "Microsoft YaHei";*/
}
.kfzx-body{
    background-color: #fff;
}
.kfzx-body-one {
    background-color: #f8fafd;
}
.kfzx-body>div{
    padding: 140px 0;
}
.overview-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #dce0e6;
    width: 100%;
}
.overview.flex{
    position: relative;
}

.kfzx-img > img{
    width: 620px;
    height: 620px;
}
.kfzx-body-one .kfzx-info{
    position: absolute;
    top: 50%;
    width: 856px;
    background-color: #fff;
    right: 0;
    min-height: 426px;
    max-height: 620px;
    transform:translateY(-50%) !important
}

.kfzx-body-two .kfzx-info{
    position: absolute;
    top: 50%;
    width: 856px;
    background-color: #fff;
    left: 0;
    min-height: 426px;
    max-height: 620px;
    transform:translateY(-50%) !important
}

.content-box .overview.flex:first-child .kfzx-info{
    padding: 77px 39px 77px 77px;
}
.content-box .overview.flex:last-child .kfzx-info{
    padding: 100px 80px 100px 78px;
    background-color: #fff;
    z-index: 10;
}

.kfzx-body-two .overview.flex:last-child .kfzx-info{
    background-color: #f8fafd;
}

.kfzx-body-two .overview {
    justify-content: flex-end;
}



.kfzx-info-title span{
    display: inline-block;
    /*font-family: MicrosoftYaHeiLight;*/
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #000000;
    padding-bottom: 20px;
}
.kfzx-info-title{
    margin-bottom: 29px;
}
.kfzx-info-body{
    display: flex;
    justify-content: space-between;
}
.kfzx-info-body>div{
    max-width:50%;
}
.kfzx-info-body .contact-name{
    /*font-family: MicrosoftYaHei;*/
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
}
.kfzx-info-body .contact-info{
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 32px;
	color: #005096;
}
.kfzx-info-body .contact-info-address {
    display: flex;
}
.kfzx-info-body .contact-info-address .contact-info {
    display: inline-block;
    flex: 1;
    padding-left: 5px;
}
.kfzx-tip{
    /*font-family: MicrosoftYaHei;*/
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 60px;
}
.kfzx-suggest{
    /*font-family: MicrosoftYaHei;*/
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}
.kfzx-tip>span,.kfzx-suggest>span{
	display: inline-block;
    text-align: justify;
  	letter-spacing:0.1em;
}
.kfzx-process{
    margin-top: 50px;
}
