.about-top-img{
    width: 100%;
    height: 436px;
    position: relative;
    background: url(../img/img-about.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}
.about-top-box{
    max-width: 480px;
    width: 100%;
    height: 100%;
    margin-left: 13%;
}
.top-title{
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.top-content{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}
.div-content{
    width: 1200px;
    margin: 0 auto;
}
.about-tyy-box{
    width: 100%;
    padding: 80px 0 30px 0;
    height: 350px;
}
.tyy-box{
    width: 100%;
    height: 100%;
    padding: 30px 0;
    /* box-shadow: 0px 0px 18px rgba(234, 236, 238, 0.9); */
}
.box-tyyjj{
    width: 58%;
    float: left;
}
.tyyjj-title{
    color: #000;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.tyyjj-content{
    color: #000;
    font-size: 16px;
    line-height: 32px;
}
.box-tyy-logo{
    width: 42%;
    float: left;
    padding: 90px 0;
    text-align: right;
}
.about-xzty-box{
    width: 100%;
}
.about-title{
    width: 100%;
    font-size: 40px;
    text-align: center;
    color: #000;
    padding-top: 70px;
}
.about-sub-title{
    width: 100%;
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-bottom: 50px;
}
.box-xzty{
    width: 100%;
    height: 321px;
    position: relative;
}
.box-xzty>div{
    width: 287px;
    height: 283px;
    margin-left: 17px;
    background: url(../img/img-xzty.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 10px 4px rgb(75 147 130 / 20%);
    float: left;
    padding: 0 28px;
}
.box-xzty>div:first-child{
    margin-left: 0;
}
.top-xzty-box{
    height: 98px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    padding: 25px 0;
}
.bottom-xzty-box{
    width: 100%;
    height: 185px;
    font-size: 14px;
    color: #666;
    padding: 25px 0;
    line-height: 28px;
}
.about-fzlc-box{
    width: 100%;
    /* height: 800px; */
    background: url(../img/img-fzlc.png) no-repeat;
    background-size: 100% 100%;
}
.fzlc-time-box{
    width: 100%;
    height: 3px;
    background: #B3E6C5;
    position: relative;
    margin-top: 100px;
}
.node-box{
    width: 200px;
    float: left;
    text-align: center;
    margin-top: -39px;
    cursor: pointer;
}
.node-time{
    font-size: 24px;
    color: #666;
    font-weight: bolder;
}
.node-point{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #B3E6C5;
    margin: 0 auto;
}
.select.node-box,.node-box:hover{
    margin-top:-55px
}

.select .node-time,.node-box:hover .node-time{
    font-size: 32px;
    color: #38C069;
}
.select .node-point,.node-box:hover .node-point{
    width: 17px;
    height: 17px;
    background: #38C069;
}
.fzlc-content{
    width: 100%;
    height: 500px;
    padding-top: 50px;
    overflow: hidden;
}
.fzlc-ul{
    width: 2400px;
    height: 100%;
}
.fzlc-li{
    width: 400px;
    float: left;
    padding-left: 50px;
}
.li-title{
    margin-bottom: 50px;
}
.li-time{
    font-size: 20px;
    color: #000;
}
.li-line{
    width: 18px;
    height: 4px;
    background: #333;
    opacity: 1;
    margin-top: 5px;
}
.li-content{
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin-bottom: 30px;
}
.aboutUs-content{
    width: 1200px;
    margin: 0 auto;
}
.aboutUs-content .about-title{
    padding-top: 0;
}
.contact-content{
    width: 100%;
    height: 410px;
    padding-bottom: 50px;
}
.contact-content>div{
    width: 50%;
    height: 100%;
    float: left;
    padding:0 200px 60px 60px;
    font-size: 14px;
    color: #666;
    position: relative;
    line-height: 28px;
}
.contact-title{
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}
.contact-way{
    margin-top: 50px;
}
.contact-tel{
    font-size: 20px;
}
.contact-img{
    width: 343px;
    height: 343px;
    position: absolute;
    right: 0;
    bottom: 50px;
}