.section1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    padding: .35rem .5rem;
    margin-bottom: .75rem
}

@media (max-width: 1024px) {
    .section1 {
        height: 60vw
    }
}

@media (max-width: 767px) {
    .section1 {
        height: 80vw;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: .5rem
    }
}

.section1 .bg-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 76.4%;
    border-top-right-radius: .4rem;
    border-top-left-radius: .4rem
}

@media (max-width: 767px) {
    .section1 .bg-img {
        height: 65%;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

.section1 .bg-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.section1 .bg-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.section1 .bg-img b {
    display: block;
    width: 100%;
    height: 101%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.section1 .text {
    background-color: hsla(0, 0%, 100%, .6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    border-bottom-right-radius: .4rem;
    border-bottom-left-radius: .4rem;
    height: 23.6%;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (max-width: 767px) {
    .section1 .text {
        height: 35%;
        padding-left: .5rem;
        padding-right: .5rem
    }
}

.section1 .text h1 {
    color: #000;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .15rem;
    font-size: .5rem
}

@media (max-width: 1024px) {
    .section1 .text h1 {
        font-size: 36px
    }
}

@media (max-width: 991px) {
    .section1 .text h1 {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .section1 .text h1 {
        font-size: .48rem
    }
}

.section1 .text h2 {
    color: #505054;
    line-height: 1;
    font-size: .25rem
}

@media (max-width: 1024px) {
    .section1 .text h2 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .section1 .text h2 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .section1 .text h2 {
        font-size: .36rem
    }
}

.section1 .text .icon {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#de0435), to(#bc1f78));
    background-image: -webkit-linear-gradient(left, #de0435, #bc1f78);
    background-image: -moz-linear-gradient(left, #de0435, #bc1f78);
    background-image: linear-gradient(90deg, #de0435, #bc1f78);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    right: 1rem;
    width: .72rem;
    height: .72rem
}

@media (max-width: 1024px) {
    .section1 .text .icon {
        display: none
    }
}

.section1 .text .icon .common-scroll-icon {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 0;
    left: 0
}

.section2 .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media (max-width: 767px) {
    .section2 .container {
        display: block
    }
}

.section2 .container .text {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 56.2%
}

@media (max-width: 767px) {
    .section2 .container .text {
        width: 100%
    }
}

.section2 .container .text p {
    margin-bottom: .3rem
}

.section2 .container .img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 35%;
    margin-top: 0
}

@media (max-width: 767px) {
    .section2 .container .img {
        width: 100%;
        margin-top: .6rem
    }
}

.section2 .container .img img {
    display: block;
    max-width: 90%;
    max-height: 100%;
    width: auto;
    height: auto
}

.section3 {
    margin-top: 1.4rem
}

@media (max-width: 767px) {
    .section3 {
        margin-top: 1rem
    }
}

.section3 ul {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media (max-width: 767px) {
    .section3 ul {
        display: block
    }
}

.section3 ul li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .6);
    border-radius: .3rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: -webkit-calc(50% - .2rem);
    width: -moz-calc(50% - .2rem);
    width: calc(50% - .2rem);
    margin-bottom: .4rem
}

@media (max-width: 767px) {
    .section3 ul li {
        width: 100%
    }
}

.section3 ul li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.section3 ul li:hover .item-img b {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section3 ul li:hover .common-more-icon:after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section3 ul li:hover .common-more-icon .iconfont:first-child {
    color: #fff
}

.section3 ul li .item-text {
    position: relative;
    padding: .25rem 1.4rem .25rem .45rem
}

@media (max-width: 767px) {
    .section3 ul li .item-text {
        padding-right: 1.2rem
    }
}

.section3 ul li .item-text .title {
    color: #000;
    font-weight: 700;
    margin-bottom: .05rem;
    font-size: .24rem
}

@media (max-width: 1024px) {
    .section3 ul li .item-text .title {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section3 ul li .item-text .title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section3 ul li .item-text .title {
        font-size: .36rem
    }
}

.section3 ul li .item-text .common-more-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .5rem
}

@media (max-width: 991px) {
    .section3 ul li .item-text .common-more-icon {
        right: .3rem
    }
}

.section3 ul .placeholder {
    display: none
}

.section3 ul.line-three li {
    margin-bottom: .3rem;
    width: -webkit-calc(33.3% - .2rem);
    width: -moz-calc(33.3% - .2rem);
    width: calc(33.3% - .2rem)
}

@media (max-width: 1024px) {
    .section3 ul.line-three li {
        margin-bottom: .4rem;
        width: -webkit-calc(50% - .2rem);
        width: -moz-calc(50% - .2rem);
        width: calc(50% - .2rem)
    }
}

@media (max-width: 767px) {
    .section3 ul.line-three li {
        width: 100%
    }
}

.section3 ul.line-three .placeholder {
    width: -webkit-calc(33.3% - .2rem);
    width: -moz-calc(33.3% - .2rem);
    width: calc(33.3% - .2rem)
}

@media (max-width: 1024px) {
    .section3 ul.line-three .placeholder {
        width: -webkit-calc(50% - .2rem);
        width: -moz-calc(50% - .2rem);
        width: calc(50% - .2rem)
    }
}

@media (max-width: 767px) {
    .section3 ul.line-three .placeholder {
        width: 100%
    }
}

.section4 {
    margin-top: 1.5rem
}

@media (max-width: 767px) {
    .section4 {
        margin-top: 1rem
    }
}

.section4 .sec4-title {
    color: #000;
    font-weight: 700;
    padding-top: .1rem;
    margin-bottom: .8rem;
    border-top: .02rem solid #000;
    font-size: .32rem
}

@media (max-width: 767px) {
    .section4 .sec4-title {
        margin-bottom: .4rem
    }
}

@media (max-width: 1024px) {
    .section4 .sec4-title {
        border-top-width: 2px;
        font-size: 26px
    }
}

@media (max-width: 991px) {
    .section4 .sec4-title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .section4 .sec4-title {
        font-size: .36rem
    }
}

.section4 .sec4-table {
    width: 100%
}

@media (max-width: 1024px) {
    .section4 .sec4-table {
        overflow-x: auto
    }
}

.section4 .sec4-table table {
    border-radius: .3rem;
    background-color: #fff;
    overflow: hidden;
    min-width: 800px
}

.section4 .sec4-table table tr:first-child {
    color: #fff;
    font-weight: 700;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#4a96e5), to(#230787));
    background-image: -webkit-linear-gradient(left, #4a96e5, #230787);
    background-image: -moz-linear-gradient(left, #4a96e5, #230787);
    background-image: linear-gradient(90deg, #4a96e5, #230787);
    font-size: .24rem
}

@media (max-width: 1024px) {
    .section4 .sec4-table table tr:first-child {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:first-child {
        font-size: .34rem
    }
}

.section4 .sec4-table table tr:first-child td {
    padding-top: .38rem;
    padding-bottom: .32rem
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:first-child td {
        padding-top: .2rem;
        padding-bottom: .2rem
    }
}

.section4 .sec4-table table tr:not(:first-child):nth-child(odd) {
    background-color: #f1f3f5
}

.section4 .sec4-table table tr:not(:first-child) td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #585858;
    line-height: 2;
    padding: .6rem .7rem;
    font-size: .18rem
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:not(:first-child) td {
        padding-left: .3rem
    }
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:not(:first-child) td {
        padding-right: .3rem
    }
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:not(:first-child) td {
        padding-top: .3rem
    }
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:not(:first-child) td {
        padding-bottom: .3rem
    }
}

@media (max-width: 1024px) {
    .section4 .sec4-table table tr:not(:first-child) td {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:not(:first-child) td {
        font-size: .26rem
    }
}

.section4 .sec4-table table tr:not(:first-child) td:first-child {
    color: #000;
    font-weight: 700;
    width: 20%;
    font-size: .24rem
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:not(:first-child) td:first-child {
        width: 15%
    }
}

@media (max-width: 1024px) {
    .section4 .sec4-table table tr:not(:first-child) td:first-child {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section4 .sec4-table table tr:not(:first-child) td:first-child {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section4 .sec4-table table tr:not(:first-child) td:first-child {
        font-size: .3rem
    }
}

.section4 .sec4-table table tr:not(:first-child) td:not(:first-child) p {
    position: relative
}

.section4 .sec4-table table tr:not(:first-child) td:not(:first-child) p:before {
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #4a95e5;
    position: absolute;
    left: -.18rem;
    top: .15rem;
    width: .06rem;
    height: .06rem
}

@media (max-width: 1024px) {
    .section4 .sec4-table table tr:not(:first-child) td:not(:first-child) p:before {
        left: -15px
    }
}

@media (max-width: 1024px) {
    .section4 .sec4-table table tr:not(:first-child) td:not(:first-child) p:before {
        top: 14px
    }
}

@media (max-width: 1024px) {
    .section4 .sec4-table table tr:not(:first-child) td:not(:first-child) p:before {
        width: 5px
    }
}

@media (max-width: 1024px) {
    .section4 .sec4-table table tr:not(:first-child) td:not(:first-child) p:before {
        height: 5px
    }
}

.section5 {
    margin-top: 1.5rem
}

@media (max-width: 767px) {
    .section5 {
        margin-top: .7rem
    }
}

.section5 .sec5-title {
    color: #000;
    font-weight: 700;
    padding-top: .1rem;
    margin-bottom: .8rem;
    font-size: .32rem
}

@media (max-width: 767px) {
    .section5 .sec5-title {
        margin-bottom: .4rem
    }
}

@media (max-width: 1024px) {
    .section5 .sec5-title {
        font-size: 26px
    }
}

@media (max-width: 991px) {
    .section5 .sec5-title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .section5 .sec5-title {
        font-size: .36rem
    }
}

/*# sourceMappingURL=1c4d4e5083e626a1d993f2f8f4700032.css.map*/