
.container {
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 4.1667rem;
    box-sizing: border-box;
    overflow-x: hidden;
}

.header-menu {
    position: fixed;
    width: 120rem;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    background: #fff;
    z-index: 99;
    height: 4.1667rem;
    display: flex;
    align-items: center;
    padding-left: 11.375rem;
    box-sizing: border-box;
}

.header-menu_logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 10.5625rem;
}

.header-menu_logo>img {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.8125rem;
}

.header-menu_group {
    display: flex;
    height: 3.75rem;
    align-items: center;
    justify-content: center;
}

.header-menu_group__item {
    width: 5.5rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    margin-right: 2.5rem;
    text-decoration: auto;
    color: #333330;
    cursor: pointer;
}

.header-menu_group>.active {
    color: #0C80FD;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 0.0625rem solid #0C80FD;
}

.content {
    width: 120rem;
    height: auto;
}

.content-index {
    width: 120rem;
    height: 30rem;
    background: url('./assets/index-bg.png') no-repeat;
    background-size: cover;
    position: relative;
}

.content-index_info {
    position: absolute;
    top: 9.6875rem;
    left: 15.8125rem;
    width: 33.1875rem;
}

.content-index_info__title {
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3.125rem;
    margin-bottom: 1rem;
}

.content-index_info__tips {
    font-size: 0.875rem;
    text-align: left;
    height: 3rem;
    margin-bottom: 1.6875rem;
    line-height: 1.5rem;
}

.content-index_info__btns {
    width: 18.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.content-index_info__btns_item {
    width: 8.75rem;
    height: 2.25rem;
    margin-bottom: 1.25rem;
}

.content-advantage,
.content-service,
.content-customized,
.content-cooperation,
.content-footer {
    width: 120rem;
}

.content-advantage_title,
.content-service_title,
.content-customized_title,
.content-cooperation_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.75rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333333;
    margin-top: 0.75rem;
    box-sizing: border-box;
    z-index: 5;
}

.content-advantage_title__left,
.content-advantage_title__right,
.content-service_title__right,
.content-service_title__left,
.content-customized_title__left,
.content-customized_title__right,
.content-cooperation_title__left,
.content-cooperation_title__right {
    width: 5.875rem;
    height: 1.31875rem;
    margin: 0 1.25rem;
}

.content-customized_title__left,
.content-service_title__left,
.content-advantage_title__left,
.content-cooperation_title__left {
    transform: rotate(180deg);
}


.content-advantage_group {
    width: 100%;
    height: 42.375rem;
    background: url('./assets/advantage_bg.png') no-repeat;
    background-size: cover;
    padding: 3.125rem 20rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.content-advantage_group__item {
    width: 25.8125rem;
    height: 17.0625rem;
    background: url('./assets/advantage_group.png') no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 0.675rem 0.0625rem rgba(153, 153, 153, 0.2);
    margin-bottom: 1.25rem;
    position: relative;
}

.content-advantage_group__item_icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 4rem;
    height: 4rem;
    top: 0.9375rem;
}

.content-advantage_group__item_title {
    color: #007EF9;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 5.8125rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center;
    font-weight: bold;
    font-style: oblique;
}

.content-advantage_group__item_tips {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 20.875rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.875rem;
    top: 10.375rem;
}

.content-service_title {
    height: 5.125rem;
}

.content-service_info__tips {
    display: flex;
    height: 27rem;
    padding-left: 22.625rem;
    padding-right: 20.25rem;
    font-size: 0.875rem;
    color: #020D13;
    line-height: 2.0625rem;
}

.content-service_info__tips_left {
    width: 33.125rem;
}

.content-service_info__tips_left>p {
    line-height: 2.0725rem;
}

.content-service_info__tips_left_title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.875rem;
}

.content-service_info__tips_left_title>.title_block {
    width: 0.325rem;
    height: 1.125rem;
    background: #0C80FD;
    margin-right: 0.225rem;
}

.content-service_info__tips_left_title>span {
    font-size: 1.125rem;
    color: #333333;
    font-weight: bold;
}

.content-service_info__tips_right {
    width: 44.181875rem;
    margin-top: 0.8125rem;
    height: 22.9375rem;
}

.content-service_info__group {
    display: flex;
    justify-content: space-around;
    padding: 0 18.725rem;
}

.content-service_info__group_item {
    width: 25.8125rem;
    height: 10.25rem;
    background: url('./assets/service_group.png') no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 0.675rem 0.0625rem rgba(153, 153, 153, 0.2);
    padding: 3.1875rem 3.25rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.content-service_info__group_item_img {
    width: 3.875rem;
    height: 3.875rem;
    margin-right: 1.3125rem;
}

.content-service_info__group_item>p {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
}

.content-customized_title__tips {
    width: 64.516875rem;
    height: 9.25rem;
    box-sizing: border-box;
    padding: 2.5625rem 3.5625rem;
    font-size: 1.125rem;
    color: #020D1390;
    line-height: 2.0625rem;
    background: url('./assets/customized_title.png') no-repeat;
    background-size: cover;
    margin-top: 3.125rem;
    position: relative;
    left: 50%;
    transform: translate(-50%);

}

.content-customized_info {
    width: 100%;
    height: 47.5rem;
    position: relative;
}

.content-customized_info__bg {
    width: 32.3125rem;
    height: 32.3125rem;
    position: absolute;
    top: 4.4375rem;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

.content-customized_info__item {
    width: 23.125rem;
    height: 8.5rem;
    background: url('./assets/customized_item.png') no-repeat;
    background-size: cover;
    position: absolute;
    padding: 1.6875rem 2.375rem 0.625rem 4.0625rem;
    box-sizing: border-box;
    top: 8.25rem;
    left: 23.9375rem;
}

.content-customized_info__item_ball {
    position: absolute;
    width: 6.875rem;
    height: 6.875rem;
    background: #4B9FFD;
    border-radius: 50%;
    right: -3.4375rem;
    top: -3.4375rem;
    z-index: -1;
}

.content-customized_info__item_title {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.75rem;
    margin-bottom: 0.25rem;
    z-index: 9;
}

.content-customized_info__item_text {
    font-size: 0.875rem;
    color: #333333;
    line-height: 1.375rem;
}

.content-customized_info__item:nth-child(2) {
    left: 23.9375rem;
}

.content-customized_info__item:nth-child(3),
.content-customized_info__item:nth-child(4) {
    top: 8.25rem;
    left: 72.125rem;
}

.content-customized_info__item:nth-child(3)>.content-customized_info__item_ball,
.content-customized_info__item:nth-child(4)>.content-customized_info__item_ball {
    left: -3.4375rem;
}

.content-customized_info__item:nth-child(2),
.content-customized_info__item:nth-child(4) {
    top: 33.5rem;
}

.content-number {
    width: 86.421875rem;
    height: 41.125rem;
    background: url('./assets/map_bg.png') no-repeat;
    background-size: cover;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.content-number_title {
    padding-top: 3.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
}

.content-number_tips {
    margin-top: 1.4375rem;
    line-height: 1.5625rem;
    text-align: center;
    font-size: 1.125rem;
    color: #666666;
}

.content-number_item {
    position: absolute;
    left: 5.8125rem;
    top: 11.4375rem;
}

.content-number_item:nth-child(2) {
    top: 20.5625rem;
    left: 34.3125rem;
}

.content-number_item:nth-child(3) {
    top: 13.0625rem;
    left: 62.875rem;
}

.content-number_item__title {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-left: 0.5625rem;
}

.content-number_item__number {
    margin-top: 1.1875rem;
    font-size: 4.5rem;
    color: #4B9FFD;
    line-height: 5.25rem;
}

.content-number_item__number>.icon {
    font-size: 2.5rem;
    position: relative;
    top: -2.5rem;
}

.content-cooperation {
    position: relative;
    height: 41.125rem;
    background: url('./assets/cooperation_bg.png') no-repeat;
    background-size: 100% 100%;
}

.content-cooperation_title {
    position: absolute;
    height: 2.5rem;
    margin-top: 0 !important;
    top: 3.9375rem;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 2.3125rem;
}

.content-cooperation_group {
    width: 75rem;
    height: 25.5rem;
    background: #fff;
    position: absolute;
    top: 8.75rem;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 4.75rem 7rem;
}

.content-cooperation_group__item {
    width: 14.32875rem;
    height: 7.6875rem;
    border: 0.125rem solid #00000015;
    margin-bottom: 0.6875rem;
}

.content-cooperation_group__item>img {
    width: 14.32875rem;
    height: 7.6875rem;
}

.content-footer {
    background: #171A21;
    height: 25rem;
    position: relative;
}

.content-footer_box {
    position: absolute;
    width: 37.9375rem;
    display: flex;
    justify-content: space-between;
    top: 2.5rem;
    left: 38.315rem;
}

.content-footer_box__title {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.375rem;
    margin-bottom: 2.25rem;
}
.content-footer_box__text{
    margin-bottom: 0.75rem;
    line-height: 1.25rem;
    font-size: 0.875rem;
    color: #fff;
}
.content-footer_map{
    width: 15.85875rem;
    height: 10.1875rem;
    position: absolute;
    top: 2.3125rem;
    left: 78.0625rem;
}
.content-footer_filing {
    width: 42.625rem;
    height: 1.5625rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 1.25rem;
    color: #FFFFFF;
    text-decoration: auto;
}
.content-footer_filing>a{
    color: #FFFFFF;
    text-decoration: auto;
    display: flex;
    align-items: center;
}
.content-footer_filing>a>img{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.325rem;
}
#advantage_btn{
    cursor: pointer;
}
#service_btn{
    cursor: pointer;
}
#customized_btn{
    cursor: pointer;
}