.banner-wrap {
    height: 716px;
    width: 100%;
    background: url('../image/banner-lxwm_1.png') no-repeat center;
    background-position: center;
    background-size: cover;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bg-text {
    width: 50%;
    background: #047DF9;
    height: 716px;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 0px 39px 39px 0px;
    -webkit-border-radius: 0px 39px 39px 0px;
    -moz-border-radius: 0px 39px 39px 0px;
    -ms-border-radius: 0px 39px 39px 0px;
    -o-border-radius: 0px 39px 39px 0px;
    z-index: 1001;
}

.font-text {
    position: absolute;
    left: 25%;
    top: 50%;
    z-index: 1002;
    color: #FFFEFE;
    margin-left: -110px;
    margin-top: -100px;
}

.text-title {
    font-size: 50px;
    line-height: 40px;
}

.text-desc {
    font-size: 17px;
}

.text-chinese {
    font-size: 34px;
    margin-top: -20px;
}
.link-wrap {}

.link-wrap .link-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #73757E;
    line-height: 22px;
    width: 1200px;
    margin:0 auto;
    height: 513px;
}
.icon-img{
    width: 584px;
    height: 369px;
    flex-shrink: 0;
}
.icon-img img{
    width: 100%;
    height: 100%;
}
.desc-wrap{
    margin-right: 148px;
}
.desc-wrap .title{
    color: #333333;
    margin-bottom: 39px;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}
.desc{
    font-size: 16px;
    color: #666666;
    margin-bottom: 18px;
}
.bg_grey{
    background: #F1F6FC;
}
.item-reverse{
    
}
.item-reverse .desc-wrap{
    margin-left: 80px;
    margin-right: 0;
}

.service{
    background: url(../image/khfu-bg.png) no-repeat center;
    background-size:cover;
    height: 420px;
}
.service-title{
    font-size: 32px;
    padding: 75px 0 50px 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    
}
.service-text{
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-align: center;
    padding-right: 40px;
}
.service-text .title{
    font-size: 60px;
}
.service-text .desc{
    color: #ffffff;
}
.ryzz{margin-bottom: 70px;}
.ryzz .title{
    font-size: 28px;
    text-align: center;
    margin: 80px 0 70px 0;
    font-weight: bold;
}
.ryzz-img{
    width: 1100px;
    margin: 0 auto;
}
.img-z{
    width: 100%;
}
.contact{
    background: #047BF3;
    height: 300px;
}
.contact{
    position: relative;
}
.contac-con{
    width: 1000px;
background: #ffffff;
padding: 75px 100px;
position: absolute;
left: 50%;
margin-left: -600px;
top: 140px;
box-shadow: 0px 6px 33px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.contact .title{
    color: #ffffff;
    font-size: 24px;
    padding: 50px 0 40px 0;
    text-align: center;
}
.contact-wrap-item{
    width: 166px;
}
.contact-wrap-item .icon-img{
    width: 55px;
    height: 55px;
    margin: 0 auto;
}
.contact-wrap-item .icon-img img{
    width: 100%;
}
.title-desc{
    text-align: center;
}
.map-wrap img{
    width: 100%;
}
.development-wrap {
    position: relative;
}
.development-wrap .de-title{
    font-size: 28px;
    padding: 75px 0 50px 0;
    text-align: center;
    font-weight: bold;
}
.line{
    width: 100%;
    height: 1px;
    background: #D2D2D2;
    position: absolute;
    top: 405px;
    left: 0;
    right: 0;
    z-index: 100;
}
.development-wrap .c-item{
    width: 113px;
    height: 113px;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.development-wrap .c-text{
    width: 84px;
    height: 84px;
    line-height: 84px;
    background: #F1F6FC;
    font-size: 20px;
    text-align: center;
    border: 1px solid #EBEBEB;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    -o-border-radius: 42px;
    cursor:pointer;
    color: #666666;
}
.development-wrap .squ-item{
    width: 324px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 6px 33px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0;
    position: absolute;
    top: 0;
    left: -110px;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.development-wrap .squ-item.up::after{
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -20px;
}
.development-wrap .squ-item.down::after {
    content: '';
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -20px;

}
.development-wrap .sq-year{
    font-size: 22px;
    border-bottom:1px solid #A0A0A0;
    width: 159px;
    text-align: center;
}
.development-wrap .sq-year span {
    position: relative;
    color: #666666;
}
.development-wrap .sq-year span:after{
    content: '';
    width: 18px;
    height: 2px;
    background: #666666;
    position:absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -9px;
}
.development-wrap .sq-title {
    padding-top: 15px;
}

.development-wrap .sq-desc{
    font-size: 14px;
    color: #666666;
    padding-top: 18px;
}
.de-con-box{
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -120px;
    z-index: 10000;
    display: flex;
    justify-content:space-around;
    align-items: center;
    z-index: 1000;
}
.development-wrap .de-item{
    background: #fff;
    margin-right: 119px;
    position: relative;
}

.development-wrap .de-con{
   
    height: 600px;
    position: relative;
}
/* .development-wrap .squ-item {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
} */

.development-wrap .squ_0, .development-wrap .squ_2, .development-wrap .squ_4{
    top: -190px;
}
.development-wrap .squ_1, .development-wrap .squ_3, .development-wrap .squ_5 {
    top: 150px;
}
.de-item:hover .c-item{
    border:1px solid #ccc;
}
.de-item:hover .c-text{
    background-color: #FF9D43;
    color: #fff;
}
.de-item:hover .squ-item{
    background: #047BF3;
    color: #fff;
}
.de-item:hover .squ-item.up::after{
    border-top: 10px solid #047BF3;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
}
.de-item:hover .squ-item.down::after {
    border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #047BF3;
        border-left: 10px solid transparent;
}
.de-item:hover .sq-year span, .de-item:hover .sq-title , .de-item:hover .sq-desc{
    color: #fff;
}
.de-item:hover .sq-year span:after {
    content: '';
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -9px;
}
.a-line{
    width: 2px;
    height: 4px;
    background: #666;
}
.de-item:hover .a-line{
    background: #fff;
}