.main1 {
    padding-top: 20px;
    background: url(../images/img12.jpg) repeat top left;
}

.main1 .hfl {
    float: left;
    width: 56%;
    padding: 60px 11% 90px 4%;
    position: relative;
}

.main1 .hfl::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #616f82;
    content: "";
}

.main1 .hfl::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #616f82;
    content: "";
}

.main1 .hfl .img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.main1 .hfl .wz {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 352px;
}

.main1 .hfl .aboutNum {
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 0;
    width: 15%;
}

.main1 .hfl .aboutNum li {
    height: 23.3%;
    padding-top: 10%;
    padding-left: 20%;
}

.main1 .hfl .aboutNum .num {
    position: relative;
}

.main1 .hfl .aboutNum .num span {
    line-height: 80px;
    font-size: 60px;
    color: #fff;
    font-family: 'shuzi';
}

.main1 .hfl .aboutNum .num i {
    position: absolute;
    top: 0;
    /*right: 0;*/
    width: 100%;
    margin: -20px -1em 0 0;
    font-size: 13px;
    color: #fff;
}

.main1 .hfl .aboutNum p {
    margin-top: -16px;
    line-height: 4px;
    font-size: 14px;
    color: #fff;
}

.main1 .hfr {
    float: left;
    width: 29%;
    padding-top: 60px;
}

.main1 .hfr .img {
    float: right;
    width: 85%;
}

.main1 .tfl {
    float: left;
    width: 60%;
}

.main1 .tfl .aboutCont {
    margin: 64px 0 0 4.5%;
    padding: 0 0 100px 12%;
    position: relative;
    border-bottom: 10px solid #dd9c00;
}

.main1 .tfl .aboutCont .iconfont {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.main1 .tfl .aboutCont p {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    text-indent: 2em;
}

.main1 .tfr {
    float: right;
    width: 40%;
    margin-top: 20px;
}

.main1 .tfr .video {
    float: right;
    width: 350px;
    height: 233px;
    padding: 17px;
    background: url(../images/img06.png) no-repeat center center;
    background-size: 100% 100%;
}

.main1 .tfr .video video {
    display: block;
    width: 100%;
    height: 100%;
}

.main2 {
    margin: 0 auto 60px;
    background: #fff;
}

.main2 .cont {
    padding: 60px 2.7%;
    border-radius: 0 0 30px 30px;
}